Skip to content

Commit

Permalink
fix(deps): Update polkadotjs (#181)
Browse files Browse the repository at this point in the history
* Update polkadotjs

* update resolutions

* fix lock
  • Loading branch information
0xslipk authored Feb 21, 2022
1 parent 8af2797 commit 9adcea3
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 307 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"docs": "typedoc"
},
"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"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@polkadot/util-crypto": "^8.3.3",
"@polkadot/util-crypto": "^8.4.1",
"@substrate/dev": "^0.5.6",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/api": "^7.7.1",
"@polkadot/api": "^7.8.1",
"memoizee": "0.4.15"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mandala": "node lib/mandala"
},
"dependencies": {
"@polkadot/api": "^7.7.1",
"@polkadot/api": "^7.8.1",
"@substrate/txwrapper-polkadot": "^1.5.2",
"@substrate/txwrapper-registry": "^1.5.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/txwrapper-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/apps-config": "^0.105.1",
"@polkadot/networks": "^8.3.3",
"@polkadot/apps-config": "^0.106.1",
"@polkadot/networks": "^8.4.1",
"@substrate/txwrapper-core": "^1.5.2"
}
}
Loading

0 comments on commit 9adcea3

Please sign in to comment.