Skip to content

Commit

Permalink
🔁 Bump prettier to Version 3.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 10, 2023
1 parent 463b377 commit d2c657f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ethers": "^6.9.0",
"hardhat": "^2.19.2",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-solidity": "^1.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
runs: 999999,
runs: 999_999,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
runs: 999999,
runs: 999_999,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
runs: 999999,
runs: 999_999,
},
},
},
Expand Down

0 comments on commit d2c657f

Please sign in to comment.