Skip to content

Commit

Permalink
Upgrade TypeScript to 5.4 (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Perryvw committed Mar 17, 2024
1 parent 7bc5847 commit 587711b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -42,7 +42,7 @@
"node": ">=16.10.0"
},
"peerDependencies": {
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"dependencies": {
"@typescript-to-lua/language-extensions": "1.19.0",
Expand Down Expand Up @@ -72,6 +72,6 @@
"prettier": "^2.8.4",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}

0 comments on commit 587711b

Please sign in to comment.