Skip to content

Commit

Permalink
Upgrade Polkadot-js deps (#10814)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Aug 8, 2024
1 parent e87bcbb commit 70f59fa
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 234 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,24 +91,24 @@
"source-map-explorer": "^2.5.3"
},
"resolutions": {
"@polkadot/api": "^12.2.1",
"@polkadot/api-augment": "^12.2.1",
"@polkadot/api-base": "^12.2.1",
"@polkadot/api-contract": "^12.2.1",
"@polkadot/api-derive": "^12.2.1",
"@polkadot/api": "^12.3.1",
"@polkadot/api-augment": "^12.3.1",
"@polkadot/api-base": "^12.3.1",
"@polkadot/api-contract": "^12.3.1",
"@polkadot/api-derive": "^12.3.1",
"@polkadot/hw-ledger": "^13.0.2",
"@polkadot/keyring": "^13.0.2",
"@polkadot/networks": "^13.0.2",
"@polkadot/phishing": "^0.23.1",
"@polkadot/rpc-augment": "^12.2.1",
"@polkadot/rpc-core": "^12.2.1",
"@polkadot/rpc-provider": "^12.2.1",
"@polkadot/types": "^12.2.1",
"@polkadot/types-augment": "^12.2.1",
"@polkadot/types-codec": "^12.2.1",
"@polkadot/types-create": "^12.2.1",
"@polkadot/types-known": "^12.2.1",
"@polkadot/types-support": "^12.2.1",
"@polkadot/phishing": "^0.23.3",
"@polkadot/rpc-augment": "^12.3.1",
"@polkadot/rpc-core": "^12.3.1",
"@polkadot/rpc-provider": "^12.3.1",
"@polkadot/types": "^12.3.1",
"@polkadot/types-augment": "^12.3.1",
"@polkadot/types-codec": "^12.3.1",
"@polkadot/types-create": "^12.3.1",
"@polkadot/types-known": "^12.3.1",
"@polkadot/types-support": "^12.3.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/wasm-crypto": "^7.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@polkadot/api": "^12.2.1",
"@polkadot/api-derive": "^12.2.1",
"@polkadot/networks": "^13.0.2",
"@polkadot/react-identicon": "^3.8.2",
"@polkadot/react-identicon": "^3.8.3",
"@polkadot/types": "^12.2.1",
"@polkadot/types-codec": "^12.2.1",
"@polkadot/util": "^13.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"version": "0.142.2-14-x",
"dependencies": {
"@polkadot/hw-ledger": "^13.0.2",
"@polkadot/phishing": "^0.23.1",
"@polkadot/phishing": "^0.23.3",
"@polkadot/react-components": "^0.142.2-14-x",
"@polkadot/react-hooks": "^0.142.2-14-x",
"@polkadot/util": "^13.0.2",
"@polkadot/vanitygen": "^0.57.1",
"@polkadot/vanitygen": "^0.57.3",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@polkadot/api": "^12.2.1",
"@polkadot/extension-compat-metamask": "^0.49.1",
"@polkadot/extension-dapp": "^0.49.1",
"@polkadot/extension-compat-metamask": "^0.51.1",
"@polkadot/extension-dapp": "^0.51.1",
"@polkadot/rpc-provider": "^12.2.1",
"fflate": "^0.8.1",
"rxjs": "^7.8.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/keyring": "^13.0.2",
"@polkadot/react-api": "^0.142.2-14-x",
"@polkadot/react-identicon": "^3.8.2",
"@polkadot/react-qr": "^3.8.2",
"@polkadot/react-identicon": "^3.8.3",
"@polkadot/react-qr": "^3.8.3",
"@polkadot/react-query": "^0.142.2-14-x",
"@polkadot/ui-keyring": "^3.8.2",
"@polkadot/ui-settings": "^3.8.2",
"@polkadot/ui-keyring": "^3.8.3",
"@polkadot/ui-settings": "^3.8.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"chart.js": "^4.4.1",
Expand Down
Loading

0 comments on commit 70f59fa

Please sign in to comment.