Skip to content

Commit

Permalink
🧹 Update hardhat-deploy (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Mar 1, 2024
1 parent f75f6f7 commit 9e78abe
Show file tree
Hide file tree
Showing 12 changed files with 160 additions and 137 deletions.
13 changes: 13 additions & 0 deletions .changeset/metal-rats-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@layerzerolabs/ua-devtools-evm-hardhat-v1-test": patch
"@layerzerolabs/ua-devtools-evm-hardhat-test": patch
"@layerzerolabs/ua-devtools-evm-hardhat": patch
"@layerzerolabs/devtools-evm-hardhat-test": patch
"@layerzerolabs/devtools-evm-hardhat": patch
"@layerzerolabs/export-deployments-test": patch
"@layerzerolabs/toolbox-hardhat": patch
"@layerzerolabs/io-devtools": patch
"@layerzerolabs/oapp-example": patch
---

Update hardhat-deploy
11 changes: 7 additions & 4 deletions examples/oapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"test:hardhat": "hardhat test"
},
"resolutions": {
"ethers": "^5.7.2"
"ethers": "^5.7.2",
"hardhat-deploy": "^0.12.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down Expand Up @@ -45,7 +46,7 @@
"ethers": "^5.7.2",
"hardhat": "^2.19.5",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy": "^0.12.1",
"mocha": "^10.2.0",
"prettier": "^3.2.5",
"solhint": "^4.1.1",
Expand All @@ -57,11 +58,13 @@
"node": ">=18.16.0"
},
"overrides": {
"ethers": "^5.7.2"
"ethers": "^5.7.2",
"hardhat-deploy": "^0.12.1"
},
"pnpm": {
"overrides": {
"ethers": "^5.7.2"
"ethers": "^5.7.2",
"hardhat-deploy": "^0.12.1"
}
}
}
11 changes: 7 additions & 4 deletions examples/oft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"test:hardhat": "hardhat test"
},
"resolutions": {
"ethers": "^5.7.2"
"ethers": "^5.7.2",
"hardhat-deploy": "^0.12.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down Expand Up @@ -45,7 +46,7 @@
"ethers": "^5.7.2",
"hardhat": "^2.19.5",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy": "^0.12.1",
"mocha": "^10.2.0",
"prettier": "^3.2.5",
"solhint": "^4.1.1",
Expand All @@ -57,11 +58,13 @@
"node": ">=18.16.0"
},
"overrides": {
"ethers": "^5.7.2"
"ethers": "^5.7.2",
"hardhat-deploy": "^0.12.1"
},
"pnpm": {
"overrides": {
"ethers": "^5.7.2"
"ethers": "^5.7.2",
"hardhat-deploy": "^0.12.1"
}
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
},
"resolutions": {
"es5-ext": "https://github.com/LayerZero-Labs/es5-ext",
"ethers": "^5.7.2",
"hardhat-deploy": "^0.12.1",
"rustbn.js": "^0.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/jest": "^29.5.12",
"fast-check": "^3.15.1",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy": "^0.12.1",
"jest": "^29.7.0",
"p-memoize": "~4.0.1",
"sinon": "^17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/jest": "^29.5.12",
"ethers": "^5.7.2",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy": "^0.12.1",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"tsup": "~8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ua-devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ethers": "^5.7.2",
"fast-check": "^3.15.1",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy": "^0.12.1",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"tsup": "~8.0.1",
Expand Down
246 changes: 124 additions & 122 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/devtools-evm-hardhat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ethers": "^5.7.2",
"fast-check": "^3.15.1",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy": "^0.12.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"solidity-bytes-utils": "^0.8.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/export-deployments-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ethers": "^5.7.2",
"fast-check": "^3.15.1",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy": "^0.12.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"solidity-bytes-utils": "^0.8.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/ua-devtools-evm-hardhat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ethers": "^5.7.2",
"fast-check": "^3.15.1",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy": "^0.12.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"solidity-bytes-utils": "^0.8.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/ua-devtools-evm-hardhat-v1-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ethers": "^5.7.2",
"fast-check": "^3.15.1",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy": "^0.12.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"solidity-bytes-utils": "^0.8.2",
Expand Down

0 comments on commit 9e78abe

Please sign in to comment.