diff --git a/package-lock.json b/package-lock.json index ec85f05..9ac20bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.12.1" + "typescript-to-lua": "^1.13.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13944,9 +13944,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.12.1.tgz", - "integrity": "sha512-i4tpCsd7TE91xF78JXUhMk9L+RmCLcf+eINVOBEfs5aqs5Q/DXUpjNDY56jnsA3YqsvpOwLC/HJgnpRubTHvMg==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.0.tgz", + "integrity": "sha512-sY+qQSfhrtWdwQnZnjjXgegK0SgNI4bfNiz576jFVn918231eiFKjyjzAz673dM4Q9QCcNsr2RBr5bYXQyPazw==", "dependencies": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", @@ -25794,9 +25794,9 @@ "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==" }, "typescript-to-lua": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.12.1.tgz", - "integrity": "sha512-i4tpCsd7TE91xF78JXUhMk9L+RmCLcf+eINVOBEfs5aqs5Q/DXUpjNDY56jnsA3YqsvpOwLC/HJgnpRubTHvMg==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.13.0.tgz", + "integrity": "sha512-sY+qQSfhrtWdwQnZnjjXgegK0SgNI4bfNiz576jFVn918231eiFKjyjzAz673dM4Q9QCcNsr2RBr5bYXQyPazw==", "requires": { "@typescript-to-lua/language-extensions": "1.0.0", "enhanced-resolve": "^5.8.2", diff --git a/package.json b/package.json index 2661d31..509cea0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-json-tree": "^0.17.0", "react-monaco-editor": "^0.50.1", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.12.1" + "typescript-to-lua": "^1.13.0" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",