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",