Skip to content

Commit

Permalink
Upgrade Polkadot-js api, and phishing
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Aug 6, 2024
1 parent 4bc1c26 commit 6ca1f90
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": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/networks": "^13.0.2",
"@polkadot/types": "^12.2.3",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-fetch": "^13.0.2",
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.50.2-5-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/extension-chains": "0.50.2-5-x",
"@polkadot/extension-dapp": "0.50.2-5-x",
"@polkadot/extension-inject": "0.50.2-5-x",
"@polkadot/keyring": "^13.0.2",
"@polkadot/networks": "^13.0.2",
"@polkadot/phishing": "^0.23.2",
"@polkadot/rpc-provider": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@polkadot/phishing": "^0.23.3",
"@polkadot/rpc-provider": "^12.3.1",
"@polkadot/types": "^12.3.1",
"@polkadot/ui-keyring": "^3.8.3",
"@polkadot/ui-settings": "^3.8.3",
"@polkadot/util": "^13.0.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.50.2-5-x",
"@polkadot/types": "^12.2.3",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2",
"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.50.2-5-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/rpc-provider": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/rpc-provider": "^12.3.1",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-global": "^13.0.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 @@ -24,7 +24,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@paraspell/xcm-analyser": "^1.3.1",
"@polkadot-api/merkleize-metadata": "^1.1.0",
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/extension-base": "0.50.2-5-x",
"@polkadot/extension-chains": "0.50.2-5-x",
"@polkadot/extension-dapp": "0.50.2-5-x",
Expand All @@ -34,8 +34,8 @@
"@polkadot/networks": "^13.0.2",
"@polkadot/react-identicon": "^3.8.3",
"@polkadot/react-qr": "^3.8.3",
"@polkadot/types": "^12.2.3",
"@polkadot/types-augment": "^12.2.3",
"@polkadot/types": "^12.3.1",
"@polkadot/types-augment": "^12.3.1",
"@polkadot/ui-keyring": "^3.8.3",
"@polkadot/ui-settings": "^3.8.3",
"@polkadot/util": "^13.0.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.50.2-5-x",
"dependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/extension-base": "0.50.2-5-x",
"@polkadot/extension-inject": "0.50.2-5-x",
"@polkadot/extension-ui": "0.50.2-5-x",
Expand Down
Loading

0 comments on commit 6ca1f90

Please sign in to comment.