Skip to content

Commit 3701e76

Browse files
committed
chore: upgrade deps
1 parent 28131c0 commit 3701e76

File tree

3 files changed

+359
-491
lines changed

3 files changed

+359
-491
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"devDependencies": {
2424
"@commitlint/cli": "^19.3.0",
2525
"@commitlint/config-conventional": "^19.2.2",
26-
"eslint": "^8.56.0",
26+
"eslint": "^9.0.0",
2727
"husky": "^9.0.11",
2828
"prettier": "^3.1.0",
29-
"typescript": "5.4.2",
30-
"typescript-eslint": "^7.6.0",
31-
"typescript-to-lua": "~1.25.0"
29+
"typescript": "5.7.2",
30+
"typescript-eslint": "^8.0.0",
31+
"typescript-to-lua": "~1.29.0"
3232
},
3333
"peerDependencies": {
3434
"typescript-to-lua": ">=1.22.0"

tstl-remove-debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function removeDebug(file: tstl.EmitFile) {
1414
file.code = file.code.replace(statement, '');
1515
}
1616
}
17-
6;
17+
1818
const patternToReplace = /sys\.get_engine_info\(\)\.is_debug/g;
1919
let matchToReplace: RegExpExecArray | null;
2020
function replaceDebug(file: tstl.EmitFile) {

0 commit comments

Comments
 (0)