Skip to content

Commit

Permalink
🪚 OmniGraph™ Clean up dependencies & stuff (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Dec 15, 2023
1 parent f99f174 commit edea058
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 214 deletions.
3 changes: 2 additions & 1 deletion examples/oft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "npx hardhat test --parallel"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.6",
"@layerzerolabs/eslint-config-next": "^2.0.2",
"@layerzerolabs/lz-definitions": "~2.0.2",
"@layerzerolabs/lz-evm-oapp-v2": "~2.0.2",
Expand All @@ -29,6 +29,7 @@
"hardhat-deploy": "^0.11.43",
"prettier": "^3.1.0",
"solhint": "^4.0.0",
"solidity-bytes-utils": "^0.8.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-lz-oapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"create-lz-oapp": "./cli.cjs"
},
"files": [
"./cli.cjs",
"./dist"
"cli.js",
"dist"
],
"scripts": {
"prebuild": "tsc -noEmit",
Expand Down
1 change: 0 additions & 1 deletion packages/ua-utils-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@layerzerolabs/utils": "~0.0.1",
"@layerzerolabs/utils-evm-hardhat": "~0.0.2",
"@types/jest": "^29.5.10",
"cli-ux": "^6.0.9",
"dotenv": "^16.0.3",
"ethers": "^5.7.0",
"fast-check": "^3.14.0",
Expand Down
1 change: 1 addition & 0 deletions tests/ua-utils-evm-hardhat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test": "jest --runInBand --forceExit --verbose"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
Expand Down
Loading

0 comments on commit edea058

Please sign in to comment.