diff --git a/package-lock.json b/package-lock.json index 0a7ad3b..61109e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,7 +4,6 @@ "requires": true, "packages": { "": { - "name": "TypeScriptToLua.github.io", "dependencies": { "@monaco-editor/react": "^4.6.0", "@types/d3": "^5.16.3", @@ -28,7 +27,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.31.0" + "typescript-to-lua": "^1.31.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0", @@ -13987,9 +13986,9 @@ } }, "node_modules/typescript-to-lua": { - "version": "1.31.0", - "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.31.0.tgz", - "integrity": "sha512-hbHso6C1g2sKZkwI2J9wUij4PUyBF/Hw0tpZOHtaBOa8CcJXXYvdlmh7dJ34bKgwiBzbc7KalPLX1D8a1WjYQA==", + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-1.31.1.tgz", + "integrity": "sha512-VukIhLmfi+1eUuFmwS1yo6N3v9yNQUv2EWNYN1/0C/X5TOgWEx2p10/ApjZrg97gkDQ6HhgxpVVPBa4OPC5IBg==", "license": "MIT", "dependencies": { "@typescript-to-lua/language-extensions": "1.19.0", diff --git a/package.json b/package.json index ff9969a..820357c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-dom": "^17.0.2", "react-json-tree": "^0.17.0", "stream-browserify": "^3.0.0", - "typescript-to-lua": "^1.31.0" + "typescript-to-lua": "^1.31.1" }, "devDependencies": { "@ark120202/typescript-config": "^2.2.0",