From 52f22aa26a1fcff85fb88245b889eacdfcb382aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Mar 2021 15:50:38 +0000 Subject: [PATCH] Bump typescript-to-lua from 0.38.0 to 0.39.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 0.38.0 to 0.39.0. - [Release notes](https://github.com/TypeScriptToLua/TypeScriptToLua/releases) - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeScriptToLua/TypeScriptToLua/compare/v0.38.0...v0.39.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4dbb0f43..4360fbdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^16.14.0", "react-json-tree": "^0.13.0", "react-monaco-editor": "^0.40.0", - "typescript-to-lua": "^0.38.0" + "typescript-to-lua": "^0.39.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -17917,9 +17917,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-0.38.0.tgz", - "integrity": "sha512-T082g4CmuQoGXx8u+o/Wbyf7p1zPU2hdjuuFac2IHajA969cTUy4UMGWybjuoy+ljb+RlAYSWz+GEnwHjpEh9A==", + "version": "0.39.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-0.39.0.tgz", + "integrity": "sha512-Qu10RU03egiL4AkTkCUFXANh/kPQ3BGCSxkh6nKsnKAP59jOqzm1fodqMbIKkwuOnAvLLkU7+bY2NASQD/N4kw==", "dependencies": { "resolve": "^1.15.1", "source-map": "^0.7.3", @@ -35214,9 +35214,9 @@ "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==" }, "typescript-to-lua": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-0.38.0.tgz", - "integrity": "sha512-T082g4CmuQoGXx8u+o/Wbyf7p1zPU2hdjuuFac2IHajA969cTUy4UMGWybjuoy+ljb+RlAYSWz+GEnwHjpEh9A==", + "version": "0.39.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-0.39.0.tgz", + "integrity": "sha512-Qu10RU03egiL4AkTkCUFXANh/kPQ3BGCSxkh6nKsnKAP59jOqzm1fodqMbIKkwuOnAvLLkU7+bY2NASQD/N4kw==", "requires": { "resolve": "^1.15.1", "source-map": "^0.7.3", diff --git a/package.json b/package.json index 96a107a8..ba7e62b5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-dom": "^16.14.0", "react-json-tree": "^0.13.0", "react-monaco-editor": "^0.40.0", - "typescript-to-lua": "^0.38.0" + "typescript-to-lua": "^0.39.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",