Skip to content

Commit

Permalink
update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Jul 8, 2024
1 parent dca2509 commit 32043b6
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 192 deletions.
11 changes: 6 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@polkadot/types-codec": "12.1.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@vitest/ui": "1.6.0",
"@vitest/ui": "2.0.0",
"@zombienet/orchestrator": "0.0.87",
"@zombienet/utils": "0.0.25",
"bottleneck": "2.19.5",
Expand All @@ -87,8 +87,9 @@
"jsonc-parser": "3.3.1",
"minimatch": "9.0.5",
"semver": "7.6.2",
"viem": "2.17.0",
"vitest": "1.6.0",
"viem": "2.17.3",
"vitest": "2.0.0",
"vue": "^3.4.31",
"web3": "4.10.0",
"web3-providers-ws": "^4.0.7",
"ws": "8.18.0",
Expand All @@ -104,10 +105,10 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/clear": "^0.1.4",
"@types/cli-progress": "3.11.5",
"@types/cli-progress": "3.11.6",
"@types/debug": "4.1.12",
"@types/inquirer": "^9.0.7",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"@types/yargs": "17.0.32",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"@polkadot/types": "12.1.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@zombienet/utils": "0.0.25",
"bottleneck": "2.19.5",
"debug": "4.3.5",
"ethers": "6.13.1",
"viem": "2.17.0",
"viem": "2.17.3",
"web3": "4.10.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"inquirer-press-to-continue": "1.2.0",
"rlp": "3.0.0",
"semver": "7.6.2",
"viem": "2.17.0",
"vitest": "1.6.0",
"viem": "2.17.3",
"vitest": "2.0.0",
"web3": "4.10.0",
"ws": "8.18.0",
"yaml": "2.4.5",
Expand All @@ -89,7 +89,7 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/debug": "4.1.12",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/ws": "^8.5.10",
"@types/yargs": "17.0.32",
"tsup": "8.1.0",
Expand Down
Loading

0 comments on commit 32043b6

Please sign in to comment.