Skip to content

Commit 5edba9d

Browse files
chore(deps): update other major updates
1 parent a4dc0fd commit 5edba9d

3 files changed

Lines changed: 431 additions & 524 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@v5
8+
uses: actions/checkout@v6
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@v5
20+
uses: actions/checkout@v6
2121
- name: Check Markdown links
2222
uses: umbrelladocs/action-linkspector@v1
2323
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
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",
39+
"eslint": "^9.39.1",
40+
"hardhat": "^3.0.16",
4141
"hardhat-deploy": "^1.0.4",
4242
"hardhat-gas-reporter": "^2.3.0",
4343
"prettier": "^3.7.3",

0 commit comments

Comments
 (0)