Skip to content

Commit

Permalink
fix: update polkadot-api, and apps-config (#836)
Browse files Browse the repository at this point in the history
* update api, and apps-config

* dedupe
  • Loading branch information
TarikGul committed Feb 8, 2022
1 parent 0b0d3cc commit 1be7938
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 162 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "^7.6.1",
"@polkadot/apps-config": "0.103.1",
"@polkadot/api": "^7.7.1",
"@polkadot/apps-config": "^0.105.1",
"@polkadot/util-crypto": "^8.3.3",
"@substrate/calc": "^0.2.7",
"argparse": "^2.0.1",
Expand All @@ -75,11 +75,11 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "7.6.1",
"@polkadot/api": "7.7.1",
"@polkadot/keyring": "8.3.3",
"@polkadot/networks": "8.3.3",
"@polkadot/types": "7.6.1",
"@polkadot/types-known": "7.6.1",
"@polkadot/types": "7.7.1",
"@polkadot/types-known": "7.7.1",
"@polkadot/util": "8.3.3",
"@polkadot/util-crypto": "8.3.3",
"@polkadot/wasm-crypto": "4.5.1",
Expand Down
Loading

0 comments on commit 1be7938

Please sign in to comment.