|
473 | 473 | "dependencies": { |
474 | 474 | "@peculiar/x509": "^1.14.3", |
475 | 475 | "@repo/shared": "workspace:*", |
476 | | - "axios": "1.13.5", |
| 476 | + "axios": "1.13.6", |
477 | 477 | "date-fns": "^4.1.0", |
478 | 478 | "eventsource": "^4.1.0", |
479 | | - "find-process": "^2.0.0", |
| 479 | + "find-process": "^2.1.0", |
480 | 480 | "jsonc-parser": "^3.3.1", |
481 | 481 | "openpgp": "^6.3.0", |
482 | 482 | "pretty-bytes": "^7.1.0", |
483 | 483 | "proper-lockfile": "^4.1.2", |
484 | 484 | "proxy-agent": "^6.5.0", |
485 | 485 | "semver": "^7.7.4", |
486 | | - "strip-ansi": "^7.1.2", |
| 486 | + "strip-ansi": "^7.2.0", |
487 | 487 | "ua-parser-js": "^1.0.41", |
488 | 488 | "ws": "^8.19.0", |
489 | 489 | "zod": "^4.3.6" |
490 | 490 | }, |
491 | 491 | "devDependencies": { |
492 | | - "@eslint/js": "^9.39.2", |
| 492 | + "@eslint-react/eslint-plugin": "^2.13.0", |
| 493 | + "@eslint/js": "^10.0.1", |
493 | 494 | "@eslint/markdown": "^7.5.1", |
494 | 495 | "@tanstack/react-query": "catalog:", |
495 | 496 | "@testing-library/jest-dom": "^6.9.1", |
|
504 | 505 | "@types/ua-parser-js": "0.7.39", |
505 | 506 | "@types/vscode": "^1.95.0", |
506 | 507 | "@types/ws": "^8.18.1", |
507 | | - "@typescript-eslint/eslint-plugin": "^8.56.0", |
508 | | - "@typescript-eslint/parser": "^8.56.0", |
| 508 | + "@typescript-eslint/eslint-plugin": "^8.56.1", |
| 509 | + "@typescript-eslint/parser": "^8.56.1", |
509 | 510 | "@vitejs/plugin-react": "catalog:", |
510 | 511 | "@vitest/coverage-v8": "^4.0.18", |
511 | 512 | "@vscode/test-cli": "^0.0.12", |
|
516 | 517 | "coder": "catalog:", |
517 | 518 | "concurrently": "^9.2.1", |
518 | 519 | "dayjs": "^1.11.19", |
519 | | - "electron": "^40.4.1", |
| 520 | + "electron": "^40.6.1", |
520 | 521 | "esbuild": "^0.27.3", |
521 | | - "eslint": "^9.39.2", |
| 522 | + "eslint": "^10.0.2", |
522 | 523 | "eslint-config-prettier": "^10.1.8", |
523 | 524 | "eslint-import-resolver-typescript": "^4.4.4", |
524 | 525 | "eslint-plugin-import-x": "^4.16.1", |
525 | | - "eslint-plugin-package-json": "^0.88.3", |
526 | | - "eslint-plugin-react": "^7.37.5", |
527 | | - "eslint-plugin-react-hooks": "^7.0.1", |
528 | | - "globals": "^17.3.0", |
| 526 | + "eslint-plugin-package-json": "^0.89.2", |
| 527 | + "globals": "^17.4.0", |
529 | 528 | "jsdom": "^28.1.0", |
530 | | - "jsonc-eslint-parser": "^2.4.2", |
| 529 | + "jsonc-eslint-parser": "^3.1.0", |
531 | 530 | "memfs": "^4.56.10", |
532 | 531 | "prettier": "^3.8.1", |
533 | 532 | "react": "catalog:", |
534 | 533 | "react-dom": "catalog:", |
535 | 534 | "typescript": "catalog:", |
536 | | - "typescript-eslint": "^8.56.0", |
| 535 | + "typescript-eslint": "^8.56.1", |
537 | 536 | "utf-8-validate": "^6.0.6", |
538 | 537 | "vite": "catalog:", |
539 | 538 | "vitest": "^4.0.18" |
540 | 539 | }, |
541 | 540 | "extensionPack": [ |
542 | 541 | "ms-vscode-remote.remote-ssh" |
543 | 542 | ], |
544 | | - "packageManager": "pnpm@10.29.2", |
| 543 | + "packageManager": "pnpm@10.30.3", |
545 | 544 | "engines": { |
546 | 545 | "vscode": "^1.95.0", |
547 | 546 | "node": ">= 20" |
|
0 commit comments