Skip to content

Commit

Permalink
fix: bump polkadot deps (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Nov 1, 2021
1 parent e6613a0 commit 8e62030
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 181 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "^6.5.2",
"@polkadot/apps-config": "0.97.2-0",
"@polkadot/util-crypto": "^7.6.1",
"@polkadot/api": "^6.6.1",
"@polkadot/apps-config": "0.98.2-23",
"@polkadot/util-crypto": "^7.7.1",
"@polkadot/x-rxjs": "^6.11.1",
"@substrate/calc": "^0.2.3",
"argparse": "^2.0.1",
Expand All @@ -78,13 +78,13 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "6.5.2",
"@polkadot/keyring": "7.6.1",
"@polkadot/networks": "7.6.1",
"@polkadot/types": "6.5.2",
"@polkadot/types-known": "6.5.2",
"@polkadot/util": "7.6.1",
"@polkadot/util-crypto": "7.6.1",
"@polkadot/api": "6.6.1",
"@polkadot/keyring": "7.7.1",
"@polkadot/networks": "7.7.1",
"@polkadot/types": "6.6.1",
"@polkadot/types-known": "6.6.1",
"@polkadot/util": "7.7.1",
"@polkadot/util-crypto": "7.7.1",
"@polkadot/wasm-crypto": "4.2.1",
"node-forge": ">=0.10.0",
"node-fetch": ">=2.6.1",
Expand Down
Loading

0 comments on commit 8e62030

Please sign in to comment.