Skip to content

Commit

Permalink
pin typescript to 5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanL0 committed Dec 8, 2024
1 parent cf47228 commit 65a1c14
Show file tree
Hide file tree
Showing 48 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion examples/native-oft-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/oapp-read/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/oapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/oft-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/oft-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/oft-upgradeable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/oft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/onft721-zksync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/onft721/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/uniswap-read/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"solhint": "^4.1.1",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18.16.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/build-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/build-lz-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react": "^17.0.2",
"ts-node": "^10.9.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-lz-oapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tiged": "^2.12.6",
"ts-node": "^10.9.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"which": "~4.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/decode-lz-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react": "^17.0.2",
"ts-node": "^10.9.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react": "^17.0.2",
"ts-node": "^10.9.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"engines": {
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 @@ -76,7 +76,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-ton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"@layerzerolabs/devtools": "~0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/export-deployments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"devDependencies": {
"@layerzerolabs/io-devtools": "~0.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/io-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/omnicounter-devtools-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/omnicounter-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-devtools-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-devtools-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-devtools-evm-foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "~18.18.14",
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"@layerzerolabs/lz-evm-messagelib-v2": "^3.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"hardhat": "^2.22.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-devtools-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"@solana/web3.js": "^1.95.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-devtools-ton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/test-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"@layerzerolabs/lz-definitions": "^3.0.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"solidity-bytes-utils": "^0.8.2",
"ts-node": "^10.9.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"publishConfig": {
"access": "public"
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 @@ -67,7 +67,7 @@
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.2",
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 @@ -36,7 +36,7 @@
},
"dependencies": {
"p-memoize": "~4.0.4",
"typescript": "^5.4.4"
"typescript": "5.5.3"
},
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ua-devtools-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ua-devtools-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ua-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ts-node": "^10.9.2",
"tslib": "~2.6.2",
"tsup": "~8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/verify-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"got": "12.6.1",
"jest": "^29.7.0",
"tsup": "^8.0.1",
"typescript": "^5.4.4",
"typescript": "5.5.3",
"zod": "^3.22.4"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 65a1c14

Please sign in to comment.