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 Oct 14, 2024
1 parent 7edb19d commit b909d40
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 @@ -47,13 +47,13 @@
"dependencies": {
"@kiltprotocol/sdk-js": "^0.35.0",
"@polkadot/extension-inject": "^0.54.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/keyring": "^13.1.1",
"@polkadot/types": "^14.0.1",
"@polkadot/ui-shared": "^3.10.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.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/x-textdecoder": "^13.1.1",
"@polkadot/x-textencoder": "^13.1.1",
"bn.js": "^5.2.1",
"classnames": "^2.5.1",
"ky": "^1.7.2",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3031,7 +3031,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 @@ -3312,7 +3312,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 @@ -3322,7 +3322,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-textdecoder@npm:13.1.1":
"@polkadot/x-textdecoder@npm:13.1.1, @polkadot/x-textdecoder@npm:^13.1.1":
version: 13.1.1
resolution: "@polkadot/x-textdecoder@npm:13.1.1"
dependencies:
Expand All @@ -3332,7 +3332,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 @@ -3342,7 +3342,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/x-textencoder@npm:13.1.1":
"@polkadot/x-textencoder@npm:13.1.1, @polkadot/x-textencoder@npm:^13.1.1":
version: 13.1.1
resolution: "@polkadot/x-textencoder@npm:13.1.1"
dependencies:
Expand Down Expand Up @@ -16446,13 +16446,13 @@ __metadata:
"@babel/preset-typescript": "npm:^7.25.7"
"@kiltprotocol/sdk-js": "npm:^0.35.0"
"@polkadot/extension-inject": "npm:^0.54.1"
"@polkadot/keyring": "npm:^12.6.2"
"@polkadot/types": "npm:^10.11.2"
"@polkadot/keyring": "npm:^13.1.1"
"@polkadot/types": "npm:^14.0.1"
"@polkadot/ui-shared": "npm:^3.10.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.1.1"
"@polkadot/util-crypto": "npm:^13.1.1"
"@polkadot/x-textdecoder": "npm:^13.1.1"
"@polkadot/x-textencoder": "npm:^13.1.1"
"@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 b909d40

Please sign in to comment.