Skip to content

Commit b256c34

Browse files
Update other major updates
1 parent f715e55 commit b256c34

File tree

3 files changed

+1250
-1353
lines changed

3 files changed

+1250
-1353
lines changed

.github/workflows/ continuous-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Check out repo
8-
uses: actions/checkout@v4
9-
- uses: actions/setup-node@v4
8+
uses: actions/checkout@v5
9+
- uses: actions/setup-node@v6
1010
with:
11-
node-version: 20
11+
node-version: 22.20.0
1212
- run: yarn
1313
- run: yarn lint
1414
- run: yarn list-supported-chains

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,30 @@
2525
"@api3/contracts": "24.0.0",
2626
"@api3/contracts-v9": "npm:@api3/[email protected]",
2727
"@nodary/utilities": "^6.0.0",
28-
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
29-
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
30-
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
28+
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
29+
"@nomicfoundation/hardhat-network-helpers": "^3.0.1",
30+
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
3131
"@nomiclabs/hardhat-ethers": "^2.2.3",
3232
"@nomiclabs/hardhat-etherscan": "^3.1.8",
33-
"@typechain/ethers-v5": "^10.2.1",
34-
"@typechain/hardhat": "^6.1.6",
35-
"@types/chai": "^4.3.20",
33+
"@typechain/ethers-v5": "^11.1.2",
34+
"@typechain/hardhat": "^9.1.0",
35+
"@types/chai": "^5.2.2",
3636
"@types/mocha": ">=10.0.10",
37-
"chai": "^4.5.0",
38-
"dotenv": "^16.5.0",
39-
"eslint": "^8.57.1",
40-
"hardhat": "^2.24.3",
41-
"hardhat-deploy": "^0.14.1",
42-
"hardhat-gas-reporter": "^1.0.10",
43-
"prettier": "^2.8.8",
44-
"prettier-plugin-solidity": "^1.4.3",
45-
"solhint": "^3.6.2",
37+
"chai": "^6.2.0",
38+
"dotenv": "^17.2.3",
39+
"eslint": "^9.38.0",
40+
"hardhat": "^3.0.7",
41+
"hardhat-deploy": "^1.0.4",
42+
"hardhat-gas-reporter": "^2.3.0",
43+
"prettier": "^3.6.2",
44+
"prettier-plugin-solidity": "^2.1.0",
45+
"solhint": "^6.0.1",
4646
"solidity-coverage": "^0.8.16",
4747
"ts-node": ">=10.9.2",
4848
"typechain": "^8.3.2",
4949
"typescript": ">=5.8.3"
5050
},
5151
"dependencies": {
52-
"@openzeppelin/contracts": "^4.9.6"
52+
"@openzeppelin/contracts": "^5.4.0"
5353
}
5454
}

0 commit comments

Comments
 (0)