Skip to content

Commit

Permalink
fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 20, 2023
1 parent 5a7c5f0 commit 80aaf26
Show file tree
Hide file tree
Showing 6 changed files with 341 additions and 341 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"typecheck": "pnpm -r --filter='./packages/**' run typecheck"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@pnpm/eslint-config": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"prettier": "^2.8.8",
"typescript": "^5.2.2"
"@changesets/cli": "2.26.2",
"@pnpm/eslint-config": "1.1.0",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-xo": "0.43.1",
"eslint-config-xo-typescript": "1.0.1",
"prettier": "2.8.8",
"typescript": "5.2.2"
}
}
78 changes: 39 additions & 39 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,52 +61,52 @@
"prepublish": "pnpm run build && pnpm run generate-types"
},
"dependencies": {
"@acala-network/chopsticks": "^0.9.0",
"@moonbeam-network/api-augment": "^0.2500.0",
"@acala-network/chopsticks": "0.9.0",
"@moonbeam-network/api-augment": "0.2500.0",
"@moonwall/types": "workspace:*",
"@moonwall/util": "workspace:*",
"@polkadot/api": "^10.10.1",
"@polkadot/api-augment": "^10.10.1",
"@polkadot/api-derive": "^10.10.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/types": "^10.10.1",
"@polkadot/types-codec": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@zombienet/orchestrator": "^0.0.62",
"@zombienet/utils": "^0.0.24",
"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",
"dotenv": "^16.3.1",
"ethers": "^6.8.1",
"execa": "^8.0.1",
"inquirer": "^9.2.11",
"inquirer-press-to-continue": "^1.2.0",
"jsonc-parser": "^3.2.0",
"minimatch": "^9.0.3",
"node-fetch": "^3.3.2",
"semver": "^7.5.4",
"viem": "^1.18.0",
"@polkadot/api": "10.10.1",
"@polkadot/api-augment": "10.10.1",
"@polkadot/api-derive": "10.10.1",
"@polkadot/keyring": "12.5.1",
"@polkadot/types": "10.10.1",
"@polkadot/types-codec": "10.10.1",
"@polkadot/util": "12.5.1",
"@polkadot/util-crypto": "12.5.1",
"@zombienet/orchestrator": "0.0.62",
"@zombienet/utils": "0.0.24",
"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",
"dotenv": "16.3.1",
"ethers": "6.8.1",
"execa": "8.0.1",
"inquirer": "9.2.11",
"inquirer-press-to-continue": "1.2.0",
"jsonc-parser": "3.2.0",
"minimatch": "9.0.3",
"node-fetch": "3.3.2",
"semver": "7.5.4",
"viem": "1.18.0",
"vitest": "1.0.0-beta.3",
"web3": "4.2.1",
"web3-providers-ws": "4.0.7",
"ws": "^8.14.2",
"yaml": "^2.3.3",
"yargs": "^17.7.2"
"ws": "8.14.2",
"yaml": "2.3.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/cli-progress": "^3.11.4",
"@types/debug": "^4.1.10",
"@types/node": "^20.8.10",
"@types/yargs": "^17.0.29",
"prettier": "^2.8.8",
"tsup": "^7.2.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
"@types/cli-progress": "3.11.4",
"@types/debug": "4.1.10",
"@types/node": "20.8.10",
"@types/yargs": "17.0.29",
"prettier": "2.8.8",
"tsup": "7.2.0",
"tsx": "3.14.0",
"typescript": "5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
30 changes: 15 additions & 15 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,26 @@
"schema": "typescript-json-schema --tsNodeRegister --esModuleInterop -o config_schema.json ./src/config.ts MoonwallConfig"
},
"dependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/api-base": "^10.10.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@types/node": "^20.8.9",
"@zombienet/utils": "^0.0.24",
"bottleneck": "^2.19.5",
"debug": "^4.3.4",
"ethers": "^6.8.1",
"viem": "^1.18.0",
"@polkadot/api": "10.10.1",
"@polkadot/api-base": "10.10.1",
"@polkadot/keyring": "12.5.1",
"@polkadot/types": "10.10.1",
"@polkadot/util": "12.5.1",
"@polkadot/util-crypto": "12.5.1",
"@types/node": "20.8.9",
"@zombienet/utils": "0.0.24",
"bottleneck": "2.19.5",
"debug": "4.3.4",
"ethers": "6.8.1",
"viem": "1.18.0",
"web3": "4.2.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"typescript-json-schema": "^0.59.0"
"tsup": "7.2.0",
"typescript": "5.2.2",
"typescript-json-schema": "0.59.0"
}
}
66 changes: 33 additions & 33 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,44 +57,44 @@
"prepublish": "pnpm run build && pnpm run generate-types"
},
"dependencies": {
"@moonbeam-network/api-augment": "^0.2400.0",
"@moonbeam-network/api-augment": "0.2400.0",
"@moonwall/types": "workspace:*",
"@polkadot/api": "^10.10.1",
"@polkadot/api-augment": "^10.10.1",
"@polkadot/api-derive": "^10.10.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/rpc-provider": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/types-codec": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"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",
"dotenv": "^16.3.1",
"ethers": "^6.8.1",
"inquirer": "^9.2.11",
"inquirer-press-to-continue": "^1.2.0",
"node-fetch": "^3.3.2",
"rlp": "^3.0.0",
"semver": "^7.5.4",
"viem": "^1.16.6",
"@polkadot/api": "10.10.1",
"@polkadot/api-augment": "10.10.1",
"@polkadot/api-derive": "10.10.1",
"@polkadot/keyring": "12.5.1",
"@polkadot/rpc-provider": "10.10.1",
"@polkadot/types": "10.10.1",
"@polkadot/types-codec": "10.10.1",
"@polkadot/util": "12.5.1",
"@polkadot/util-crypto": "12.5.1",
"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",
"dotenv": "16.3.1",
"ethers": "6.8.1",
"inquirer": "9.2.11",
"inquirer-press-to-continue": "1.2.0",
"node-fetch": "3.3.2",
"rlp": "3.0.0",
"semver": "7.5.4",
"viem": "1.16.6",
"vitest": "1.0.0-beta.3",
"web3": "4.2.1",
"ws": "^8.14.2",
"yaml": "^2.3.3",
"yargs": "^17.7.2"
"ws": "8.14.2",
"yaml": "2.3.3",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/debug": "^4.1.10",
"@types/node": "^20.8.7",
"@types/yargs": "^17.0.29",
"prettier": "^2.8.8",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"@types/debug": "4.1.10",
"@types/node": "20.8.7",
"@types/yargs": "17.0.29",
"prettier": "2.8.8",
"tsup": "7.2.0",
"typescript": "5.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 80aaf26

Please sign in to comment.