diff --git a/package-lock.json b/package-lock.json index 6334500..6e64545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.34.0" + "typescript-to-lua": "^1.36.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13987,9 +13987,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.34.0.tgz", - "integrity": "sha512-DOSU1qSpUiGEW9H6shKFkeWjiBFsl+qFWTKZU9Xqo3B5FqarVZGiIkWKz2rmWi1tGD2314RHYzOuOO1l3Ex1pw==", + "version": "1.36.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.36.0.tgz", + "integrity": "sha512-OrBYbOVkg5fEmiaxcejb6lPw5B2Iqq1X/76x9YRa+UItci3eC6EObgbabqjJOZIYC1O2/KV7oRh2NPdrniriHw==", "license": "MIT", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", @@ -14005,7 +14005,7 @@ "node": ">=16.10.0" }, "peerDependencies": { - "typescript": "5.9.3" + "typescript": "6.0.2" } }, "node_modules/typescript-to-lua/node_modules/enhanced-resolve": { diff --git a/package.json b/package.json index 69b0a05..16c69ca 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.34.0" + "typescript-to-lua": "^1.36.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",