Skip to content

Commit

Permalink
test: update package.json with updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
hemz10 committed Jan 5, 2024
1 parent 04f6842 commit 5bc1d20
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions testdata/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@polkadot/api": "^10.6.1",
"@polkadot/api-base": "^10.6.1",
"@polkadot/apps-config": "^0.132.1",
"@polkadot/types": "^10.6.1",
"@paraspell/sdk": "3.0.5"
"@paraspell/sdk": "^3.0.11",
"@polkadot/api": "^10.11.2",
"@polkadot/api-base": "^10.11.2",
"@polkadot/apps-config": "^0.133.1",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2"
}
}
}

0 comments on commit 5bc1d20

Please sign in to comment.