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

Upgrade chopsticks version #10329

Merged
merged 1 commit into from
Mar 4, 2024
Merged
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
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "module",
"version": "0.133.2-109-x",
"dependencies": {
"@acala-network/chopsticks-core": "^0.9.8",
"@acala-network/chopsticks-core": "^0.9.9",
"@polkadot/apps-config": "^0.133.2-109-x",
"@polkadot/apps-routing": "^0.133.2-109-x",
"@polkadot/dev": "^0.78.4",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ __metadata:
languageName: node
linkType: hard

"@acala-network/chopsticks-core@npm:^0.9.8":
version: 0.9.8
resolution: "@acala-network/chopsticks-core@npm:0.9.8"
"@acala-network/chopsticks-core@npm:^0.9.9":
version: 0.9.9
resolution: "@acala-network/chopsticks-core@npm:0.9.9"
dependencies:
"@acala-network/chopsticks-executor": "npm:0.9.8"
"@acala-network/chopsticks-executor": "npm:0.9.9"
"@polkadot/rpc-provider": "npm:^10.11.2"
"@polkadot/types": "npm:^10.11.2"
"@polkadot/types-codec": "npm:^10.11.2"
Expand All @@ -38,17 +38,17 @@ __metadata:
pino-pretty: "npm:^10.3.1"
rxjs: "npm:^7.8.1"
zod: "npm:^3.22.4"
checksum: 10/a65385f5e3bfb67675e16d7ff51d3d3694daffd6c171e6e7b5b1e1834f63df56d754a628c0d2da26c79afd712d29e6e5c4e1b7850c16c73a90acac1f1b13f313
checksum: 10/695312401d2059e6c341d9b6166e163969dd0447897c60424b1bde8709dfa4bbe83fc18c9547d7bbc8c8f8bfbae2533d986d5eaef856f534b135c313613faf91
languageName: node
linkType: hard

"@acala-network/chopsticks-executor@npm:0.9.8":
version: 0.9.8
resolution: "@acala-network/chopsticks-executor@npm:0.9.8"
"@acala-network/chopsticks-executor@npm:0.9.9":
version: 0.9.9
resolution: "@acala-network/chopsticks-executor@npm:0.9.9"
dependencies:
"@polkadot/util": "npm:^12.6.2"
"@polkadot/wasm-util": "npm:^7.3.2"
checksum: 10/dd267fdf49fab79b2a55f43fd279ab0cb1795ff41ef63d61081c667d7dd788882636cee0ea72f50e18f9b13ba5aaeaf76f02a611f73c6719fc8ac524c278fcb2
checksum: 10/c0acdaf148d329c12d66030f0dd42be6e8cb77b58f6969c27b6d6be54cc2d0f6e61697ad83ddefe1a5c35c8d1efb9ad5f425bd5992a469be55cca99630193e8d
languageName: node
linkType: hard

Expand Down Expand Up @@ -1948,7 +1948,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/apps@workspace:packages/apps"
dependencies:
"@acala-network/chopsticks-core": "npm:^0.9.8"
"@acala-network/chopsticks-core": "npm:^0.9.9"
"@polkadot/apps-config": "npm:^0.133.2-109-x"
"@polkadot/apps-routing": "npm:^0.133.2-109-x"
"@polkadot/dev": "npm:^0.78.4"
Expand Down
Loading