Skip to content

Commit

Permalink
fix(types): Update polkadot-js deps to get the latest types (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imod7 authored Sep 6, 2022
1 parent 58627f1 commit 82a1177
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 212 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@
"update-pjs-deps": "substrate-update-pjs-deps"
},
"resolutions": {
"@polkadot/api": "9.2.4",
"@polkadot/api-augment": "9.2.4",
"@polkadot/api-base": "9.2.4",
"@polkadot/rpc-core": "9.2.4",
"@polkadot/rpc-augment": "9.2.4",
"@polkadot/rpc-provider": "9.2.4",
"@polkadot/api-derive": "9.2.4",
"@polkadot/types": "9.2.4",
"@polkadot/types-augment": "9.2.4",
"@polkadot/types-codec": "9.2.4",
"@polkadot/types-create": "9.2.4",
"@polkadot/types-support": "9.2.4",
"@polkadot/types-known": "9.2.4",
"@polkadot/keyring": "10.1.6",
"@polkadot/networks": "10.1.6",
"@polkadot/util": "10.1.6",
"@polkadot/util-crypto": "10.1.6",
"@polkadot/x-fetch": "10.1.6",
"@polkadot/x-global": "10.1.6",
"@polkadot/api": "9.3.3",
"@polkadot/api-augment": "9.3.3",
"@polkadot/api-base": "9.3.3",
"@polkadot/rpc-core": "9.3.3",
"@polkadot/rpc-augment": "9.3.3",
"@polkadot/rpc-provider": "9.3.3",
"@polkadot/api-derive": "9.3.3",
"@polkadot/types": "9.3.3",
"@polkadot/types-augment": "9.3.3",
"@polkadot/types-codec": "9.3.3",
"@polkadot/types-create": "9.3.3",
"@polkadot/types-support": "9.3.3",
"@polkadot/types-known": "9.3.3",
"@polkadot/keyring": "10.1.7",
"@polkadot/networks": "10.1.7",
"@polkadot/util": "10.1.7",
"@polkadot/util-crypto": "10.1.7",
"@polkadot/x-fetch": "10.1.7",
"@polkadot/x-global": "10.1.7",
"@polkadot/wasm-crypto": "6.3.1",
"@polkadot/apps-config": "0.121.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": "9.2.4",
"@polkadot/api": "9.3.3",
"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 @@ -21,7 +21,7 @@
"asSpecifiedCallsOnlyV14": "node lib/options/src/asSpecifiedCallsOnlyV14"
},
"dependencies": {
"@polkadot/api": "9.2.4",
"@polkadot/api": "9.3.3",
"@substrate/txwrapper-polkadot": "^3.2.1",
"@substrate/txwrapper-registry": "^3.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@polkadot/apps-config": "0.121.1",
"@polkadot/networks": "10.1.6",
"@polkadot/networks": "10.1.7",
"@substrate/txwrapper-core": "^3.2.1"
}
}
Loading

0 comments on commit 82a1177

Please sign in to comment.