|
59 | 59 | "node": ">=18" |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | | - "@commitlint/parse": "^19.5.0", |
63 | | - "@eslint/js": "^9.20.0", |
64 | | - "@stylistic/eslint-plugin-js": "^2.13.0", |
65 | | - "commander": "^13.1.0", |
66 | | - "esbuild-register": "^3.6.0", |
67 | | - "eslint-plugin-import-x": "^4.6.1", |
68 | | - "eslint-plugin-n": "^17.15.1", |
69 | | - "globals": "^15.14.0", |
70 | | - "interpret": "^3.1.1", |
71 | | - "jsonfile": "^6.1.0", |
72 | | - "liftoff": "^5.0.0", |
73 | | - "minimist": "^1.2.8", |
74 | | - "rollup-plugin-preserve-directives": "^0.4.0", |
75 | | - "semver": "^7.7.1", |
76 | | - "simple-git": "^3.27.0", |
77 | | - "typedoc": "^0.27.7", |
78 | | - "typedoc-plugin-frontmatter": "^1.1.2", |
79 | | - "typedoc-plugin-markdown": "^4.4.2", |
80 | | - "typescript-eslint": "^8.23.0", |
81 | | - "v8flags": "^4.0.1", |
82 | | - "vite-plugin-dts": "4.0.3", |
83 | | - "vite-plugin-externalize-deps": "^0.9.0", |
84 | | - "vite-tsconfig-paths": "^5.1.4", |
85 | | - "vue-eslint-parser": "^9.4.3" |
| 62 | + "@commitlint/parse": "catalog:", |
| 63 | + "@eslint/js": "catalog:", |
| 64 | + "@stylistic/eslint-plugin-js": "catalog:", |
| 65 | + "commander": "catalog:", |
| 66 | + "esbuild-register": "catalog:", |
| 67 | + "eslint-plugin-import-x": "catalog:", |
| 68 | + "eslint-plugin-n": "catalog:", |
| 69 | + "globals": "catalog:", |
| 70 | + "interpret": "catalog:", |
| 71 | + "jsonfile": "catalog:", |
| 72 | + "liftoff": "catalog:", |
| 73 | + "minimist": "catalog:", |
| 74 | + "rollup-plugin-preserve-directives": "catalog:", |
| 75 | + "semver": "catalog:", |
| 76 | + "simple-git": "catalog:", |
| 77 | + "typedoc": "catalog:", |
| 78 | + "typedoc-plugin-frontmatter": "catalog:", |
| 79 | + "typedoc-plugin-markdown": "catalog:", |
| 80 | + "typescript-eslint": "catalog:", |
| 81 | + "v8flags": "catalog:", |
| 82 | + "vite-plugin-dts": "catalog:", |
| 83 | + "vite-plugin-externalize-deps": "catalog:", |
| 84 | + "vite-tsconfig-paths": "catalog:", |
| 85 | + "vue-eslint-parser": "catalog:" |
86 | 86 | }, |
87 | 87 | "devDependencies": { |
88 | | - "@types/eslint": "^9.6.1", |
89 | | - "@types/interpret": "^1.1.3", |
90 | | - "@types/jsonfile": "^6.1.4", |
91 | | - "@types/liftoff": "^4.0.3", |
92 | | - "@types/minimist": "^1.2.5", |
93 | | - "@types/semver": "^7.5.8", |
94 | | - "@types/v8flags": "^3.1.3", |
95 | | - "eslint": "^9.20.0", |
96 | | - "type-fest": "^4.34.1" |
| 88 | + "@types/eslint": "catalog:", |
| 89 | + "@types/interpret": "catalog:", |
| 90 | + "@types/jsonfile": "catalog:", |
| 91 | + "@types/liftoff": "catalog:", |
| 92 | + "@types/minimist": "catalog:", |
| 93 | + "@types/semver": "catalog:", |
| 94 | + "@types/v8flags": "catalog:", |
| 95 | + "eslint": "catalog:", |
| 96 | + "type-fest": "catalog:", |
| 97 | + "vite": "catalog:" |
97 | 98 | } |
98 | 99 | } |
0 commit comments