Skip to content

Commit

Permalink
🧹 Update dependencies (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 3, 2024
1 parent 99ab0a6 commit 6483544
Show file tree
Hide file tree
Showing 10 changed files with 1,102 additions and 1,112 deletions.
11 changes: 11 additions & 0 deletions .changeset/red-islands-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@layerzerolabs/ua-devtools-evm-hardhat-test": patch
"@layerzerolabs/ua-devtools-evm-hardhat": patch
"@layerzerolabs/devtools-evm-hardhat": patch
"@layerzerolabs/toolbox-hardhat": patch
"@layerzerolabs/devtools-evm-test": patch
"@layerzerolabs/test-evm-node": patch
"@layerzerolabs/oft-example": patch
---

Update dependency versions
6 changes: 3 additions & 3 deletions examples/oft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@openzeppelin/contracts": "^4.8.1",
"@rushstack/eslint-patch": "^1.5.1",
"ethers": "^5.7.0",
"hardhat": "^2.19.2",
"hardhat": "^2.19.4",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.43",
"prettier": "^3.1.0",
"hardhat-deploy": "^0.11.45",
"prettier": "^3.1.1",
"solhint": "^4.0.0",
"solidity-bytes-utils": "^0.8.1",
"ts-node": "^10.9.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"rustbn.js": "^0.3.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.1",
"@layerzerolabs/prettier-config-next": "^2.0.7",
"@types/node": "~18.18.9",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
Expand All @@ -38,8 +38,8 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"turbo": "1.11.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.10",
"fast-check": "^3.14.0",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43",
"hardhat": "^2.19.4",
"hardhat-deploy": "^0.11.45",
"jest": "^29.7.0",
"p-memoize": "~4.0.1",
"sinon": "^17.0.1",
Expand All @@ -71,8 +71,8 @@
"@layerzerolabs/io-devtools": "~0.0.1",
"@layerzerolabs/lz-definitions": "~2.0.7",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43"
"hardhat": "^2.19.4",
"hardhat-deploy": "^0.11.45"
},
"publishConfig": {
"access": "restricted"
Expand Down
8 changes: 4 additions & 4 deletions packages/toolbox-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"devDependencies": {
"@types/jest": "^29.5.10",
"ethers": "^5.7.0",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43",
"hardhat": "^2.19.4",
"hardhat-deploy": "^0.11.45",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand All @@ -60,8 +60,8 @@
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.2",
"ethers": "^5.7.0",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43"
"hardhat": "^2.19.4",
"hardhat-deploy": "^0.11.45"
},
"publishConfig": {
"access": "restricted"
Expand Down
8 changes: 4 additions & 4 deletions packages/ua-devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"dotenv": "^16.0.3",
"ethers": "^5.7.0",
"fast-check": "^3.14.0",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43",
"hardhat": "^2.19.4",
"hardhat-deploy": "^0.11.45",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand All @@ -77,8 +77,8 @@
"@layerzerolabs/ua-devtools": "~0.0.1",
"@layerzerolabs/ua-devtools-evm": "~0.0.1",
"ethers": "^5.5.2",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43"
"hardhat": "^2.19.4",
"hardhat-deploy": "^0.11.45"
},
"publishConfig": {
"access": "restricted"
Expand Down
2 changes: 1 addition & 1 deletion tests/devtools-evm-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/jest": "^29.5.10",
"ethers": "^5.7.0",
"fast-check": "^3.14.0",
"hardhat": "^2.19.2",
"hardhat": "^2.19.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-evm-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "npx hardhat node --hostname 0.0.0.0"
},
"devDependencies": {
"hardhat": "^2.19.2",
"hardhat": "^2.19.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions tests/ua-devtools-evm-hardhat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@nomicfoundation/hardhat-ethers": "^3.0.2",
"@types/jest": "^29.5.10",
"ethers": "^5.7.0",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43",
"hardhat": "^2.19.4",
"hardhat-deploy": "^0.11.45",
"jest": "^29.7.0",
"solidity-bytes-utils": "^0.8.0",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit 6483544

Please sign in to comment.