From 5f258257024765d07f5c35a214e2b65fb0b338c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 19:57:00 +0000 Subject: [PATCH] Bump typescript-to-lua from 1.7.2 to 1.8.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.7.2 to 1.8.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/v1.7.2...v1.8.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d54a78a..82dce96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-json-tree": "^0.15.0", "react-monaco-editor": "^0.43.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.7.2" + "typescript-to-lua": "^1.8.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -16077,9 +16077,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.7.2.tgz", - "integrity": "sha512-ybQwsFXdBqT9iWXavbJmLvB+P8DeXWXWzkqrsTaZ95QqIbp9DtVfVAYdUvchaO9IVKm4yk0GkSgPJhpFosxv8w==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.8.0.tgz", + "integrity": "sha512-q3hH7XDwDi1FKyCu6JfnH7HYtvnldaOGAyaz1ab0lkiC/WCiYEYIffpcxkvmJnqSrIlP90WvB821RxGM2hNJog==", "dependencies": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", @@ -30405,9 +30405,9 @@ "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" }, "typescript-to-lua": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.7.2.tgz", - "integrity": "sha512-ybQwsFXdBqT9iWXavbJmLvB+P8DeXWXWzkqrsTaZ95QqIbp9DtVfVAYdUvchaO9IVKm4yk0GkSgPJhpFosxv8w==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.8.0.tgz", + "integrity": "sha512-q3hH7XDwDi1FKyCu6JfnH7HYtvnldaOGAyaz1ab0lkiC/WCiYEYIffpcxkvmJnqSrIlP90WvB821RxGM2hNJog==", "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", diff --git a/package.json b/package.json index fc0239e..c63dd1c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-json-tree": "^0.15.0", "react-monaco-editor": "^0.43.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.7.2" + "typescript-to-lua": "^1.8.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",