Skip to content

Commit

Permalink
fix: update api -> 7.11.1, and apps-config -> 0.108.1 (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Mar 8, 2022
1 parent 3ade139 commit 222a258
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 144 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "^7.10.1",
"@polkadot/apps-config": "^0.107.1",
"@polkadot/api": "^7.11.1",
"@polkadot/apps-config": "^0.108.1",
"@polkadot/util-crypto": "^8.4.1",
"@substrate/calc": "^0.2.8",
"argparse": "^2.0.1",
Expand All @@ -78,11 +78,11 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "7.10.1",
"@polkadot/api": "7.11.1",
"@polkadot/keyring": "8.4.1",
"@polkadot/networks": "8.4.1",
"@polkadot/types": "7.10.1",
"@polkadot/types-known": "7.10.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",
Expand Down

0 comments on commit 222a258

Please sign in to comment.