Skip to content

Commit

Permalink
use a working version
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 31, 2024
1 parent aef0299 commit cd3f33a
Show file tree
Hide file tree
Showing 7 changed files with 185 additions and 370 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"packages/*",
"executor"
],
"resolutions": {
"@polkadot/api": "14.0.1",
"@polkadot/types": "14.0.1",
"@polkadot/api-base": "14.0.1",
"@polkadot/api-derive": "14.0.1",
"@polkadot/api-augment": "14.0.1",
"@polkadot/rpc-provider": "14.0.1",
"@polkadot/types-codec": "14.0.1",
"@polkadot/types-create": "14.0.1",
"@polkadot/types-known": "14.0.1"
},
"scripts": {
"lint": "tsc --noEmit --project tsconfig.lint.json && eslint . --ext .js,.ts && prettier --check .",
"fix": "eslint . --ext .js,.ts --fix && prettier -w .",
Expand Down
8 changes: 4 additions & 4 deletions packages/chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@acala-network/chopsticks-core": "workspace:*",
"@acala-network/chopsticks-db": "workspace:*",
"@pnpm/npm-conf": "^2.3.1",
"@polkadot/api": "^12.4.2",
"@polkadot/api-augment": "^12.4.2",
"@polkadot/rpc-provider": "^12.4.2",
"@polkadot/types": "^12.4.2",
"@polkadot/api": "^14.0.1",
"@polkadot/api-augment": "^14.0.1",
"@polkadot/rpc-provider": "^14.0.1",
"@polkadot/types": "^14.0.1",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"axios": "^1.7.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@acala-network/chopsticks-executor": "workspace:*",
"@polkadot/rpc-provider": "^12.4.2",
"@polkadot/types": "^12.4.2",
"@polkadot/types-codec": "^12.4.2",
"@polkadot/types-known": "^12.4.2",
"@polkadot/rpc-provider": "^14.0.1",
"@polkadot/types": "^14.0.1",
"@polkadot/types-codec": "^14.0.1",
"@polkadot/types-known": "^14.0.1",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"comlink": "^4.4.1",
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.4.2",
"@polkadot/api": "^14.0.1",
"rxjs": "^7.8.1",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@acala-network/chopsticks-utils": "workspace:*",
"@polkadot/api": "^14.2.1",
"@polkadot/types": "^14.2.1"
"@polkadot/api": "^14.0.1",
"@polkadot/types": "^14.0.1"
},
"devDependencies": {
"@swc/cli": "0.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@acala-network/chopsticks": "workspace:*",
"@acala-network/chopsticks-core": "workspace:*",
"@polkadot/api": "^12.4.2",
"@polkadot/api-base": "^12.4.2",
"@polkadot/api": "^14.0.1",
"@polkadot/api-base": "^14.0.1",
"@polkadot/keyring": "^13.2.2",
"@polkadot/types": "^12.4.2",
"@polkadot/types": "^14.0.1",
"@polkadot/util": "^13.2.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit cd3f33a

Please sign in to comment.