Skip to content

Commit 52cd0d3

Browse files
committed
Upgrade polkadot-js deps
1 parent 9a7572b commit 52cd0d3

File tree

7 files changed

+125
-125
lines changed

7 files changed

+125
-125
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
"sinon-chrome": "^3.0.1"
5252
},
5353
"resolutions": {
54-
"@polkadot/api": "^15.7.2",
54+
"@polkadot/api": "^15.8.1",
5555
"@polkadot/keyring": "^13.4.3",
5656
"@polkadot/networks": "^13.4.3",
57-
"@polkadot/types": "^15.7.2",
57+
"@polkadot/types": "^15.8.1",
5858
"@polkadot/util": "^13.4.3",
5959
"@polkadot/util-crypto": "^13.4.3",
6060
"@polkadot/x-fetch": "^13.4.3",

packages/extension-base/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"version": "0.58.5",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "^15.7.2",
24+
"@polkadot/api": "^15.8.1",
2525
"@polkadot/extension-chains": "0.58.5",
2626
"@polkadot/extension-dapp": "0.58.5",
2727
"@polkadot/extension-inject": "0.58.5",
2828
"@polkadot/keyring": "^13.4.3",
2929
"@polkadot/networks": "^13.4.3",
30-
"@polkadot/phishing": "^0.25.5",
31-
"@polkadot/rpc-provider": "^15.7.2",
32-
"@polkadot/types": "^15.7.2",
30+
"@polkadot/phishing": "^0.25.6",
31+
"@polkadot/rpc-provider": "^15.8.1",
32+
"@polkadot/types": "^15.8.1",
3333
"@polkadot/ui-keyring": "^3.12.2",
3434
"@polkadot/ui-settings": "^3.12.2",
3535
"@polkadot/util": "^13.4.3",

packages/extension-compat-metamask/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@metamask/detect-provider": "^2.0.0",
2525
"@polkadot/extension-inject": "0.58.5",
26-
"@polkadot/types": "^15.7.2",
26+
"@polkadot/types": "^15.8.1",
2727
"@polkadot/util": "^13.4.3",
2828
"tslib": "^2.8.1",
2929
"web3": "^4.7.0"

packages/extension-inject/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"version": "0.58.5",
1919
"main": "index.js",
2020
"dependencies": {
21-
"@polkadot/api": "^15.7.2",
22-
"@polkadot/rpc-provider": "^15.7.2",
23-
"@polkadot/types": "^15.7.2",
21+
"@polkadot/api": "^15.8.1",
22+
"@polkadot/rpc-provider": "^15.8.1",
23+
"@polkadot/types": "^15.8.1",
2424
"@polkadot/util": "^13.4.3",
2525
"@polkadot/util-crypto": "^13.4.3",
2626
"@polkadot/x-global": "^13.4.3",

packages/extension-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@fortawesome/react-fontawesome": "^0.2.0",
2525
"@paraspell/xcm-analyser": "^1.3.1",
2626
"@polkadot-api/merkleize-metadata": "^1.1.13",
27-
"@polkadot/api": "^15.7.2",
27+
"@polkadot/api": "^15.8.1",
2828
"@polkadot/extension-base": "0.58.5",
2929
"@polkadot/extension-chains": "0.58.5",
3030
"@polkadot/extension-dapp": "0.58.5",
@@ -34,8 +34,8 @@
3434
"@polkadot/networks": "^13.4.3",
3535
"@polkadot/react-identicon": "^3.12.2",
3636
"@polkadot/react-qr": "^3.12.2",
37-
"@polkadot/types": "^15.7.2",
38-
"@polkadot/types-augment": "^15.7.2",
37+
"@polkadot/types": "^15.8.1",
38+
"@polkadot/types-augment": "^15.8.1",
3939
"@polkadot/ui-keyring": "^3.12.2",
4040
"@polkadot/ui-settings": "^3.12.2",
4141
"@polkadot/util": "^13.4.3",

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "module",
1818
"version": "0.58.5",
1919
"dependencies": {
20-
"@polkadot/api": "^15.7.2",
20+
"@polkadot/api": "^15.8.1",
2121
"@polkadot/extension-base": "0.58.5",
2222
"@polkadot/extension-inject": "0.58.5",
2323
"@polkadot/extension-ui": "0.58.5",

0 commit comments

Comments
 (0)