diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4f69b8..efc0d19 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,9 @@ updates: allow: - dependency-name: "typescript-to-lua" - dependency-name: "lua-types" + - dependency-name: "typescript" + groups: + typescript-to-lua: + patterns: + - "typescript-to-lua" + - "typescript" diff --git a/package-lock.json b/package-lock.json index 6334500..4456121 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", @@ -43,7 +43,7 @@ "raw-loader": "^4.0.2", "sass": "^1.77.6", "sass-loader": "^13.3.3", - "typescript": "^5.5.2", + "typescript": "6.0.2", "worker-loader": "^3.0.8" } }, @@ -13974,9 +13974,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -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..ae3535b 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", @@ -52,7 +52,7 @@ "raw-loader": "^4.0.2", "sass": "^1.77.6", "sass-loader": "^13.3.3", - "typescript": "^5.5.2", + "typescript": "6.0.2", "worker-loader": "^3.0.8" }, "browserslist": [