|
36 | 36 | "test:extension": "cross-env ELECTRON_RUN_AS_NODE=1 electron node_modules/vitest/vitest.mjs --project extension", |
37 | 37 | "test:integration": "pnpm compile-tests:integration && node esbuild.mjs && vscode-test", |
38 | 38 | "test:webview": "cross-env ELECTRON_RUN_AS_NODE=1 electron node_modules/vitest/vitest.mjs --project webview", |
39 | | - "typecheck": "concurrently -g -n extension,tests,packages \"tsc --noEmit\" \"tsc --noEmit -p test\" \"pnpm typecheck:packages\" \"tsc --noEmit -p .storybook\"", |
| 39 | + "typecheck": "concurrently -g -n extension,tests,packages,storybook \"tsc --noEmit\" \"tsc --noEmit -p test\" \"pnpm typecheck:packages\" \"tsc --noEmit -p .storybook\"", |
40 | 40 | "typecheck:packages": "pnpm -r --filter \"./packages/*\" --parallel typecheck", |
41 | 41 | "watch": "concurrently -g -n extension,webviews \"pnpm watch:extension\" \"pnpm watch:webviews\"", |
42 | 42 | "watch:extension": "node esbuild.mjs --watch", |
|
688 | 688 | "pretty-bytes": "^7.1.0", |
689 | 689 | "proper-lockfile": "^4.1.2", |
690 | 690 | "proxy-agent": "^8.0.1", |
691 | | - "semver": "^7.8.0", |
| 691 | + "semver": "^7.8.1", |
692 | 692 | "strip-ansi": "^7.2.0", |
693 | 693 | "ua-parser-js": "^1.0.41", |
694 | | - "ws": "^8.20.1", |
| 694 | + "ws": "^8.21.0", |
695 | 695 | "zod": "^4.4.3" |
696 | 696 | }, |
697 | 697 | "devDependencies": { |
698 | | - "@eslint-react/eslint-plugin": "^5.8.0", |
| 698 | + "@eslint-react/eslint-plugin": "^5.8.10", |
699 | 699 | "@eslint/js": "^10.0.1", |
700 | | - "@eslint/markdown": "^8.0.1", |
| 700 | + "@eslint/markdown": "^8.0.2", |
701 | 701 | "@repo/mocks": "workspace:*", |
702 | 702 | "@rolldown/plugin-babel": "catalog:", |
703 | 703 | "@storybook/addon-a11y": "catalog:", |
|
717 | 717 | "@types/vscode": "1.105.0", |
718 | 718 | "@types/vscode-webview": "catalog:", |
719 | 719 | "@types/ws": "^8.18.1", |
720 | | - "@typescript-eslint/eslint-plugin": "^8.59.3", |
721 | | - "@typescript-eslint/parser": "^8.59.3", |
| 720 | + "@typescript-eslint/eslint-plugin": "^8.60.0", |
| 721 | + "@typescript-eslint/parser": "^8.60.0", |
722 | 722 | "@vitejs/plugin-react": "catalog:", |
723 | | - "@vitest/coverage-v8": "^4.1.6", |
| 723 | + "@vitest/coverage-v8": "^4.1.8", |
724 | 724 | "@vscode/codicons": "catalog:", |
725 | 725 | "@vscode/test-cli": "^0.0.12", |
726 | 726 | "@vscode/test-electron": "^2.5.2", |
727 | 727 | "@vscode/vsce": "^3.9.1", |
728 | 728 | "babel-plugin-react-compiler": "catalog:", |
729 | 729 | "bufferutil": "^4.1.0", |
730 | | - "chromatic": "^16.10.1", |
| 730 | + "chromatic": "^17.2.0", |
731 | 731 | "coder": "catalog:", |
732 | | - "concurrently": "^9.2.1", |
| 732 | + "concurrently": "^10.0.3", |
733 | 733 | "cross-env": "^10.1.0", |
734 | | - "dayjs": "^1.11.20", |
| 734 | + "dayjs": "^1.11.21", |
735 | 735 | "electron": "39.8.5", |
736 | 736 | "esbuild": "^0.28.0", |
737 | | - "eslint": "^10.4.0", |
| 737 | + "eslint": "^10.4.1", |
738 | 738 | "eslint-config-prettier": "^10.1.8", |
739 | | - "eslint-import-resolver-typescript": "^4.4.4", |
| 739 | + "eslint-import-resolver-typescript": "^4.4.5", |
740 | 740 | "eslint-plugin-import-x": "^4.16.2", |
741 | | - "eslint-plugin-package-json": "^0.91.2", |
742 | | - "eslint-plugin-storybook": "catalog:", |
| 741 | + "eslint-plugin-package-json": "^1.2.0", |
| 742 | + "eslint-plugin-storybook": "^10.4.1", |
743 | 743 | "globals": "^17.6.0", |
744 | 744 | "jsdom": "^29.1.1", |
745 | 745 | "jsonc-eslint-parser": "^3.1.0", |
746 | | - "memfs": "^4.57.2", |
| 746 | + "memfs": "^4.57.3", |
747 | 747 | "prettier": "^3.8.3", |
748 | 748 | "react": "catalog:", |
749 | 749 | "react-dom": "catalog:", |
750 | | - "storybook": "catalog:", |
| 750 | + "storybook": "^10.4.1", |
751 | 751 | "typescript": "catalog:", |
752 | | - "typescript-eslint": "^8.59.3", |
| 752 | + "typescript-eslint": "^8.60.0", |
753 | 753 | "utf-8-validate": "^6.0.6", |
754 | 754 | "vite": "catalog:", |
755 | | - "vitest": "^4.1.6" |
| 755 | + "vitest": "^4.1.8" |
756 | 756 | }, |
757 | 757 | "extensionPack": [ |
758 | 758 | "ms-vscode-remote.remote-ssh" |
|
0 commit comments