From 81daa2bba9e47064d23f642082ba4a4f7dcc4e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:55:09 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.29.1 to 1.30.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.29.1 to 1.30.0. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v1.29.1...v1.30.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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b95bc2b..8392472 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.29.1" + "typescript-to-lua": "^1.30.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13856,9 +13856,10 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.29.1.tgz", - "integrity": "sha512-5/A/P9tIOEboGfPLg3XnyVkesHS9WxFfpW6Sq9BVXSCp/O5ucYY9psq5nv/oFd1Do+EbxmZvSPFFtlzfuiPJsg==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.30.0.tgz", + "integrity": "sha512-PdHtvJ/vZBbZty13V7yjhgbPM1Hh2yVENGdB9QJOWEPufAfmz21KGPslDrGXPty0M0EQkBrWSIRvzJdk+JfBzg==", + "license": "MIT", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", "enhanced-resolve": "5.8.2", diff --git a/package.json b/package.json index a5b18aa..813d4fc 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.29.1" + "typescript-to-lua": "^1.30.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",