Skip to content

Commit

Permalink
Bump polkadot/api to 10.12.2 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Mar 14, 2024
1 parent bdd78fa commit ee6e76a
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 118 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"sinon-chrome": "^3.0.1"
},
"resolutions": {
"@polkadot/api": "^10.11.3",
"@polkadot/api": "^10.12.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/networks": "^12.6.2",
"@polkadot/types": "^10.11.3",
"@polkadot/types": "^10.12.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/x-fetch": "^12.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"version": "0.46.7",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^10.11.3",
"@polkadot/api": "^10.12.2",
"@polkadot/extension-chains": "0.46.7",
"@polkadot/extension-dapp": "0.46.7",
"@polkadot/extension-inject": "0.46.7",
"@polkadot/keyring": "^12.6.2",
"@polkadot/networks": "^12.6.2",
"@polkadot/phishing": "^0.22.2",
"@polkadot/rpc-provider": "^10.11.3",
"@polkadot/types": "^10.11.3",
"@polkadot/rpc-provider": "^10.12.2",
"@polkadot/types": "^10.12.2",
"@polkadot/ui-keyring": "^3.6.5",
"@polkadot/ui-settings": "^3.6.5",
"@polkadot/util": "^12.6.2",
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.46.7",
"@polkadot/types": "^10.11.3",
"@polkadot/types": "^10.12.2",
"@polkadot/util": "^12.6.2",
"tslib": "^2.6.2",
"web3": "^1.10.3"
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.46.7",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^10.11.3",
"@polkadot/rpc-provider": "^10.11.3",
"@polkadot/types": "^10.11.3",
"@polkadot/api": "^10.12.2",
"@polkadot/rpc-provider": "^10.12.2",
"@polkadot/types": "^10.12.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/x-global": "^12.6.2",
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 @@ -22,7 +22,7 @@
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/api": "^10.11.3",
"@polkadot/api": "^10.12.2",
"@polkadot/extension-base": "0.46.7",
"@polkadot/extension-chains": "0.46.7",
"@polkadot/extension-dapp": "0.46.7",
Expand All @@ -32,8 +32,8 @@
"@polkadot/networks": "^12.6.2",
"@polkadot/react-identicon": "^3.6.5",
"@polkadot/react-qr": "^3.6.5",
"@polkadot/types": "^10.11.3",
"@polkadot/types-augment": "^10.11.3",
"@polkadot/types": "^10.12.2",
"@polkadot/types-augment": "^10.12.2",
"@polkadot/ui-keyring": "^3.6.5",
"@polkadot/ui-settings": "^3.6.5",
"@polkadot/util": "^12.6.2",
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.46.7",
"dependencies": {
"@polkadot/api": "^10.11.3",
"@polkadot/api": "^10.12.2",
"@polkadot/extension-base": "0.46.7",
"@polkadot/extension-inject": "0.46.7",
"@polkadot/extension-ui": "0.46.7",
Expand Down
Loading

0 comments on commit ee6e76a

Please sign in to comment.