Skip to content

Commit

Permalink
fix(deps): update dependency @polkadot/types to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 7d79879 commit e9b23ec
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@kiltprotocol/sdk-js": "^0.35.0",
"@polkadot/extension-inject": "^0.47.6",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/types": "^12.0.2",
"@polkadot/ui-shared": "^3.6.6",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
Expand Down
54 changes: 52 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2999,6 +2999,18 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types-augment@npm:12.0.2":
version: 12.0.2
resolution: "@polkadot/types-augment@npm:12.0.2"
dependencies:
"@polkadot/types": "npm:12.0.2"
"@polkadot/types-codec": "npm:12.0.2"
"@polkadot/util": "npm:^12.6.2"
tslib: "npm:^2.6.2"
checksum: 10c0/e6f084b47612378b0fd48b54d8c87a28a45d61fe37e8b23346f9b3060990f9f12c3d5c089a84b28dbec01e4c25d30d5ea7cb3a865c250ce49bd5d1c35b7aacca
languageName: node
linkType: hard

"@polkadot/types-codec@npm:10.13.1, @polkadot/types-codec@npm:^10.7.3":
version: 10.13.1
resolution: "@polkadot/types-codec@npm:10.13.1"
Expand All @@ -3021,6 +3033,17 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types-codec@npm:12.0.2":
version: 12.0.2
resolution: "@polkadot/types-codec@npm:12.0.2"
dependencies:
"@polkadot/util": "npm:^12.6.2"
"@polkadot/x-bigint": "npm:^12.6.2"
tslib: "npm:^2.6.2"
checksum: 10c0/92e6042dc81e4590dcaa21fe8d996a838896c8c08fb0969c538f4564dc72733aaec8002d9e1cd02688c0c142073a48042cb889d33f520563888f63df2c303a57
languageName: node
linkType: hard

"@polkadot/types-create@npm:10.13.1":
version: 10.13.1
resolution: "@polkadot/types-create@npm:10.13.1"
Expand All @@ -3043,6 +3066,17 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types-create@npm:12.0.2":
version: 12.0.2
resolution: "@polkadot/types-create@npm:12.0.2"
dependencies:
"@polkadot/types-codec": "npm:12.0.2"
"@polkadot/util": "npm:^12.6.2"
tslib: "npm:^2.6.2"
checksum: 10c0/d0395c1ab1ea2dcd80a33f620aa57c2faffc249a4477d3b2e80315afeccbfd5950625827ce0485eae8bfe96b7bcf8df097375e43c72ef3f6726a5f91216d42f8
languageName: node
linkType: hard

"@polkadot/types-known@npm:10.13.1":
version: 10.13.1
resolution: "@polkadot/types-known@npm:10.13.1"
Expand Down Expand Up @@ -3091,7 +3125,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 @@ -3123,6 +3157,22 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types@npm:12.0.2, @polkadot/types@npm:^12.0.2":
version: 12.0.2
resolution: "@polkadot/types@npm:12.0.2"
dependencies:
"@polkadot/keyring": "npm:^12.6.2"
"@polkadot/types-augment": "npm:12.0.2"
"@polkadot/types-codec": "npm:12.0.2"
"@polkadot/types-create": "npm:12.0.2"
"@polkadot/util": "npm:^12.6.2"
"@polkadot/util-crypto": "npm:^12.6.2"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.6.2"
checksum: 10c0/676fa50f0d1b1a5c26cb2436abcc22c84e2c056de66231963b3c8b462cb0bffdd9552682824f4f66f461388435fb835a710bbb3f7e15afc0f5b95ba964370234
languageName: node
linkType: hard

"@polkadot/ui-shared@npm:^3.6.6":
version: 3.6.6
resolution: "@polkadot/ui-shared@npm:3.6.6"
Expand Down Expand Up @@ -16686,7 +16736,7 @@ __metadata:
"@kiltprotocol/sdk-js": "npm:^0.35.0"
"@polkadot/extension-inject": "npm:^0.47.6"
"@polkadot/keyring": "npm:^12.6.2"
"@polkadot/types": "npm:^10.11.2"
"@polkadot/types": "npm:^12.0.2"
"@polkadot/ui-shared": "npm:^3.6.6"
"@polkadot/util": "npm:^12.6.2"
"@polkadot/util-crypto": "npm:^12.6.2"
Expand Down

0 comments on commit e9b23ec

Please sign in to comment.