Skip to content

Commit

Permalink
chore: set ts dep to ~5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknathan committed Aug 3, 2024
1 parent c7d39fb commit fe1b183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@commitlint/config-conventional": "^19.2.2",
"husky": "^9.0.11",
"prettier": "^3.0.0",
"typescript": "^5.4.2"
"typescript": "~5.5.0"
},
"peerDependencies": {
"typescript-to-lua": ">=1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ text-extensions@^2.0.0:
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==

typescript@^5.4.2:
typescript@~5.5.0:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
Expand Down

0 comments on commit fe1b183

Please sign in to comment.