Skip to content

Commit f080d41

Browse files
committed
🔁 Bump Dependencies
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 43b6906 commit f080d41

3 files changed

Lines changed: 282 additions & 281 deletions

File tree

.solhint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"rules": {
44
"compiler-version": "off",
55
"func-visibility": ["warn", { "ignoreConstructors": true }],
6-
"no-empty-blocks": "off"
6+
"no-empty-blocks": "off",
7+
"import-path-check": "off"
78
}
89
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"@typechain/hardhat": "^9.1.0",
237237
"@types/chai": "^4.3.20",
238238
"@types/mocha": "^10.0.10",
239-
"@types/node": "^22.15.3",
239+
"@types/node": "^22.15.12",
240240
"chai": "^4.5.0",
241241
"eslint": "^9.26.0",
242242
"eslint-config-prettier": "^10.1.2",
@@ -247,13 +247,13 @@
247247
"hardhat-gas-reporter": "^2.2.3",
248248
"prettier": "^3.5.3",
249249
"prettier-plugin-solidity": "^2.0.0",
250-
"solhint": "^5.0.5",
250+
"solhint": "^5.1.0",
251251
"solidity-coverage": "^0.8.15",
252252
"ts-node": "^10.9.2",
253253
"typechain": "^8.3.2",
254254
"typescript": "^5.8.3",
255-
"typescript-eslint": "^8.31.1",
256-
"xdeployer": "^3.1.13",
255+
"typescript-eslint": "^8.32.0",
256+
"xdeployer": "^3.1.14",
257257
"zksync-ethers": "^6.17.0"
258258
},
259259
"pnpm": {

0 commit comments

Comments
 (0)