Skip to content

Commit

Permalink
Upgrade polkadot-js/apoi (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Dec 3, 2024
1 parent 0d48a30 commit 7a24da6
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 124 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"sinon-chrome": "^3.0.1"
},
"resolutions": {
"@polkadot/api": "^14.3.1",
"@polkadot/api": "^15.0.1",
"@polkadot/keyring": "^13.2.3",
"@polkadot/networks": "^13.2.3",
"@polkadot/types": "^14.3.1",
"@polkadot/types": "^15.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/x-fetch": "^13.2.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"version": "0.56.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api": "^15.0.1",
"@polkadot/extension-chains": "0.56.2",
"@polkadot/extension-dapp": "0.56.2",
"@polkadot/extension-inject": "0.56.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/networks": "^13.2.3",
"@polkadot/phishing": "^0.24.3",
"@polkadot/rpc-provider": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/phishing": "^0.24.4",
"@polkadot/rpc-provider": "^15.0.1",
"@polkadot/types": "^15.0.1",
"@polkadot/ui-keyring": "^3.11.3",
"@polkadot/ui-settings": "^3.11.3",
"@polkadot/util": "^13.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-compat-metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@metamask/detect-provider": "^2.0.0",
"@polkadot/extension-inject": "0.56.2",
"@polkadot/types": "^14.3.1",
"@polkadot/types": "^15.0.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.1",
"web3": "^4.7.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"version": "0.56.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/rpc-provider": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/api": "^15.0.1",
"@polkadot/rpc-provider": "^15.0.1",
"@polkadot/types": "^15.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/x-global": "^13.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@paraspell/xcm-analyser": "^1.3.1",
"@polkadot-api/merkleize-metadata": "^1.1.9",
"@polkadot/api": "^14.3.1",
"@polkadot/api": "^15.0.1",
"@polkadot/extension-base": "0.56.2",
"@polkadot/extension-chains": "0.56.2",
"@polkadot/extension-dapp": "0.56.2",
Expand All @@ -34,8 +34,8 @@
"@polkadot/networks": "^13.2.3",
"@polkadot/react-identicon": "^3.11.3",
"@polkadot/react-qr": "^3.11.3",
"@polkadot/types": "^14.3.1",
"@polkadot/types-augment": "^14.3.1",
"@polkadot/types": "^15.0.1",
"@polkadot/types-augment": "^15.0.1",
"@polkadot/ui-keyring": "^3.11.3",
"@polkadot/ui-settings": "^3.11.3",
"@polkadot/util": "^13.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "module",
"version": "0.56.2",
"dependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api": "^15.0.1",
"@polkadot/extension-base": "0.56.2",
"@polkadot/extension-inject": "0.56.2",
"@polkadot/extension-ui": "0.56.2",
Expand Down
Loading

0 comments on commit 7a24da6

Please sign in to comment.