Skip to content

Commit

Permalink
Bump hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Jan 29, 2025
1 parent 8396aab commit 7779e8e
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 131 deletions.
2 changes: 1 addition & 1 deletion packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat": "^2.22.18",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"chalk": "^4.1.2",
"dotenv": "^16.4.5",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat": "^2.22.18",
"jest": "^29.7.0",
"prompts": "^2.4.2",
"ts-jest": "^29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@api3/airnode-utilities": "^0.14.0",
"ethers": "^5.7.2",
"express": "^4.18.3",
"hardhat": "^2.14.1",
"hardhat": "^2.22.18",
"morgan": "^1.10.0",
"pm2": "^5.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"chai": "^4.4.1",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat": "^2.22.18",
"hardhat-deploy": "^0.12.4",
"hardhat-gas-reporter": "^1.0.10",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.0",
"hardhat": "^2.14.1",
"hardhat": "^2.22.18",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 7779e8e

Please sign in to comment.