Skip to content

Commit

Permalink
fix: update polkadot-js deps, and bn.js (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Feb 14, 2022
1 parent 186a600 commit 71edc3c
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 276 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "^7.7.1",
"@polkadot/api": "^7.8.1",
"@polkadot/apps-config": "^0.105.1",
"@polkadot/util-crypto": "^8.3.3",
"@polkadot/util-crypto": "^8.4.1",
"@substrate/calc": "^0.2.7",
"argparse": "^2.0.1",
"confmgr": "1.0.7",
Expand All @@ -75,15 +75,15 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "7.7.1",
"@polkadot/keyring": "8.3.3",
"@polkadot/networks": "8.3.3",
"@polkadot/types": "7.7.1",
"@polkadot/types-known": "7.7.1",
"@polkadot/util": "8.3.3",
"@polkadot/util-crypto": "8.3.3",
"@polkadot/api": "7.8.1",
"@polkadot/keyring": "8.4.1",
"@polkadot/networks": "8.4.1",
"@polkadot/types": "7.8.1",
"@polkadot/types-known": "7.8.1",
"@polkadot/util": "8.4.1",
"@polkadot/util-crypto": "8.4.1",
"@polkadot/wasm-crypto": "4.5.1",
"bn.js": "4.12.0",
"bn.js": "5.2.0",
"node-fetch": "2.6.7",
"prismjs": ">=1.23.0",
"typescript": "4.4.3"
Expand Down
Loading

0 comments on commit 71edc3c

Please sign in to comment.