Skip to content

Commit

Permalink
fix(deps): update polkadot
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 78596f3 commit 33d494f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"dependencies": {
"@kiltprotocol/sdk-js": "^0.35.0",
"@polkadot/extension-inject": "^0.49.3",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "^12.2.1",
"@polkadot/ui-shared": "^3.7.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/x-textdecoder": "^12.6.2",
"@polkadot/x-textencoder": "^12.6.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-textdecoder": "^13.0.2",
"@polkadot/x-textencoder": "^13.0.2",
"bn.js": "^5.2.1",
"classnames": "^2.5.1",
"ky": "^1.4.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types@npm:10.13.1, @polkadot/types@npm:^10.11.2, @polkadot/types@npm:^10.7.3":
"@polkadot/types@npm:10.13.1, @polkadot/types@npm:^10.7.3":
version: 10.13.1
resolution: "@polkadot/types@npm:10.13.1"
dependencies:
Expand Down Expand Up @@ -3390,7 +3390,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-textdecoder@npm:12.6.2, @polkadot/x-textdecoder@npm:^12.6.2":
"@polkadot/x-textdecoder@npm:12.6.2":
version: 12.6.2
resolution: "@polkadot/x-textdecoder@npm:12.6.2"
dependencies:
Expand All @@ -3400,7 +3400,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-textdecoder@npm:13.0.2":
"@polkadot/x-textdecoder@npm:13.0.2, @polkadot/x-textdecoder@npm:^13.0.2":
version: 13.0.2
resolution: "@polkadot/x-textdecoder@npm:13.0.2"
dependencies:
Expand All @@ -3410,7 +3410,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-textencoder@npm:12.6.2, @polkadot/x-textencoder@npm:^12.6.2":
"@polkadot/x-textencoder@npm:12.6.2":
version: 12.6.2
resolution: "@polkadot/x-textencoder@npm:12.6.2"
dependencies:
Expand All @@ -3420,7 +3420,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-textencoder@npm:13.0.2":
"@polkadot/x-textencoder@npm:13.0.2, @polkadot/x-textencoder@npm:^13.0.2":
version: 13.0.2
resolution: "@polkadot/x-textencoder@npm:13.0.2"
dependencies:
Expand Down Expand Up @@ -16802,13 +16802,13 @@ __metadata:
"@babel/preset-typescript": "npm:^7.24.7"
"@kiltprotocol/sdk-js": "npm:^0.35.0"
"@polkadot/extension-inject": "npm:^0.49.3"
"@polkadot/keyring": "npm:^12.6.2"
"@polkadot/types": "npm:^10.11.2"
"@polkadot/keyring": "npm:^13.0.2"
"@polkadot/types": "npm:^12.2.1"
"@polkadot/ui-shared": "npm:^3.7.1"
"@polkadot/util": "npm:^12.6.2"
"@polkadot/util-crypto": "npm:^12.6.2"
"@polkadot/x-textdecoder": "npm:^12.6.2"
"@polkadot/x-textencoder": "npm:^12.6.2"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
"@polkadot/x-textdecoder": "npm:^13.0.2"
"@polkadot/x-textencoder": "npm:^13.0.2"
"@storybook/addon-actions": "npm:^7.6.20"
"@storybook/addon-controls": "npm:^7.6.20"
"@storybook/addon-styling": "npm:^1.3.7"
Expand Down

0 comments on commit 33d494f

Please sign in to comment.