Skip to content

Commit d39fd5f

Browse files
chore(deps): update other major updates
1 parent 3ad478d commit d39fd5f

3 files changed

Lines changed: 545 additions & 711 deletions

File tree

.github/workflows/ continuous-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
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:
@@ -17,7 +17,7 @@ jobs:
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:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
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"

0 commit comments

Comments
 (0)