Skip to content

Commit b8e9f44

Browse files
authored
fix deps (#771)
1 parent b76e8b0 commit b8e9f44

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@acala-network/chopsticks-executor",
33
"description": "Chopsticks executor",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"license": "Apache-2.0",
66
"type": "module",
77
"repository": {

packages/chopsticks/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/chopsticks",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Acala Developers <hello@acala.network>",
55
"license": "Apache-2.0",
66
"bin": "./chopsticks.cjs",
@@ -16,6 +16,7 @@
1616
"@acala-network/chopsticks-core": "workspace:*",
1717
"@acala-network/chopsticks-db": "workspace:*",
1818
"@pnpm/npm-conf": "^2.2.2",
19+
"@polkadot/api": "^10.11.2",
1920
"@polkadot/api-augment": "^10.11.2",
2021
"@polkadot/types": "^10.11.2",
2122
"@polkadot/util": "^12.6.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/chopsticks-core",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Acala Developers <hello@acala.network>",
55
"license": "Apache-2.0",
66
"type": "module",

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/chopsticks-db",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Acala Developers <hello@acala.network>",
55
"license": "Apache-2.0",
66
"type": "module",

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/chopsticks-testing",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Acala Developers <hello@acala.network>",
55
"license": "Apache-2.0",
66
"type": "module",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/chopsticks-utils",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Acala Developers <hello@acala.network>",
55
"license": "Apache-2.0",
66
"type": "module",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ __metadata:
112112
"@acala-network/chopsticks-core": "workspace:*"
113113
"@acala-network/chopsticks-db": "workspace:*"
114114
"@pnpm/npm-conf": "npm:^2.2.2"
115+
"@polkadot/api": "npm:^10.11.2"
115116
"@polkadot/api-augment": "npm:^10.11.2"
116117
"@polkadot/types": "npm:^10.11.2"
117118
"@polkadot/util": "npm:^12.6.2"

0 commit comments

Comments
 (0)