|
22 | 22 | "typecheck": "pnpm -r --filter='./packages/**' run typecheck" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@biomejs/biome": "1.9.2", |
26 | | - "@changesets/cli": "2.27.8", |
27 | | - "@types/node": "20.14.10", |
28 | | - "typescript": "5.5.3" |
| 25 | + "@biomejs/biome": "1.9.4", |
| 26 | + "@changesets/cli": "2.27.9", |
| 27 | + "@types/node": "22.9.0", |
| 28 | + "typescript": "5.6.3" |
| 29 | + }, |
| 30 | + "dependencies": { |
| 31 | + "@acala-network/chopsticks": "1.0.1", |
| 32 | + "@moonbeam-network/api-augment": "0.3200.3", |
| 33 | + "@polkadot/api": "14.3.1", |
| 34 | + "@polkadot/api-base": "14.3.1", |
| 35 | + "@polkadot/api-derive": "14.3.1", |
| 36 | + "@polkadot/keyring": "13.2.3", |
| 37 | + "@polkadot/rpc-provider": "*", |
| 38 | + "@polkadot/types": "14.3.1", |
| 39 | + "@polkadot/types-codec": "14.3.1", |
| 40 | + "@polkadot/util": "13.2.3", |
| 41 | + "@polkadot/util-crypto": "13.2.3", |
| 42 | + "@types/debug": "*", |
| 43 | + "@types/semver": "^7.5.8", |
| 44 | + "@types/ws": "^8.5.10", |
| 45 | + "@types/yargs": "*", |
| 46 | + "@vitest/ui": "2.1.4", |
| 47 | + "@zombienet/utils": "0.0.25", |
| 48 | + "bottleneck": "2.19.5", |
| 49 | + "chalk": "5.3.0", |
| 50 | + "debug": "4.3.7", |
| 51 | + "ethers": "6.13.4", |
| 52 | + "inquirer": "9.3.3", |
| 53 | + "inquirer-press-to-continue": "1.2.0", |
| 54 | + "pnpm": "9.12.3", |
| 55 | + "semver": "7.6.2", |
| 56 | + "solc": "0.8.28", |
| 57 | + "tiny-invariant": "^1.3.3", |
| 58 | + "tsup": "8.3.5", |
| 59 | + "tsx": "4.19.2", |
| 60 | + "viem": "2.21.44", |
| 61 | + "vitest": "2.1.4", |
| 62 | + "web3": "4.15.0", |
| 63 | + "ws": "8.18.0", |
| 64 | + "yargs": "17.7.2" |
| 65 | + }, |
| 66 | + "pnpm": { |
| 67 | + "overrides": { |
| 68 | + "inquirer": "9.3.3" |
| 69 | + } |
29 | 70 | } |
30 | 71 | } |
0 commit comments