We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4592f5c commit ec6b3b2Copy full SHA for ec6b3b2
package.json
@@ -79,7 +79,7 @@
79
"@typechain/ethers-v6": "^0.5.1",
80
"@typechain/hardhat": "^9.1.0",
81
"@types/chai": "^4.3.20",
82
- "@types/jest": "^29.5.14",
+ "@types/jest": "^30.0.0",
83
"@types/mocha": "^10.0.10",
84
"@types/node": "^20.19.0",
85
"@types/yargs": "^17.0.33",
@@ -92,7 +92,7 @@
92
"hardhat": "^2.24.2",
93
"hardhat-deploy": "1.0.2",
94
"hardhat-gas-reporter": "^2.3.0",
95
- "jest": "^29.7.0",
+ "jest": "^30.0.2",
96
"prettier": "^3.5.3",
97
"prettier-plugin-solidity": "^2.0.0",
98
"solhint": "^5.1.0",
@@ -105,7 +105,7 @@
105
"dependencies": {
106
"ethers": "^6.13.2",
107
"viem": "^2.23.2",
108
- "yargs": "^17.7.2",
+ "yargs": "^18.0.0",
109
"zod": "^3.24.2"
110
},
111
"packageManager": "[email protected]"
0 commit comments