Skip to content

Commit

Permalink
bump prettier, solhint & eslint (#10569)
Browse files Browse the repository at this point in the history
* bump prettier 2.8.8 -> 3.0.3

* bump solhint 3.4.1 -> 3.6.2

* bump eslint deps
  • Loading branch information
RensR authored Sep 8, 2023
1 parent d13f179 commit 0b26676
Show file tree
Hide file tree
Showing 10 changed files with 448 additions and 210 deletions.
14 changes: 7 additions & 7 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"abi-to-sol": "^0.6.6",
"chai": "^4.3.4",
"debug": "^4.3.2",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"deep-equal-in-any-order": "^2.0.6",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "~5.6.0",
"hardhat": "~2.12.7",
Expand All @@ -69,10 +69,10 @@
"hardhat-ignore-warnings": "^0.2.6",
"istanbul": "^0.4.5",
"moment": "^2.29.4",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "1.1.3",
"rlp": "^2.0.0",
"solhint": "^3.4.1",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.4",
"ts-node": "^10.0.0",
Expand Down
Loading

0 comments on commit 0b26676

Please sign in to comment.