Skip to content

Commit

Permalink
mega patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Jun 6, 2024
1 parent 648a70f commit 2d33a4d
Show file tree
Hide file tree
Showing 7 changed files with 927 additions and 656 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"typecheck": "pnpm -r --filter='./packages/**' run typecheck"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@changesets/cli": "2.27.3",
"@biomejs/biome": "1.8.0",
"@changesets/cli": "2.27.5",
"typescript": "5.4.5"
}
}
32 changes: 16 additions & 16 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,42 +58,42 @@
"prepublish": "pnpm run build && pnpm run generate-types"
},
"dependencies": {
"@acala-network/chopsticks": "0.10.2",
"@acala-network/chopsticks": "0.12.1",
"@moonbeam-network/api-augment": "0.2902.0",
"@moonwall/types": "workspace:*",
"@moonwall/util": "workspace:*",
"@octokit/rest": "^20.1.0",
"@polkadot/api": "11.1.1",
"@polkadot/api-derive": "11.1.1",
"@polkadot/api": "11.2.1",
"@polkadot/api-derive": "11.2.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/types": "11.1.1",
"@polkadot/types-codec": "11.1.1",
"@polkadot/types": "11.2.1",
"@polkadot/types-codec": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@vitest/ui": "1.6.0",
"@zombienet/orchestrator": "0.0.85",
"@zombienet/orchestrator": "0.0.86",
"@zombienet/utils": "0.0.25",
"bottleneck": "2.19.5",
"chalk": "5.3.0",
"clear": "0.1.0",
"cli-progress": "3.12.0",
"colors": "1.4.0",
"debug": "4.3.4",
"debug": "4.3.5",
"dotenv": "16.4.5",
"ethers": "6.12.1",
"ethers": "6.13.0",
"get-port": "^7.1.0",
"inquirer": "9.2.22",
"inquirer": "9.2.23",
"inquirer-press-to-continue": "1.2.0",
"jsonc-parser": "3.2.1",
"minimatch": "9.0.4",
"node-fetch": "3.3.2",
"semver": "7.6.2",
"viem": "2.12.0",
"viem": "2.13.7",
"vitest": "1.6.0",
"web3": "4.8.0",
"web3": "4.9.0",
"web3-providers-ws": "^4.0.7",
"ws": "8.17.0",
"yaml": "2.4.2",
"yaml": "2.4.3",
"yargs": "17.7.2"
},
"peerDependencies": {
Expand All @@ -103,17 +103,17 @@
"vitest": "^1.2.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.0",
"@types/clear": "^0.1.4",
"@types/cli-progress": "3.11.5",
"@types/debug": "4.1.12",
"@types/inquirer": "^9.0.7",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"@types/yargs": "17.0.32",
"tsup": "8.0.2",
"tsx": "4.10.5",
"tsup": "8.1.0",
"tsx": "4.12.0",
"typescript": "5.4.5"
},
"publishConfig": {
Expand Down
20 changes: 10 additions & 10 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"schema": "typescript-json-schema --tsNodeRegister --esModuleInterop -o config_schema.json ./src/config.ts MoonwallConfig && pnpm biome format config_schema.json --write"
},
"dependencies": {
"@polkadot/api": "11.1.1",
"@polkadot/api-base": "11.1.1",
"@polkadot/api": "11.2.1",
"@polkadot/api-base": "11.2.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/types": "11.1.1",
"@polkadot/types": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@zombienet/utils": "0.0.25",
"bottleneck": "2.19.5",
"debug": "4.3.4",
"ethers": "6.12.1",
"viem": "2.12.0",
"web3": "4.8.0"
"debug": "4.3.5",
"ethers": "6.13.0",
"viem": "2.13.7",
"web3": "4.9.0"
},
"peerDependencies": {
"@polkadot/api": "^10.12.6"
Expand All @@ -74,9 +74,9 @@
"access": "public"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.0",
"@types/debug": "4.1.12",
"tsup": "8.0.2",
"tsup": "8.1.0",
"typescript": "5.4.5",
"typescript-json-schema": "0.63.0"
}
Expand Down
28 changes: 14 additions & 14 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,45 +55,45 @@
"dependencies": {
"@moonbeam-network/api-augment": "0.2902.0",
"@moonwall/types": "workspace:*",
"@polkadot/api": "11.1.1",
"@polkadot/api-derive": "11.1.1",
"@polkadot/api": "11.2.1",
"@polkadot/api-derive": "11.2.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/rpc-provider": "11.1.1",
"@polkadot/types": "11.1.1",
"@polkadot/types-codec": "11.1.1",
"@polkadot/rpc-provider": "11.2.1",
"@polkadot/types": "11.2.1",
"@polkadot/types-codec": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"bottleneck": "2.19.5",
"chalk": "5.3.0",
"clear": "0.1.0",
"cli-progress": "3.12.0",
"colors": "1.4.0",
"debug": "4.3.4",
"debug": "4.3.5",
"dotenv": "16.4.5",
"ethers": "6.12.1",
"inquirer": "9.2.22",
"ethers": "6.13.0",
"inquirer": "9.2.23",
"inquirer-press-to-continue": "1.2.0",
"node-fetch": "3.3.2",
"rlp": "3.0.0",
"semver": "7.6.2",
"viem": "2.12.0",
"viem": "2.13.7",
"vitest": "1.6.0",
"web3": "4.8.0",
"web3": "4.9.0",
"ws": "8.17.0",
"yaml": "2.4.2",
"yaml": "2.4.3",
"yargs": "17.7.2"
},
"peerDependencies": {
"@polkadot/api": "^10.11.2",
"vitest": "^1.2.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.0",
"@types/debug": "4.1.12",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/ws": "^8.5.10",
"@types/yargs": "17.0.32",
"tsup": "8.0.2",
"tsup": "8.1.0",
"typescript": "5.4.5"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 2d33a4d

Please sign in to comment.