Skip to content

Commit

Permalink
fix(deps): bump polkadot deps (#707)
Browse files Browse the repository at this point in the history
* bump polkadot deps

* dedupe

* bump apps-config
  • Loading branch information
TarikGul committed Oct 13, 2021
1 parent 2bf71ad commit b7335b7
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 128 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "^6.1.2",
"@polkadot/apps-config": "0.96.2-27",
"@polkadot/api": "6.3.1",
"@polkadot/apps-config": "0.96.2-65",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/x-rxjs": "^6.11.1",
"@substrate/calc": "^0.2.3",
Expand All @@ -77,14 +77,14 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "^6.1.2",
"@polkadot/keyring": "^7.4.1",
"@polkadot/networks": "^7.4.1",
"@polkadot/types": "^6.1.2",
"@polkadot/types-known": "^6.1.2",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/wasm-crypto": "^4.2.1",
"@polkadot/api": "6.3.1",
"@polkadot/keyring": "7.4.1",
"@polkadot/networks": "7.4.1",
"@polkadot/types": "6.3.1",
"@polkadot/types-known": "6.3.1",
"@polkadot/util": "7.4.1",
"@polkadot/util-crypto": "7.4.1",
"@polkadot/wasm-crypto": "4.2.1",
"node-forge": ">=0.10.0",
"node-fetch": ">=2.6.1",
"prismjs": ">=1.23.0"
Expand Down

0 comments on commit b7335b7

Please sign in to comment.