|
7 | 7 | "dev": "vite", |
8 | 8 | "build": "tsc && vite build", |
9 | 9 | "test": "vitest", |
10 | | - "test:ci": "vitest run --reporter verbose --reporter=junit --outputFile=./reports/unit-report.xml --coverage --coverage.reporter=lcov --coverage.reportsDirectory=./coverage", |
| 10 | + "test:unit": "vitest --project=unit", |
| 11 | + "test:storybook": "vitest --project=storybook", |
| 12 | + "test:unit:ci": "vitest run --project=\"unit\" --reporter verbose --reporter=junit --outputFile=./reports/unit-report.xml --coverage --coverage.reporter=lcov --coverage.reportsDirectory=./coverage", |
| 13 | + "test:storybook:ci": "vitest run --project=\"storybook\" --reporter verbose --reporter=junit --outputFile=./reports/storybook-report.xml --coverage --coverage.reporter=lcov --coverage.reportsDirectory=./coverage", |
11 | 14 | "test:coverage": "vitest run --coverage", |
12 | 15 | "preview": "vite preview", |
13 | 16 | "lint": "eslint . --ignore-pattern '*.d.ts' --report-unused-disable-directives --max-warnings 0", |
14 | 17 | "prepare": "husky install", |
15 | | - "storybook": "storybook dev -p 6006", |
16 | | - "test-storybook": "test-storybook --watch", |
17 | | - "test-storybook:coverage": "test-storybook --coverage", |
18 | | - "build-storybook": "storybook build --test" |
| 18 | + "storybook": "storybook dev -p 6006" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | 21 | "@chakra-ui/icons": "2.1.1", |
|
31 | 31 | "i18next-localstorage-backend": "4.2.0", |
32 | 32 | "ky": "0.33.3", |
33 | 33 | "query-string": "8.2.0", |
34 | | - "ramda": "^0.31.3", |
| 34 | + "ramda": "0.31.3", |
35 | 35 | "react": "19.1.0", |
36 | 36 | "react-dom": "19.1.0", |
37 | 37 | "react-error-boundary": "3.1.4", |
|
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | 43 | "@eslint/js": "9.24.0", |
44 | | - "@storybook/addon-a11y": "9.0.15", |
45 | | - "@storybook/addon-coverage": "2.0.0", |
46 | | - "@storybook/addon-docs": "9.0.15", |
47 | | - "@storybook/addon-links": "9.0.15", |
48 | | - "@storybook/react-vite": "9.0.15", |
49 | | - "@storybook/test-runner": "0.23.0", |
| 44 | + "@storybook/addon-docs": "9.0.18", |
| 45 | + "@storybook/addon-links": "9.0.18", |
| 46 | + "@storybook/addon-vitest": "9.0.18", |
| 47 | + "@storybook/react-vite": "9.0.18", |
50 | 48 | "@testing-library/jest-dom": "6.6.3", |
51 | 49 | "@testing-library/react": "16.0.0", |
52 | | - "@types/ramda": "^0.30.2", |
| 50 | + "@types/ramda": "0.30.2", |
53 | 51 | "@types/react": "19.1.8", |
54 | 52 | "@types/react-dom": "19.1.6", |
55 | 53 | "@types/testing-library__jest-dom": "5.14.9", |
56 | 54 | "@vitejs/plugin-react-swc": "3.10.2", |
| 55 | + "@vitest/browser": "3.2.4", |
57 | 56 | "@vitest/coverage-istanbul": "3.2.4", |
58 | | - "axe-playwright": "2.1.0", |
59 | | - "concurrently": "8.2.0", |
60 | 57 | "eslint": "9.24.0", |
61 | 58 | "eslint-config-prettier": "10.1.2", |
62 | 59 | "eslint-import-resolver-typescript": "4.3.2", |
|
65 | 62 | "eslint-plugin-react": "7.37.5", |
66 | 63 | "eslint-plugin-react-hooks": "5.2.0", |
67 | 64 | "eslint-plugin-react-refresh": "0.4.19", |
68 | | - "eslint-plugin-storybook": "9.0.15", |
| 65 | + "eslint-plugin-storybook": "9.0.18", |
69 | 66 | "eslint-plugin-vitest": "0.5.4", |
70 | | - "http-server": "14.1.1", |
71 | 67 | "husky": "8.0.3", |
72 | 68 | "jsdom": "21.1.2", |
73 | | - "msw": "2.7.3", |
74 | | - "msw-storybook-addon": "2.0.4", |
| 69 | + "msw": "2.10.4", |
| 70 | + "msw-storybook-addon": "^2.0.5", |
75 | 71 | "playwright": "1.52.0", |
76 | 72 | "prettier": "3.5.3", |
77 | 73 | "pretty-quick": "4.1.1", |
78 | | - "storybook": "9.0.15", |
| 74 | + "storybook": "9.0.18", |
79 | 75 | "storybook-addon-remix-react-router": "5.0.0", |
80 | 76 | "typescript": "5.8.2", |
81 | 77 | "typescript-eslint": "8.30.1", |
82 | 78 | "vite": "7.0.5", |
83 | 79 | "vite-plugin-checker": "0.10.1", |
84 | 80 | "vite-tsconfig-paths": "5.1.4", |
85 | | - "vitest": "3.2.4", |
86 | | - "wait-on": "7.2.0" |
| 81 | + "vitest": "3.2.4" |
87 | 82 | }, |
88 | 83 | "browserslist": { |
89 | 84 | "production": [ |
|
0 commit comments