Skip to content

Commit

Permalink
fix(types): Update polkadot-js deps to get the latest types (#236)
Browse files Browse the repository at this point in the history
* fix(types): Update polkadot-js deps to get the latest types
"@polkadot/api": "8.10.1",
"@polkadot/api-augment": "8.10.1",
"@polkadot/api-base": "8.10.1",
"@polkadot/rpc-core": "8.10.1",
"@polkadot/rpc-augment": "8.10.1",
"@polkadot/rpc-provider": "8.10.1",
"@polkadot/api-derive": "8.10.1",
"@polkadot/types": "8.10.1",
"@polkadot/types-augment": "8.10.1",
"@polkadot/types-codec": "8.10.1",
"@polkadot/types-create": "8.10.1",
"@polkadot/types-support": "8.10.1",
"@polkadot/types-known": "8.10.1",
"@polkadot/keyring": "9.6.2",
"@polkadot/networks": "9.6.2",
"@polkadot/util": "9.6.2",
"@polkadot/util-crypto": "9.6.2",
"@polkadot/x-fetch": "9.6.2",
"@polkadot/x-global": "9.6.2",
"@polkadot/wasm-crypto": "6.1.5",
"@polkadot/apps-config": "0.116.1"

* fix(dep): bump apps-config to the latest Beta version
  • Loading branch information
CurlyBracketEffect authored Jun 27, 2022
1 parent 32e2a47 commit 71fb6ea
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 364 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"update-pjs-deps": "substrate-update-pjs-deps"
},
"resolutions": {
"@polkadot/api": "8.9.1",
"@polkadot/api-augment": "8.9.1",
"@polkadot/api-base": "8.9.1",
"@polkadot/rpc-core": "8.9.1",
"@polkadot/rpc-augment": "8.9.1",
"@polkadot/rpc-provider": "8.9.1",
"@polkadot/api-derive": "8.9.1",
"@polkadot/types": "8.9.1",
"@polkadot/types-augment": "8.9.1",
"@polkadot/types-codec": "8.9.1",
"@polkadot/types-create": "8.9.1",
"@polkadot/types-support": "8.9.1",
"@polkadot/types-known": "8.9.1",
"@polkadot/keyring": "9.5.1",
"@polkadot/networks": "9.5.1",
"@polkadot/util": "9.5.1",
"@polkadot/util-crypto": "9.5.1",
"@polkadot/x-fetch": "9.5.1",
"@polkadot/x-global": "9.5.1",
"@polkadot/wasm-crypto": "6.1.1",
"@polkadot/apps-config": "0.116.2-45"
"@polkadot/api": "8.10.1",
"@polkadot/api-augment": "8.10.1",
"@polkadot/api-base": "8.10.1",
"@polkadot/rpc-core": "8.10.1",
"@polkadot/rpc-augment": "8.10.1",
"@polkadot/rpc-provider": "8.10.1",
"@polkadot/api-derive": "8.10.1",
"@polkadot/types": "8.10.1",
"@polkadot/types-augment": "8.10.1",
"@polkadot/types-codec": "8.10.1",
"@polkadot/types-create": "8.10.1",
"@polkadot/types-support": "8.10.1",
"@polkadot/types-known": "8.10.1",
"@polkadot/keyring": "9.6.2",
"@polkadot/networks": "9.6.2",
"@polkadot/util": "9.6.2",
"@polkadot/util-crypto": "9.6.2",
"@polkadot/x-fetch": "9.6.2",
"@polkadot/x-global": "9.6.2",
"@polkadot/wasm-crypto": "6.1.5",
"@polkadot/apps-config": "0.116.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
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": "8.9.1",
"@polkadot/api": "8.10.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 @@ -21,7 +21,7 @@
"asSpecifiedCallsOnlyV14": "node lib/options/src/asSpecifiedCallsOnlyV14"
},
"dependencies": {
"@polkadot/api": "8.9.1",
"@polkadot/api": "8.10.1",
"@substrate/txwrapper-polkadot": "^3.1.3",
"@substrate/txwrapper-registry": "^3.1.3"
}
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.116.2-45",
"@polkadot/networks": "9.5.1",
"@polkadot/apps-config": "0.116.2-64",
"@polkadot/networks": "9.6.2",
"@substrate/txwrapper-core": "^3.1.3"
}
}
Loading

0 comments on commit 71fb6ea

Please sign in to comment.