Skip to content

Commit

Permalink
Upgrade polkadot-js deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Sep 24, 2024
1 parent 8aad5bf commit 3dfccb8
Show file tree
Hide file tree
Showing 9 changed files with 443 additions and 394 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"sinon-chrome": "^3.0.1"
},
"resolutions": {
"@polkadot/api": "^12.4.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/networks": "^13.0.2",
"@polkadot/types": "^12.4.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-fetch": "^13.0.2",
"@polkadot/api": "^13.2.1",
"@polkadot/keyring": "^13.1.1",
"@polkadot/networks": "^13.1.1",
"@polkadot/types": "^13.2.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/x-fetch": "^13.1.1",
"safe-buffer": "^5.2.1",
"typescript": "^5.3.3"
}
Expand Down
20 changes: 10 additions & 10 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"version": "0.52.4-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^12.4.1",
"@polkadot/api": "^13.2.1",
"@polkadot/extension-chains": "0.52.4-0-x",
"@polkadot/extension-dapp": "0.52.4-0-x",
"@polkadot/extension-inject": "0.52.4-0-x",
"@polkadot/keyring": "^13.0.2",
"@polkadot/networks": "^13.0.2",
"@polkadot/phishing": "^0.23.4",
"@polkadot/rpc-provider": "^12.4.1",
"@polkadot/types": "^12.4.1",
"@polkadot/ui-keyring": "^3.9.1",
"@polkadot/ui-settings": "^3.9.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/keyring": "^13.1.1",
"@polkadot/networks": "^13.1.1",
"@polkadot/phishing": "^0.23.6",
"@polkadot/rpc-provider": "^13.2.1",
"@polkadot/types": "^13.2.1",
"@polkadot/ui-keyring": "^3.10.1",
"@polkadot/ui-settings": "^3.10.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"main": "index.js",
"dependencies": {
"@polkadot/extension-inject": "0.52.4-0-x",
"@polkadot/networks": "^13.0.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/networks": "^13.1.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"tslib": "^2.6.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-compat-metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dependencies": {
"@metamask/detect-provider": "^2.0.0",
"@polkadot/extension-inject": "0.52.4-0-x",
"@polkadot/types": "^12.4.1",
"@polkadot/util": "^13.0.2",
"@polkadot/types": "^13.2.1",
"@polkadot/util": "^13.1.1",
"tslib": "^2.6.2",
"web3": "^4.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"main": "index.js",
"dependencies": {
"@polkadot/extension-inject": "0.52.4-0-x",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/extension-inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"version": "0.52.4-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^12.4.1",
"@polkadot/rpc-provider": "^12.4.1",
"@polkadot/types": "^12.4.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-global": "^13.0.2",
"@polkadot/api": "^13.2.1",
"@polkadot/rpc-provider": "^13.2.1",
"@polkadot/types": "^13.2.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/x-global": "^13.1.1",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@paraspell/xcm-analyser": "^1.3.1",
"@polkadot-api/merkleize-metadata": "^1.1.2",
"@polkadot/api": "^12.4.1",
"@polkadot-api/merkleize-metadata": "^1.1.4",
"@polkadot/api": "^13.2.1",
"@polkadot/extension-base": "0.52.4-0-x",
"@polkadot/extension-chains": "0.52.4-0-x",
"@polkadot/extension-dapp": "0.52.4-0-x",
"@polkadot/extension-inject": "0.52.4-0-x",
"@polkadot/hw-ledger": "^13.0.2",
"@polkadot/keyring": "^13.0.2",
"@polkadot/networks": "^13.0.2",
"@polkadot/react-identicon": "^3.9.1",
"@polkadot/react-qr": "^3.9.1",
"@polkadot/types": "^12.4.1",
"@polkadot/types-augment": "^12.4.1",
"@polkadot/ui-keyring": "^3.9.1",
"@polkadot/ui-settings": "^3.9.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/hw-ledger": "^13.1.1",
"@polkadot/keyring": "^13.1.1",
"@polkadot/networks": "^13.1.1",
"@polkadot/react-identicon": "^3.10.1",
"@polkadot/react-qr": "^3.10.1",
"@polkadot/types": "^13.2.1",
"@polkadot/types-augment": "^13.2.1",
"@polkadot/ui-keyring": "^3.10.1",
"@polkadot/ui-settings": "^3.10.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"file-saver": "^2.0.5",
"i18next": "^23.7.11",
"react": "^18.2.0",
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.52.4-0-x",
"dependencies": {
"@polkadot/api": "^12.4.1",
"@polkadot/api": "^13.2.1",
"@polkadot/extension-base": "0.52.4-0-x",
"@polkadot/extension-inject": "0.52.4-0-x",
"@polkadot/extension-ui": "0.52.4-0-x",
Expand Down
Loading

0 comments on commit 3dfccb8

Please sign in to comment.