Skip to content

Commit

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

* update wasm-crypto resolution

* dedupe
  • Loading branch information
TarikGul committed Mar 14, 2022
1 parent a904962 commit ff0cef5
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 265 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "^7.11.1",
"@polkadot/apps-config": "^0.108.1",
"@polkadot/util-crypto": "^8.4.1",
"@polkadot/api": "^7.12.1",
"@polkadot/apps-config": "^0.109.1",
"@polkadot/util-crypto": "^8.5.1",
"@substrate/calc": "^0.2.8",
"argparse": "^2.0.1",
"confmgr": "1.0.7",
Expand All @@ -78,14 +78,14 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "7.11.1",
"@polkadot/keyring": "8.4.1",
"@polkadot/networks": "8.4.1",
"@polkadot/types": "7.11.1",
"@polkadot/types-known": "7.11.1",
"@polkadot/util": "8.4.1",
"@polkadot/util-crypto": "8.4.1",
"@polkadot/wasm-crypto": "4.5.1",
"@polkadot/api": "7.12.1",
"@polkadot/keyring": "8.5.1",
"@polkadot/networks": "8.5.1",
"@polkadot/types": "7.12.1",
"@polkadot/types-known": "7.12.1",
"@polkadot/util": "8.5.1",
"@polkadot/util-crypto": "8.5.1",
"@polkadot/wasm-crypto": "4.6.1",
"bn.js": "5.2.0",
"node-fetch": "2.6.7",
"prismjs": ">=1.23.0",
Expand Down
Loading

0 comments on commit ff0cef5

Please sign in to comment.