Skip to content

Commit

Permalink
Bump @polkadot/api and @polkadot/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed May 22, 2024
1 parent 3e13d90 commit 3c883d1
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 125 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": "^11.0.3",
"@polkadot/api": "^11.1.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/networks": "^12.6.2",
"@polkadot/types": "^11.0.3",
"@polkadot/types": "^11.1.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/x-fetch": "^12.6.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.47.4",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^11.0.3",
"@polkadot/api": "^11.1.1",
"@polkadot/extension-chains": "0.47.4",
"@polkadot/extension-dapp": "0.47.4",
"@polkadot/extension-inject": "0.47.4",
"@polkadot/keyring": "^12.6.2",
"@polkadot/networks": "^12.6.2",
"@polkadot/phishing": "^0.22.7",
"@polkadot/rpc-provider": "^11.0.3",
"@polkadot/types": "^11.0.3",
"@polkadot/phishing": "^0.22.8",
"@polkadot/rpc-provider": "^11.1.1",
"@polkadot/types": "^11.1.1",
"@polkadot/ui-keyring": "^3.6.6",
"@polkadot/ui-settings": "^3.6.6",
"@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.47.4",
"@polkadot/types": "^11.0.3",
"@polkadot/types": "^11.1.1",
"@polkadot/util": "^12.6.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.47.4",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^11.0.3",
"@polkadot/rpc-provider": "^11.0.3",
"@polkadot/types": "^11.0.3",
"@polkadot/api": "^11.1.1",
"@polkadot/rpc-provider": "^11.1.1",
"@polkadot/types": "^11.1.1",
"@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 @@ -23,7 +23,7 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@paraspell/xcm-analyser": "^1.2.0",
"@polkadot/api": "^11.0.3",
"@polkadot/api": "^11.1.1",
"@polkadot/extension-base": "0.47.4",
"@polkadot/extension-chains": "0.47.4",
"@polkadot/extension-dapp": "0.47.4",
Expand All @@ -33,8 +33,8 @@
"@polkadot/networks": "^12.6.2",
"@polkadot/react-identicon": "^3.6.6",
"@polkadot/react-qr": "^3.6.6",
"@polkadot/types": "^11.0.3",
"@polkadot/types-augment": "^11.0.3",
"@polkadot/types": "^11.1.1",
"@polkadot/types-augment": "^11.1.1",
"@polkadot/ui-keyring": "^3.6.6",
"@polkadot/ui-settings": "^3.6.6",
"@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.47.4",
"dependencies": {
"@polkadot/api": "^11.0.3",
"@polkadot/api": "^11.1.1",
"@polkadot/extension-base": "0.47.4",
"@polkadot/extension-inject": "0.47.4",
"@polkadot/extension-ui": "0.47.4",
Expand Down
Loading

0 comments on commit 3c883d1

Please sign in to comment.