|
35 | 35 | "@babel/preset-react": "^7.22.5", |
36 | 36 | "@babel/preset-typescript": "^7.22.5", |
37 | 37 | "@eslint/js": "^9.30.1", |
38 | | - "@storybook/addon-a11y": "^9.1.3", |
39 | | - "@storybook/addon-docs": "^9.1.17", |
40 | | - "@storybook/addon-themes": "^9.1.10", |
41 | | - "@storybook/addon-vitest": "^9.1.17", |
42 | | - "@storybook/react-vite": "^9.1.3", |
| 38 | + "@storybook/addon-a11y": "^9.1.19", |
| 39 | + "@storybook/addon-docs": "^9.1.19", |
| 40 | + "@storybook/addon-themes": "^9.1.19", |
| 41 | + "@storybook/addon-vitest": "^9.1.19", |
| 42 | + "@storybook/react-vite": "^9.1.19", |
43 | 43 | "@tailwindcss/vite": "^4.1.11", |
44 | 44 | "@testing-library/jest-dom": "^6.8.0", |
45 | 45 | "@testing-library/react": "^16.3.0", |
|
57 | 57 | "eslint-plugin-jest": "^29.12.1", |
58 | 58 | "eslint-plugin-react-hooks": "^7.0.1", |
59 | 59 | "eslint-plugin-react-refresh": "^0.4.26", |
60 | | - "eslint-plugin-storybook": "^9.1.3", |
| 60 | + "eslint-plugin-storybook": "^9.1.19", |
61 | 61 | "globals": "^17.0.0", |
62 | 62 | "husky": "^9.1.7", |
63 | 63 | "jest": "^30.1.3", |
|
69 | 69 | "prettier": "^3.7.4", |
70 | 70 | "react": "^19.2.4", |
71 | 71 | "react-dom": "^19.2.4", |
72 | | - "storybook": "^9.1.17", |
| 72 | + "storybook": "^9.1.19", |
73 | 73 | "typescript": "~5.9.3", |
74 | 74 | "typescript-eslint": "^8.53.0", |
75 | 75 | "vite": "^7.3.1", |
|
93 | 93 | "packageManager": "pnpm@10.13.1", |
94 | 94 | "pnpm": { |
95 | 95 | "overrides": { |
96 | | - "minimatch": ">=10.2.1", |
| 96 | + "minimatch": "^10.2.3", |
97 | 97 | "markdown-it": ">=14.1.1", |
98 | | - "ajv@<6.14.0": "^6.14.0" |
| 98 | + "ajv@<6.14.0": "^6.14.0", |
| 99 | + "rollup@>=4.0.0 <4.59.0": "^4.59.0" |
99 | 100 | } |
100 | 101 | } |
101 | 102 | } |
0 commit comments