|
22 | 22 | "update": "tsx ./scripts/update.ts" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@babel/core": "7.28.5", |
26 | | - "@babel/preset-env": "7.28.5", |
| 25 | + "@babel/core": "7.29.0", |
| 26 | + "@babel/preset-env": "7.29.0", |
27 | 27 | "@babel/preset-typescript": "7.28.5", |
28 | 28 | "@commander-js/extra-typings": "14.0.0", |
29 | 29 | "@docusaurus/core": "3.9.2", |
30 | 30 | "@docusaurus/module-type-aliases": "3.9.2", |
31 | 31 | "@docusaurus/preset-classic": "3.9.2", |
32 | 32 | "@docusaurus/tsconfig": "3.9.2", |
33 | 33 | "@docusaurus/types": "3.9.2", |
34 | | - "@eslint/eslintrc": "3.3.3", |
| 34 | + "@eslint/eslintrc": "3.3.4", |
35 | 35 | "@mdx-js/react": "3.1.1", |
36 | | - "@microsoft/api-extractor": "7.55.2", |
| 36 | + "@microsoft/api-extractor": "7.57.5", |
37 | 37 | "@prettier/plugin-xml": "3.4.2", |
38 | 38 | "@tsconfig/node-lts": "24.0.0", |
39 | 39 | "@tsconfig/strictest": "2.0.8", |
40 | 40 | "@types/figlet": "1.7.0", |
41 | 41 | "@types/jest": "30.0.0", |
42 | 42 | "@types/klaw-sync": "6.0.5", |
43 | | - "@types/node": "25.0.3", |
| 43 | + "@types/node": "25.3.0", |
44 | 44 | "@types/prompt": "1.1.9", |
45 | 45 | "@types/source-map-support": "0.5.10", |
46 | 46 | "@types/xml2js": "0.4.14", |
47 | | - "@typescript-eslint/rule-tester": "8.51.0", |
48 | | - "@typescript-eslint/type-utils": "8.51.0", |
49 | | - "@typescript-eslint/utils": "8.51.0", |
| 47 | + "@typescript-eslint/rule-tester": "8.56.1", |
| 48 | + "@typescript-eslint/type-utils": "8.56.1", |
| 49 | + "@typescript-eslint/utils": "8.56.1", |
50 | 50 | "@zamiell/sync-directory": "6.0.5", |
51 | 51 | "@zamiell/typedoc-plugin-not-exported": "0.3.0", |
52 | | - "ajv": "8.17.1", |
| 52 | + "ajv": "8.18.0", |
53 | 53 | "chalk": "5.6.2", |
54 | 54 | "clsx": "2.1.1", |
55 | | - "commander": "14.0.2", |
56 | | - "complete-common": "2.11.0", |
57 | | - "complete-lint": "5.1.4", |
| 55 | + "commander": "14.0.3", |
| 56 | + "complete-common": "2.16.1", |
| 57 | + "complete-lint": "5.2.0", |
58 | 58 | "complete-node": "16.2.0", |
59 | 59 | "docusaurus-theme-search-typesense": "0.26.0", |
60 | 60 | "eslint-import-resolver-typescript": "4.4.4", |
|
66 | 66 | "klaw-sync": "7.0.0", |
67 | 67 | "lua-types": "2.13.1", |
68 | 68 | "moment": "2.30.1", |
69 | | - "prettier": "3.7.4", |
| 69 | + "prettier": "3.8.1", |
70 | 70 | "prism-react-renderer": "2.4.1", |
71 | 71 | "prompt": "1.3.0", |
72 | | - "react": "19.2.3", |
73 | | - "react-dom": "19.2.3", |
| 72 | + "react": "19.2.4", |
| 73 | + "react-dom": "19.2.4", |
74 | 74 | "source-map": "0.7.6", |
75 | 75 | "source-map-support": "0.5.21", |
76 | | - "ts-json-schema-generator": "2.4.0", |
| 76 | + "ts-json-schema-generator": "2.5.0", |
77 | 77 | "ts-prune-2": "0.10.7", |
78 | | - "typedoc": "0.28.15", |
79 | | - "typedoc-plugin-markdown": "4.9.0", |
| 78 | + "typedoc": "0.28.17", |
| 79 | + "typedoc-plugin-markdown": "4.10.0", |
80 | 80 | "typedoc-plugin-rename": "1.1.1", |
81 | 81 | "typescript": "5.9.3", |
82 | | - "typescript-eslint": "8.51.0", |
| 82 | + "typescript-eslint": "8.56.1", |
83 | 83 | "typescript-to-lua": "1.33.2", |
84 | 84 | "xml2js": "0.6.2", |
85 | 85 | "yaml": "2.8.2" |
86 | 86 | }, |
87 | 87 | "devDependencies": { |
88 | | - "eslint": "9.39.2" |
| 88 | + "eslint": "9.39.2", |
| 89 | + "tsx": "4.21.0" |
89 | 90 | } |
90 | 91 | } |
0 commit comments