Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps-dev): bump @polkadot/types from 10.11.2 to 12.0.2 #80

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"yaml": "^2.4.1"
},
"devDependencies": {
"@polkadot/types": "^10.11.2",
"@polkadot/types": "^12.0.2",
"@types/body-parser": "^1",
"@types/express": "^4",
"@types/jest": "^29.5.12",
Expand Down
54 changes: 52 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,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.11.2":
version: 10.11.2
resolution: "@polkadot/types-codec@npm:10.11.2"
Expand All @@ -1064,6 +1076,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.11.2":
version: 10.11.2
resolution: "@polkadot/types-create@npm:10.11.2"
Expand All @@ -1075,6 +1098,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.11.2":
version: 10.11.2
resolution: "@polkadot/types-known@npm:10.11.2"
Expand All @@ -1099,7 +1133,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types@npm:10.11.2, @polkadot/types@npm:^10.11.2":
"@polkadot/types@npm:10.11.2":
version: 10.11.2
resolution: "@polkadot/types@npm:10.11.2"
dependencies:
Expand All @@ -1115,6 +1149,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/util-crypto@npm:12.6.2, @polkadot/util-crypto@npm:^12.6.2":
version: 12.6.2
resolution: "@polkadot/util-crypto@npm:12.6.2"
Expand Down Expand Up @@ -4874,7 +4924,7 @@ __metadata:
dependencies:
"@noble/hashes": "npm:1.4.0"
"@polkadot/api": "npm:10.11.2"
"@polkadot/types": "npm:^10.11.2"
"@polkadot/types": "npm:^12.0.2"
"@scure/base": "npm:1.1.6"
"@types/body-parser": "npm:^1"
"@types/express": "npm:^4"
Expand Down
Loading