Skip to content

Commit

Permalink
fix: update polkadot-js api, and apps-config (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Mar 1, 2022
1 parent 458cacf commit 7f29c46
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 140 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "^7.9.1",
"@polkadot/apps-config": "^0.106.1",
"@polkadot/api": "^7.10.1",
"@polkadot/apps-config": "^0.107.1",
"@polkadot/util-crypto": "^8.4.1",
"@substrate/calc": "^0.2.7",
"argparse": "^2.0.1",
Expand All @@ -78,11 +78,11 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "7.9.1",
"@polkadot/api": "7.10.1",
"@polkadot/keyring": "8.4.1",
"@polkadot/networks": "8.4.1",
"@polkadot/types": "7.9.1",
"@polkadot/types-known": "7.9.1",
"@polkadot/types": "7.10.1",
"@polkadot/types-known": "7.10.1",
"@polkadot/util": "8.4.1",
"@polkadot/util-crypto": "8.4.1",
"@polkadot/wasm-crypto": "4.5.1",
Expand Down

0 comments on commit 7f29c46

Please sign in to comment.