File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Check out repo
8- uses : actions/checkout@v6
8+ uses : actions/checkout@v7
99 - name : Setup Node.js
1010 uses : actions/setup-node@v6
1111 with :
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out repo
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 - name : Check Markdown links
2222 uses : umbrelladocs/action-linkspector@v1
2323 with :
Original file line number Diff line number Diff line change 3636 "@types/mocha" : " >=10.0.10" ,
3737 "chai" : " ^4.5.0" ,
3838 "dotenv" : " ^17.2.3" ,
39- "eslint" : " ^8.57.1 " ,
40- "hardhat" : " ^2.27.1 " ,
41- "hardhat-deploy" : " ^1 .0.4 " ,
39+ "eslint" : " ^10.5.0 " ,
40+ "hardhat" : " ^3.9.0 " ,
41+ "hardhat-deploy" : " ^2 .0.8 " ,
4242 "hardhat-gas-reporter" : " ^2.3.0" ,
4343 "prettier" : " ^3.7.3" ,
4444 "prettier-plugin-solidity" : " ^2.2.0" ,
4545 "solhint" : " ^6.0.1" ,
4646 "solidity-coverage" : " ^0.8.16" ,
4747 "ts-node" : " >=10.9.2" ,
4848 "typechain" : " ^8.3.2" ,
49- "typescript" : " >=5.9 .3"
49+ "typescript" : " >=6.0 .3"
5050 },
5151 "dependencies" : {
5252 "@openzeppelin/contracts" : " ^4.9.6"
You can’t perform that action at this time.
0 commit comments