diff --git a/package-lock.json b/package-lock.json index 5bf6530..fce214e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -148,13 +148,35 @@ } }, "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.1.0", + "resolved": "https://registry.npmjs.org/mtasa-lua-types/-/mtasa-lua-types-1.1.0.tgz", + "integrity": "sha512-Fh/lErOwAZPsQc9TU/KfxJxIJ81REvE3IdLekadzHaxtD3IpWyfEq/UviksBbiY2G5NeQoXN/9s79VO8PRwBmA==", "requires": { - "lua-types": "^2.8.0", - "typescript": "^4.2.3", - "typescript-to-lua": "^0.42.0" + "lua-types": "^2.11.0", + "typescript": "^4.4.4", + "typescript-to-lua": "^1.1.1" + }, + "dependencies": { + "lua-types": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/lua-types/-/lua-types-2.11.0.tgz", + "integrity": "sha512-J/8qHrOjkZuPBDhnuAg0DWoaJEImqXNzgEnUigCTVrSVCcchM5Y5zpcI3aWAZPhuZlb0QKC/f3nc7VGmZmBg7w==" + }, + "typescript": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", + "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==" + }, + "typescript-to-lua": { + "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" + } + } } }, "mtasa-lua-utils": { @@ -252,6 +274,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..8caf9af 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.1.0", "mtasa-lua-utils": "^0.1.12" }, "devDependencies": {