Skip to content

Commit

Permalink
Update polkadot common to 13.2.1 (#811)
Browse files Browse the repository at this point in the history
TarikGul authored Oct 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8410d50 commit e5a2337
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
@@ -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",
6 changes: 3 additions & 3 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
@@ -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",
4 changes: 2 additions & 2 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
@@ -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",
4 changes: 2 additions & 2 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
6 changes: 3 additions & 3 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
@@ -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",
4 changes: 2 additions & 2 deletions packages/ui-settings/package.json
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions packages/ui-shared/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
4 changes: 2 additions & 2 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
288 changes: 144 additions & 144 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e5a2337

Please sign in to comment.