|
230 | 230 | "type-check": "vue-tsc -p ./tsconfig.app.json --noEmit && vue-tsc -p ./tsconfig.node.json --noEmit" |
231 | 231 | }, |
232 | 232 | "devDependencies": { |
233 | | - "@antfu/eslint-config": "^5.2.1", |
234 | | - "@commitlint/cli": "^19.8.1", |
235 | | - "@commitlint/config-conventional": "^19.8.1", |
| 233 | + "@antfu/eslint-config": "^6.0.0", |
| 234 | + "@commitlint/cli": "^20.1.0", |
| 235 | + "@commitlint/config-conventional": "^20.0.0", |
236 | 236 | "@guolao/vue-monaco-editor": "^1.5.5", |
237 | 237 | "@iconify-prerendered/vue-codicon": "^0.28.1753246500", |
238 | 238 | "@iconify-prerendered/vue-line-md": "^0.28.1754899771", |
239 | | - "@tailwindcss/vite": "^4.1.12", |
| 239 | + "@tailwindcss/vite": "^4.1.14", |
240 | 240 | "@tomjs/vite-plugin-vscode": "^5.0.0", |
241 | | - "@tsconfig/node20": "^20.1.6", |
| 241 | + "@tsconfig/node22": "^22.0.2", |
242 | 242 | "@typed-sigterm/eslint-config": "^1.6.0", |
243 | 243 | "@types/js-md5": "^0.8.0", |
244 | | - "@types/node": "^24.3.0", |
| 244 | + "@types/node": "^24.8.1", |
245 | 245 | "@types/ps-tree": "^1.1.6", |
246 | | - "@types/vscode": "^1.103.0", |
| 246 | + "@types/vscode": "1.100.0", |
247 | 247 | "@types/vscode-webview": "^1.57.5", |
248 | 248 | "@vitejs/plugin-vue": "^6.0.1", |
249 | | - "@vscode-elements/elements": "^2.2.0", |
250 | | - "@vscode/codicons": "^0.0.39", |
251 | | - "@vscode/vsce": "^3.6.0", |
| 249 | + "@vscode-elements/elements": "^2.3.1", |
| 250 | + "@vscode/codicons": "^0.0.41", |
| 251 | + "@vscode/vsce": "^3.6.2", |
252 | 252 | "@vue/tsconfig": "^0.8.1", |
253 | | - "@vueuse/core": "^13.7.0", |
| 253 | + "@vueuse/core": "^13.9.0", |
254 | 254 | "class-variance-authority": "^0.7.1", |
255 | 255 | "clsx": "^2.1.1", |
256 | 256 | "consola": "^3.4.2", |
257 | | - "eslint": "^9.34.0", |
| 257 | + "eslint": "^9.38.0", |
258 | 258 | "husky": "^9.1.7", |
259 | 259 | "js-md5": "^0.8.3", |
260 | | - "lucide-vue-next": "^0.541.0", |
261 | | - "mixpanel-browser": "^2.69.0", |
262 | | - "monaco-editor": "^0.52.2", |
263 | | - "nanoid": "^5.1.5", |
| 260 | + "lucide-vue-next": "^0.546.0", |
| 261 | + "mixpanel-browser": "^2.71.0", |
| 262 | + "monaco-editor": "^0.54.0", |
| 263 | + "nanoid": "^5.1.6", |
264 | 264 | "ps-tree": "^1.2.0", |
265 | | - "reka-ui": "^2.4.1", |
266 | | - "shadcn-vue": "^2.2.0", |
| 265 | + "reka-ui": "^2.5.1", |
| 266 | + "shadcn-vue": "^2.3.1", |
267 | 267 | "tailwind-merge": "^3.3.1", |
268 | | - "tailwindcss": "^4.1.12", |
| 268 | + "tailwindcss": "^4.1.14", |
269 | 269 | "tree-kill": "^1.2.2", |
270 | | - "tw-animate-css": "^1.3.7", |
271 | | - "typescript": "^5.9.2", |
| 270 | + "tw-animate-css": "^1.4.0", |
| 271 | + "typescript": "^5.9.3", |
272 | 272 | "un-oj": "^0.3.2", |
273 | | - "vite": "npm:rolldown-vite@^7.1.4", |
274 | | - "vue": "^3.5.19", |
275 | | - "vue-tsc": "^3.0.6", |
276 | | - "zod": "^4.0.17" |
| 273 | + "vite": "npm:rolldown-vite@^7.1.17", |
| 274 | + "vite-plugin-vue-devtools": "^8.0.3", |
| 275 | + "vue": "^3.5.22", |
| 276 | + "vue-tsc": "^3.1.1", |
| 277 | + "zod": "^4.1.12" |
277 | 278 | }, |
278 | 279 | "pnpm": { |
279 | 280 | "onlyBuiltDependencies": [ |
|
283 | 284 | "keytar", |
284 | 285 | "unrs-resolver", |
285 | 286 | "vue-demi" |
286 | | - ], |
287 | | - "patchedDependencies": { |
288 | | - "mixpanel-browser": "patches/mixpanel-browser.patch" |
289 | | - } |
| 287 | + ] |
290 | 288 | } |
291 | 289 | } |
0 commit comments