Skip to content

Commit

Permalink
🔁 Bump Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Aug 20, 2024
1 parent a04be71 commit cdee9b5
Show file tree
Hide file tree
Showing 5 changed files with 2,955 additions and 6,260 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
pnpm-lock.yaml
lib
cache
cache_hardhat
Expand Down
1 change: 1 addition & 0 deletions .solhintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
pnpm-lock.yaml
lib
cache
cache_hardhat
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = tseslint.config(
{
ignores: [
"node_modules/**",
"pnpm-lock.yaml",
"lib/**",
"cache/**",
"cache_hardhat/**",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/node": "^22.3.0",
"@types/node": "^22.4.1",
"chai": "^4.5.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -179,13 +179,13 @@
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^2.2.1",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1",
"prettier-plugin-solidity": "^1.4.1",
"solhint": "^5.0.3",
"solidity-coverage": "^0.8.12",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"typescript-eslint": "^8.2.0",
"xdeployer": "^3.0.15",
"zksync-ethers": "^6.11.2"
}
Expand Down
Loading

0 comments on commit cdee9b5

Please sign in to comment.