Skip to content

Commit

Permalink
Update polkadot common to 13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Oct 23, 2024
1 parent 8410d50 commit 57c9cfa
Show file tree
Hide file tree
Showing 9 changed files with 161 additions and 161 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@polkadot/dev": "^0.81.2",
"@polkadot/x-bundle": "^13.1.1",
"@polkadot/x-bundle": "^13.2.1",
"@types/node": "^20.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"version": "3.10.2-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.1.1",
"@polkadot/keyring": "^13.2.1",
"@polkadot/ui-settings": "3.10.2-0-x",
"@polkadot/ui-shared": "3.10.2-0-x",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.2.0",
"react-copy-to-clipboard": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.10.2-0-x",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.2",
"qrcode-generator": "^1.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.10.2-0-x",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1",
"react-native-svg": "^14.1.0",
"tslib": "^2.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"version": "3.10.2-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.1.1",
"@polkadot/keyring": "^13.2.1",
"@polkadot/ui-settings": "3.10.2-0-x",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1",
"mkdirp": "^3.0.1",
"rxjs": "^7.8.1",
"store": "^2.0.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"version": "3.10.2-0-x",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.1.1",
"@polkadot/util": "^13.1.1",
"@polkadot/networks": "^13.2.1",
"@polkadot/util": "^13.2.1",
"eventemitter3": "^5.0.1",
"store": "^2.0.12",
"tslib": "^2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1",
"@types/xmlserializer": "^0.6.6",
"xmlserializer": "^0.6.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.10.2-0-x",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1",
"jdenticon": "3.2.0",
"tslib": "^2.6.2"
},
Expand Down
Loading

0 comments on commit 57c9cfa

Please sign in to comment.