diff --git a/package-lock.json b/package-lock.json index 5bf6530..1d4195b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -148,13 +148,26 @@ } }, "mtasa-lua-types": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/mtasa-lua-types/-/mtasa-lua-types-0.6.3.tgz", - "integrity": "sha512-njOJWRSOgDN4UXmVoj+hepdoKGAHYl6/yeivDycrZBsRrklooNf/13yfjrtHw07OiMipuvm9H3GDnHgsQv8MHQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mtasa-lua-types/-/mtasa-lua-types-1.0.1.tgz", + "integrity": "sha512-WEardCGBp5Q8bhLq6teV0s4CrBmurj9fJ3iCaxbNbSRaB/wUNT7NcB6ZE/hg+gttq7Sc+KF6jI7HBOzjpJ6+zQ==", "requires": { "lua-types": "^2.8.0", "typescript": "^4.2.3", - "typescript-to-lua": "^0.42.0" + "typescript-to-lua": "^1.0.0" + }, + "dependencies": { + "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==", + "requires": { + "enhanced-resolve": "^5.8.2", + "resolve": "^1.15.1", + "source-map": "^0.7.3", + "typescript": "~4.3.5" + } + } } }, "mtasa-lua-utils": { @@ -252,6 +265,7 @@ "version": "0.42.0", "resolved": "https://registry.npmjs.org/typescript-to-lua/-/typescript-to-lua-0.42.0.tgz", "integrity": "sha512-hkHYdeTQn2SNnyzEeOsrDST5TSiOjUiSmYMk5CcNGWcDuFj7ogd+v5GdDG47IO6Z0zk5sBVh2R/h2GZSYqv3/w==", + "dev": true, "requires": { "enhanced-resolve": "^5.8.2", "resolve": "^1.15.1", diff --git a/package.json b/package.json index 6a20a83..aaada11 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "lua-types": "^2.10.1", - "mtasa-lua-types": "^0.6.3", + "mtasa-lua-types": "^1.0.1", "mtasa-lua-utils": "^0.1.12" }, "devDependencies": {