|
47 | 47 | ], |
48 | 48 | "scripts": { |
49 | 49 | "clean": "rm -rf dist && rm -rf node_modules", |
50 | | - "build": "pnpm exec rm -rf dist && tsup src --format esm --no-splitting --sourcemap && pnpm generate-types", |
| 50 | + "build": "pnpm exec rm -rf dist && tsup src --format esm --no-splitting && pnpm generate-types", |
51 | 51 | "lint": "pnpm biome lint ./src", |
52 | 52 | "lint:fix": "pnpm biome lint ./src --apply", |
53 | 53 | "fmt": "biome format .", |
|
58 | 58 | "prepublish": "pnpm run build && pnpm run generate-types" |
59 | 59 | }, |
60 | 60 | "dependencies": { |
61 | | - "@acala-network/chopsticks": "0.12.2", |
| 61 | + "@acala-network/chopsticks": "0.15.0", |
62 | 62 | "@moonbeam-network/api-augment": "0.2902.0", |
63 | 63 | "@moonwall/types": "workspace:*", |
64 | 64 | "@moonwall/util": "workspace:*", |
65 | 65 | "@octokit/rest": "^21.0.0", |
66 | | - "@polkadot/api": "12.1.1", |
67 | | - "@polkadot/api-derive": "12.1.1", |
68 | | - "@polkadot/keyring": "12.6.2", |
69 | | - "@polkadot/types": "12.1.1", |
70 | | - "@polkadot/types-codec": "12.1.1", |
71 | | - "@polkadot/util": "12.6.2", |
72 | | - "@polkadot/util-crypto": "12.6.2", |
73 | | - "@vitest/ui": "2.0.1", |
| 66 | + "@polkadot/api": "13.2.1", |
| 67 | + "@polkadot/api-derive": "13.2.1", |
| 68 | + "@polkadot/keyring": "13.1.1", |
| 69 | + "@polkadot/types": "13.2.1", |
| 70 | + "@polkadot/types-codec": "13.2.1", |
| 71 | + "@polkadot/util": "13.1.1", |
| 72 | + "@polkadot/util-crypto": "13.1.1", |
| 73 | + "@vitest/ui": "2.1.1", |
74 | 74 | "@zombienet/orchestrator": "0.0.87", |
75 | 75 | "@zombienet/utils": "0.0.25", |
76 | 76 | "bottleneck": "2.19.5", |
|
79 | 79 | "clear": "0.1.0", |
80 | 80 | "cli-progress": "3.12.0", |
81 | 81 | "colors": "1.4.0", |
82 | | - "debug": "4.3.5", |
| 82 | + "debug": "4.3.7", |
83 | 83 | "dotenv": "16.4.5", |
84 | | - "ethers": "6.13.1", |
| 84 | + "ethers": "6.13.2", |
85 | 85 | "get-port": "^7.1.0", |
86 | 86 | "inquirer": "9.3.3", |
87 | 87 | "inquirer-press-to-continue": "1.2.0", |
88 | 88 | "jsonc-parser": "3.3.1", |
89 | 89 | "minimatch": "9.0.5", |
90 | 90 | "semver": "7.6.2", |
91 | | - "viem": "2.17.3", |
92 | | - "vitest": "2.0.1", |
93 | | - "vue": "^3.4.31", |
94 | | - "web3": "4.10.0", |
| 91 | + "viem": "2.21.15", |
| 92 | + "vitest": "2.1.1", |
| 93 | + "web3": "4.13.0", |
95 | 94 | "web3-providers-ws": "^4.0.7", |
96 | 95 | "ws": "8.18.0", |
97 | 96 | "yaml": "2.4.5", |
98 | 97 | "yargs": "17.7.2" |
99 | 98 | }, |
100 | 99 | "peerDependencies": { |
101 | | - "@acala-network/chopsticks": "^0.9.10", |
| 100 | + "@acala-network/chopsticks": "^0.15.0", |
102 | 101 | "@polkadot/api": "^10.11.2", |
103 | 102 | "@vitest/ui": "^1.2.2", |
104 | | - "vitest": "^1.2.2" |
| 103 | + "vitest": "^2.1.1" |
105 | 104 | }, |
106 | 105 | "devDependencies": { |
107 | | - "@biomejs/biome": "1.8.3", |
| 106 | + "@biomejs/biome": "1.9.2", |
108 | 107 | "@types/clear": "^0.1.4", |
109 | 108 | "@types/cli-progress": "3.11.6", |
110 | 109 | "@types/debug": "4.1.12", |
111 | 110 | "@types/inquirer": "^9.0.7", |
112 | 111 | "@types/node": "20.14.10", |
113 | 112 | "@types/semver": "^7.5.8", |
114 | 113 | "@types/ws": "^8.5.10", |
115 | | - "@types/yargs": "17.0.32", |
116 | | - "tsup": "8.1.0", |
117 | | - "tsx": "4.16.2", |
| 114 | + "@types/yargs": "17.0.33", |
| 115 | + "tsup": "8.3.0", |
| 116 | + "tsx": "4.19.1", |
118 | 117 | "typescript": "5.5.3" |
119 | 118 | }, |
120 | 119 | "publishConfig": { |
|
0 commit comments