Skip to content

Commit

Permalink
chore: Downgrade TypeScript for now
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 23, 2023
1 parent 3790bf2 commit a8e09d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/oft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"prettier": "^3.1.0",
"solhint": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
"typescript": "^5.2.2"
}
}
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 @@
"react-devtools-core": "^4.28.5",
"tiged": "^2.12.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"typescript": "^5.2.2",
"which": "~4.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ua-utils-evm-hardhat-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"hardhat-deploy-ethers": "^0.3.0-beta.12",
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/ua-utils-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"hardhat-deploy": "^0.11.22",
"ts-node": "^10.9.1",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.2.2"
},
"peerDependencies": {
"@gnosis.pm/safe-core-sdk": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
"tsup": "~8.0.1",
"typescript": "^5.3.2",
"typescript": "^5.2.2",
"winston": "^3.11.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10517,7 +10517,7 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^5.3.2:
typescript@^5.2.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==
Expand Down

0 comments on commit a8e09d4

Please sign in to comment.