Skip to content

Commit

Permalink
🔁 Bump prettier and @types/node
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jan 18, 2024
1 parent 4a5e7ee commit 957ddd4
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion contracts/lib/forge-std
Submodule forge-std updated 4 files
+1 −1 package.json
+17 −48 scripts/vm.py
+19 −1 src/Vm.sol
+2 −2 test/Vm.t.sol
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const config: HardhatUserConfig = {
},
},
zksolc: {
version: "1.3.21",
version: "1.3.22",
compilerSource: "binary",
settings: {
isSystem: false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.3",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"chai": "^4.4.1",
Expand All @@ -146,7 +146,7 @@
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^4.1.1",
"solidity-coverage": "^0.8.5",
Expand Down
68 changes: 34 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"declaration": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"resolveJsonModule": true
"resolveJsonModule": true,
},
"include": [
"./scripts/**/*.ts",
"./test/**/*.ts",
"./deploy/**/*.ts",
"./typechain-types/**/*.ts"
"./typechain-types/**/*.ts",
],
"files": ["./hardhat.config.ts"]
"files": ["./hardhat.config.ts"],
}

0 comments on commit 957ddd4

Please sign in to comment.