Skip to content

Commit

Permalink
New Set of Package updates (#356)
Browse files Browse the repository at this point in the history
* new pkgs

* fmt

* rollback zombienet

* changeset
  • Loading branch information
timbrinded authored Jan 22, 2024
1 parent a766eb5 commit 6e530df
Show file tree
Hide file tree
Showing 12 changed files with 852 additions and 340 deletions.
8 changes: 8 additions & 0 deletions .changeset/eighty-cheetahs-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@moonwall/types": patch
"@moonwall/util": patch
"@moonwall/cli": patch
"@moonwall/tests": patch
---

pkg updates
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"devDependencies": {
"@changesets/cli": "2.27.1",
"@pnpm/eslint-config": "1.1.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-xo": "0.43.1",
"eslint-config-xo-typescript": "1.0.1",
"prettier": "3.1.1",
"prettier": "3.2.4",
"typescript": "5.3.3"
}
}
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prepublish": "pnpm run build && pnpm run generate-types"
},
"dependencies": {
"@acala-network/chopsticks": "0.9.6",
"@acala-network/chopsticks": "0.9.7",
"@moonbeam-network/api-augment": "0.2700.0",
"@moonwall/types": "workspace:*",
"@moonwall/util": "workspace:*",
Expand All @@ -73,7 +73,7 @@
"@polkadot/types-codec": "10.11.2",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@vitest/ui": "1.1.3",
"@vitest/ui": "1.2.1",
"@zombienet/orchestrator": "0.0.68",
"@zombienet/utils": "0.0.24",
"bottleneck": "2.19.5",
Expand All @@ -82,18 +82,18 @@
"cli-progress": "3.12.0",
"colors": "1.4.0",
"debug": "4.3.4",
"dotenv": "16.3.1",
"ethers": "6.9.2",
"dotenv": "16.3.2",
"ethers": "6.10.0",
"get-port": "^7.0.0",
"inquirer": "9.2.12",
"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": "2.0.5",
"vitest": "1.1.3",
"web3": "4.3.0",
"viem": "2.4.1",
"vitest": "1.2.1",
"web3": "4.4.0",
"web3-providers-ws": "^4.0.7",
"ws": "8.16.0",
"yaml": "2.3.4",
Expand All @@ -109,10 +109,10 @@
"@types/clear": "^0.1.4",
"@types/cli-progress": "3.11.5",
"@types/debug": "4.1.12",
"@types/node": "20.10.8",
"@types/node": "20.11.5",
"@types/ws": "^8.5.10",
"@types/yargs": "17.0.32",
"prettier": "3.1.1",
"prettier": "3.2.4",
"tsup": "8.0.1",
"tsx": "4.7.0",
"typescript": "5.3.3"
Expand Down
5 changes: 3 additions & 2 deletions packages/cli/src/lib/contractFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ import { importJsonConfig } from "./configReader";

function getCompiledPath(contractName: string) {
const config = importJsonConfig();
const contractsDir = config.environments.find((env) => env.name === process.env.MOON_TEST_ENV)
?.contracts;
const contractsDir = config.environments.find(
(env) => env.name === process.env.MOON_TEST_ENV
)?.contracts;

if (!contractsDir) {
throw new Error(
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"extends": "../../tsconfig.json",
"compilerOptions": {},
"include": ["./src/**/*.ts"],
"exclude": ["**/dist/**"]
"exclude": ["**/dist/**"],
}
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"@polkadot/types": "10.11.2",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@types/node": "20.10.8",
"@types/node": "20.11.5",
"@zombienet/utils": "0.0.24",
"bottleneck": "2.19.5",
"debug": "4.3.4",
"ethers": "6.9.2",
"viem": "2.0.5",
"web3": "4.3.0"
"ethers": "6.10.0",
"viem": "2.4.1",
"web3": "4.4.0"
},
"peerDependencies": {
"@polkadot/api": "10.11.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"extends": "../../tsconfig.json",
"compilerOptions": {},
"include": ["./src/**/*.ts"],
"exclude": ["**/dist/**"]
"exclude": ["**/dist/**"],
}
14 changes: 7 additions & 7 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@
"cli-progress": "3.12.0",
"colors": "1.4.0",
"debug": "4.3.4",
"dotenv": "16.3.1",
"ethers": "6.9.2",
"dotenv": "16.3.2",
"ethers": "6.10.0",
"inquirer": "9.2.12",
"inquirer-press-to-continue": "1.2.0",
"node-fetch": "3.3.2",
"rlp": "3.0.0",
"semver": "7.5.4",
"viem": "2.0.5",
"vitest": "1.1.3",
"web3": "4.3.0",
"viem": "2.4.1",
"vitest": "1.2.1",
"web3": "4.4.0",
"ws": "8.16.0",
"yaml": "2.3.4",
"yargs": "17.7.2"
Expand All @@ -93,10 +93,10 @@
},
"devDependencies": {
"@types/debug": "4.1.12",
"@types/node": "20.10.8",
"@types/node": "20.11.5",
"@types/ws": "^8.5.10",
"@types/yargs": "17.0.32",
"prettier": "3.1.1",
"prettier": "3.2.4",
"tsup": "8.0.1",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/util/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"extends": "../../tsconfig.json",
"compilerOptions": {},
"include": ["./src/**/*.ts"],
"exclude": ["**/dist/**"]
"exclude": ["**/dist/**"],
}
Loading

0 comments on commit 6e530df

Please sign in to comment.