diff --git a/package-lock.json b/package-lock.json index d157c7a5..c37bea91 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.0.1" + "typescript-to-lua": "1.1.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -16101,20 +16101,22 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.1.tgz", - "integrity": "sha512-j5mb+8HgUUY8hhAKoNy6KUMeamEN1fsTtMvSbPaxmVkWw40pHdLi3umsQG+Qo7wM6IK+RQffFxbIWEjleF+xpw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.1.1.tgz", + "integrity": "sha512-13vk/FSQyqbBkXNvg73LpT0tsPKdepJHPYR6TNtbc9l1ClSxAEUvkB3k49MAwSQ6LoN8Ui4Bgyu9dKFoDB315Q==", "dependencies": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", - "source-map": "^0.7.3", - "typescript": "~4.3.5" + "source-map": "^0.7.3" }, "bin": { "tstl": "dist/tstl.js" }, "engines": { "node": ">=12.13.0" + }, + "peerDependencies": { + "typescript": "~4.4.4" } }, "node_modules/typescript-to-lua/node_modules/source-map": { @@ -30446,14 +30448,13 @@ "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" }, "typescript-to-lua": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.0.1.tgz", - "integrity": "sha512-j5mb+8HgUUY8hhAKoNy6KUMeamEN1fsTtMvSbPaxmVkWw40pHdLi3umsQG+Qo7wM6IK+RQffFxbIWEjleF+xpw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.1.1.tgz", + "integrity": "sha512-13vk/FSQyqbBkXNvg73LpT0tsPKdepJHPYR6TNtbc9l1ClSxAEUvkB3k49MAwSQ6LoN8Ui4Bgyu9dKFoDB315Q==", "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", - "source-map": "^0.7.3", - "typescript": "~4.3.5" + "source-map": "^0.7.3" }, "dependencies": { "source-map": { diff --git a/package.json b/package.json index 62f18ef0..1b6b38ad 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.0.1" + "typescript-to-lua": "1.1.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",