From b121849c6b4db31ad4d083e04413b7629e5ce34f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:52:25 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.30.0 to 1.31.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.30.0 to 1.31.0. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.30.0...v1.31.0) --- updated-dependencies: - dependency-name: typescript-to-lua dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8392472..cc73170 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.30.0" + "typescript-to-lua": "^1.31.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13844,9 +13844,10 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -13856,9 +13857,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.30.0.tgz", - "integrity": "sha512-PdHtvJ/vZBbZty13V7yjhgbPM1Hh2yVENGdB9QJOWEPufAfmz21KGPslDrGXPty0M0EQkBrWSIRvzJdk+JfBzg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.31.0.tgz", + "integrity": "sha512-hbHso6C1g2sKZkwI2J9wUij4PUyBF/Hw0tpZOHtaBOa8CcJXXYvdlmh7dJ34bKgwiBzbc7KalPLX1D8a1WjYQA==", "license": "MIT", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", @@ -13874,7 +13875,7 @@ "node": ">=16.10.0" }, "peerDependencies": { - "typescript": "5.7.2" + "typescript": "5.8.2" } }, "node_modules/typescript-to-lua/node_modules/enhanced-resolve": { diff --git a/package.json b/package.json index 813d4fc..ff9969a 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.30.0" + "typescript-to-lua": "^1.31.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",