Skip to content

Commit

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

* update wasm-crypto resolution
  • Loading branch information
TarikGul committed Nov 22, 2021
1 parent cee6b8b commit 3eda242
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 230 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "^6.8.1",
"@polkadot/apps-config": "0.98.2-70",
"@polkadot/util-crypto": "^7.8.2",
"@polkadot/api": "^6.9.2",
"@polkadot/apps-config": "0.98.2-94",
"@polkadot/util-crypto": "^7.9.2",
"@polkadot/x-rxjs": "^6.11.1",
"@substrate/calc": "^0.2.5",
"@substrate/calc": "^0.2.6",
"argparse": "^2.0.1",
"confmgr": "1.0.7",
"express": "^4.17.1",
Expand All @@ -78,14 +78,14 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "6.8.1",
"@polkadot/keyring": "7.8.2",
"@polkadot/networks": "7.8.2",
"@polkadot/types": "6.8.1",
"@polkadot/types-known": "6.8.1",
"@polkadot/util": "7.8.2",
"@polkadot/util-crypto": "7.8.2",
"@polkadot/wasm-crypto": "4.2.1",
"@polkadot/api": "6.9.2",
"@polkadot/keyring": "7.9.2",
"@polkadot/networks": "7.9.2",
"@polkadot/types": "6.9.2",
"@polkadot/types-known": "6.9.2",
"@polkadot/util": "7.9.2",
"@polkadot/util-crypto": "7.9.2",
"@polkadot/wasm-crypto": "4.4.1",
"node-forge": ">=0.10.0",
"node-fetch": ">=2.6.1",
"prismjs": ">=1.23.0"
Expand Down
Loading

0 comments on commit 3eda242

Please sign in to comment.