Skip to content

Commit

Permalink
more bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 31, 2024
1 parent e969bf2 commit aef0299
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"build": "yarn wasm && ./package.sh"
},
"dependencies": {
"@polkadot/util": "^13.0.2",
"@polkadot/wasm-util": "^7.3.2"
"@polkadot/util": "^13.2.2",
"@polkadot/wasm-util": "^7.4.1"
},
"devDependencies": {
"@swc/cli": "0.5.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@acala-network/chopsticks-core": "workspace:*",
"@acala-network/chopsticks-db": "workspace:*",
"@pnpm/npm-conf": "^2.3.1",
"@polkadot/api": "^12.3.1",
"@polkadot/api-augment": "^12.3.1",
"@polkadot/rpc-provider": "^12.3.1",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/api": "^12.4.2",
"@polkadot/api-augment": "^12.4.2",
"@polkadot/rpc-provider": "^12.4.2",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"axios": "^1.7.7",
"comlink": "^4.4.1",
"dotenv": "^16.4.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"dependencies": {
"@acala-network/chopsticks-executor": "workspace:*",
"@polkadot/rpc-provider": "^12.3.1",
"@polkadot/types": "^12.3.1",
"@polkadot/types-codec": "^12.3.1",
"@polkadot/types-known": "^12.3.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/rpc-provider": "^12.4.2",
"@polkadot/types": "^12.4.2",
"@polkadot/types-codec": "^12.4.2",
"@polkadot/types-known": "^12.4.2",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"comlink": "^4.4.1",
"eventemitter3": "^5.0.1",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@acala-network/chopsticks-core": "workspace:*",
"@polkadot/util": "^13.0.2",
"@polkadot/util": "^13.2.2",
"idb": "^8.0.0",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.20"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@polkadot-api/observable-client": "^0.5.14",
"@polkadot-api/substrate-client": "^0.2.2",
"@polkadot-api/ws-provider": "^0.3.2",
"@polkadot/api": "^12.3.1",
"@polkadot/api": "^12.4.2",
"rxjs": "^7.8.1",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
Expand Down
10 changes: 5 additions & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"@acala-network/chopsticks": "workspace:*",
"@acala-network/chopsticks-core": "workspace:*",
"@polkadot/api": "^12.3.1",
"@polkadot/api-base": "^12.3.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2"
"@polkadot/api": "^12.4.2",
"@polkadot/api-base": "^12.4.2",
"@polkadot/keyring": "^13.2.2",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.2.2"
},
"devDependencies": {
"@swc/cli": "0.5.0",
Expand Down
58 changes: 29 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ __metadata:
resolution: "@acala-network/chopsticks-core@workspace:packages/core"
dependencies:
"@acala-network/chopsticks-executor": "workspace:*"
"@polkadot/rpc-provider": "npm:^12.3.1"
"@polkadot/types": "npm:^12.3.1"
"@polkadot/types-codec": "npm:^12.3.1"
"@polkadot/types-known": "npm:^12.3.1"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
"@polkadot/rpc-provider": "npm:^12.4.2"
"@polkadot/types": "npm:^12.4.2"
"@polkadot/types-codec": "npm:^12.4.2"
"@polkadot/types-known": "npm:^12.4.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/util-crypto": "npm:^13.2.2"
"@swc/cli": "npm:0.5.0"
"@swc/core": "npm:^1.7.40"
"@types/lodash": "npm:^4.17.13"
Expand All @@ -37,7 +37,7 @@ __metadata:
resolution: "@acala-network/chopsticks-db@workspace:packages/db"
dependencies:
"@acala-network/chopsticks-core": "workspace:*"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util": "npm:^13.2.2"
"@swc/cli": "npm:0.5.0"
"@swc/core": "npm:^1.7.40"
idb: "npm:^8.0.0"
Expand All @@ -56,7 +56,7 @@ __metadata:
"@polkadot-api/observable-client": "npm:^0.5.14"
"@polkadot-api/substrate-client": "npm:^0.2.2"
"@polkadot-api/ws-provider": "npm:^0.3.2"
"@polkadot/api": "npm:^12.3.1"
"@polkadot/api": "npm:^12.4.2"
rxjs: "npm:^7.8.1"
typescript: "npm:^5.6.3"
vitest: "npm:^2.1.4"
Expand All @@ -67,8 +67,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@acala-network/chopsticks-executor@workspace:executor"
dependencies:
"@polkadot/util": "npm:^13.0.2"
"@polkadot/wasm-util": "npm:^7.3.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/wasm-util": "npm:^7.4.1"
"@swc/cli": "npm:0.5.0"
"@swc/core": "npm:^1.7.40"
fflate: "npm:^0.8.2"
Expand All @@ -94,11 +94,11 @@ __metadata:
dependencies:
"@acala-network/chopsticks": "workspace:*"
"@acala-network/chopsticks-core": "workspace:*"
"@polkadot/api": "npm:^12.3.1"
"@polkadot/api-base": "npm:^12.3.1"
"@polkadot/keyring": "npm:^13.0.2"
"@polkadot/types": "npm:^12.3.1"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/api": "npm:^12.4.2"
"@polkadot/api-base": "npm:^12.4.2"
"@polkadot/keyring": "npm:^13.2.2"
"@polkadot/types": "npm:^12.4.2"
"@polkadot/util": "npm:^13.2.2"
"@swc/cli": "npm:0.5.0"
"@swc/core": "npm:^1.7.40"
typescript: "npm:^5.6.3"
Expand All @@ -112,12 +112,12 @@ __metadata:
"@acala-network/chopsticks-core": "workspace:*"
"@acala-network/chopsticks-db": "workspace:*"
"@pnpm/npm-conf": "npm:^2.3.1"
"@polkadot/api": "npm:^12.3.1"
"@polkadot/api-augment": "npm:^12.3.1"
"@polkadot/rpc-provider": "npm:^12.3.1"
"@polkadot/types": "npm:^12.3.1"
"@polkadot/util": "npm:^13.0.2"
"@polkadot/util-crypto": "npm:^13.0.2"
"@polkadot/api": "npm:^12.4.2"
"@polkadot/api-augment": "npm:^12.4.2"
"@polkadot/rpc-provider": "npm:^12.4.2"
"@polkadot/types": "npm:^12.4.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/util-crypto": "npm:^13.2.2"
"@swc/cli": "npm:0.5.0"
"@swc/core": "npm:^1.7.40"
"@types/global-agent": "npm:^2.1.3"
Expand Down Expand Up @@ -1682,7 +1682,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/api-augment@npm:12.4.2, @polkadot/api-augment@npm:^12.3.1":
"@polkadot/api-augment@npm:12.4.2, @polkadot/api-augment@npm:^12.4.2":
version: 12.4.2
resolution: "@polkadot/api-augment@npm:12.4.2"
dependencies:
Expand Down Expand Up @@ -1712,7 +1712,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/api-base@npm:12.4.2, @polkadot/api-base@npm:^12.3.1":
"@polkadot/api-base@npm:12.4.2, @polkadot/api-base@npm:^12.4.2":
version: 12.4.2
resolution: "@polkadot/api-base@npm:12.4.2"
dependencies:
Expand Down Expand Up @@ -1774,7 +1774,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/api@npm:12.4.2, @polkadot/api@npm:^12.3.1":
"@polkadot/api@npm:12.4.2, @polkadot/api@npm:^12.4.2":
version: 12.4.2
resolution: "@polkadot/api@npm:12.4.2"
dependencies:
Expand Down Expand Up @@ -1903,7 +1903,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/rpc-provider@npm:12.4.2, @polkadot/rpc-provider@npm:^12.3.1":
"@polkadot/rpc-provider@npm:12.4.2, @polkadot/rpc-provider@npm:^12.4.2":
version: 12.4.2
resolution: "@polkadot/rpc-provider@npm:12.4.2"
dependencies:
Expand Down Expand Up @@ -1975,7 +1975,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types-codec@npm:12.4.2, @polkadot/types-codec@npm:^12.3.1":
"@polkadot/types-codec@npm:12.4.2, @polkadot/types-codec@npm:^12.4.2":
version: 12.4.2
resolution: "@polkadot/types-codec@npm:12.4.2"
dependencies:
Expand Down Expand Up @@ -2019,7 +2019,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types-known@npm:12.4.2, @polkadot/types-known@npm:^12.3.1":
"@polkadot/types-known@npm:12.4.2, @polkadot/types-known@npm:^12.4.2":
version: 12.4.2
resolution: "@polkadot/types-known@npm:12.4.2"
dependencies:
Expand Down Expand Up @@ -2067,7 +2067,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types@npm:12.4.2, @polkadot/types@npm:^12.3.1":
"@polkadot/types@npm:12.4.2, @polkadot/types@npm:^12.4.2":
version: 12.4.2
resolution: "@polkadot/types@npm:12.4.2"
dependencies:
Expand Down Expand Up @@ -2203,7 +2203,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/wasm-util@npm:7.4.1, @polkadot/wasm-util@npm:^7.3.2, @polkadot/wasm-util@npm:^7.4.1":
"@polkadot/wasm-util@npm:7.4.1, @polkadot/wasm-util@npm:^7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-util@npm:7.4.1"
dependencies:
Expand Down

0 comments on commit aef0299

Please sign in to comment.