|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 | 17 | "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
18 |
| - "@internationalized/date": "^3.7.0", |
19 |
| - "@radix-ui/react-accordion": "^1.2.3", |
20 |
| - "@radix-ui/react-checkbox": "^1.1.4", |
21 |
| - "@radix-ui/react-dialog": "^1.1.6", |
22 |
| - "@radix-ui/react-dropdown-menu": "^2.1.6", |
23 |
| - "@radix-ui/react-hover-card": "^1.1.6", |
24 |
| - "@radix-ui/react-label": "^2.1.2", |
25 |
| - "@radix-ui/react-navigation-menu": "^1.2.5", |
26 |
| - "@radix-ui/react-popover": "^1.1.6", |
27 |
| - "@radix-ui/react-radio-group": "^1.2.3", |
28 |
| - "@radix-ui/react-select": "^2.1.6", |
29 |
| - "@radix-ui/react-slider": "^1.2.3", |
30 |
| - "@radix-ui/react-slot": "^1.1.2", |
31 |
| - "@radix-ui/react-switch": "^1.1.3", |
32 |
| - "@radix-ui/react-tabs": "^1.1.3", |
33 |
| - "@radix-ui/react-toast": "^1.2.6", |
34 |
| - "@radix-ui/react-toggle": "^1.1.2", |
35 |
| - "@radix-ui/react-toggle-group": "^1.1.2", |
36 |
| - "@radix-ui/react-tooltip": "^1.1.8", |
37 |
| - "@react-aria/datepicker": "^3.14.1", |
38 |
| - "@react-stately/datepicker": "^3.13.0", |
| 18 | + "@internationalized/date": "^3.8.0", |
| 19 | + "@radix-ui/react-accordion": "^1.2.4", |
| 20 | + "@radix-ui/react-checkbox": "^1.1.5", |
| 21 | + "@radix-ui/react-dialog": "^1.1.7", |
| 22 | + "@radix-ui/react-dropdown-menu": "^2.1.7", |
| 23 | + "@radix-ui/react-hover-card": "^1.1.7", |
| 24 | + "@radix-ui/react-label": "^2.1.3", |
| 25 | + "@radix-ui/react-navigation-menu": "^1.2.6", |
| 26 | + "@radix-ui/react-popover": "^1.1.7", |
| 27 | + "@radix-ui/react-radio-group": "^1.2.4", |
| 28 | + "@radix-ui/react-select": "^2.1.7", |
| 29 | + "@radix-ui/react-slider": "^1.2.4", |
| 30 | + "@radix-ui/react-slot": "^1.2.0", |
| 31 | + "@radix-ui/react-switch": "^1.1.4", |
| 32 | + "@radix-ui/react-tabs": "^1.1.4", |
| 33 | + "@radix-ui/react-toast": "^1.2.7", |
| 34 | + "@radix-ui/react-toggle": "^1.1.3", |
| 35 | + "@radix-ui/react-toggle-group": "^1.1.3", |
| 36 | + "@radix-ui/react-tooltip": "^1.2.0", |
| 37 | + "@react-aria/datepicker": "^3.14.2", |
| 38 | + "@react-stately/datepicker": "^3.14.0", |
39 | 39 | "@remixicon/react": "^4.6.0",
|
40 |
| - "@storybook/addon-a11y": "^8.6.11", |
41 |
| - "@storybook/manager-api": "^8.6.11", |
42 |
| - "@storybook/theming": "^8.6.11", |
| 40 | + "@storybook/addon-a11y": "^8.6.12", |
| 41 | + "@storybook/manager-api": "^8.6.12", |
| 42 | + "@storybook/theming": "^8.6.12", |
43 | 43 | "clsx": "^2.1.1",
|
44 | 44 | "date-fns": "^3.6.0",
|
45 | 45 | "prettier-plugin-tailwindcss": "^0.6.11",
|
46 | 46 | "react": "^18.3.1",
|
47 | 47 | "react-day-picker": "^8.10.1",
|
48 | 48 | "react-dom": "^18.3.1",
|
49 |
| - "recharts": "^2.15.1", |
50 |
| - "tailwind-merge": "^2.6.0", |
51 |
| - "tailwind-variants": "^0.3.1" |
| 49 | + "recharts": "^2.15.2", |
| 50 | + "tailwind-merge": "^3.2.0", |
| 51 | + "tailwind-variants": "^1.0.0" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 | 54 | "@playwright/test": "^1.51.1",
|
55 |
| - "@storybook/addon-essentials": "^8.6.11", |
56 |
| - "@storybook/addon-interactions": "^8.6.11", |
57 |
| - "@storybook/addon-links": "^8.6.11", |
58 |
| - "@storybook/blocks": "^8.6.11", |
59 |
| - "@storybook/react": "^8.6.11", |
60 |
| - "@storybook/react-vite": "^8.6.11", |
| 55 | + "@storybook/addon-essentials": "^8.6.12", |
| 56 | + "@storybook/addon-interactions": "^8.6.12", |
| 57 | + "@storybook/addon-links": "^8.6.12", |
| 58 | + "@storybook/blocks": "^8.6.12", |
| 59 | + "@storybook/react": "^8.6.12", |
| 60 | + "@storybook/react-vite": "^8.6.12", |
61 | 61 | "@tailwindcss/postcss": "^4.1.3",
|
62 |
| - "@types/node": "^22.13.14", |
| 62 | + "@types/node": "^22.14.1", |
63 | 63 | "@types/react": "^18.3.20",
|
64 |
| - "@types/react-dom": "^18.3.5", |
65 |
| - "@typescript-eslint/eslint-plugin": "^8.28.0", |
66 |
| - "@typescript-eslint/parser": "^8.28.0", |
| 64 | + "@types/react-dom": "^18.3.6", |
| 65 | + "@typescript-eslint/eslint-plugin": "^8.29.1", |
| 66 | + "@typescript-eslint/parser": "^8.29.1", |
67 | 67 | "@vitejs/plugin-react": "^4.3.4",
|
68 | 68 | "eslint": "^8.57.1",
|
69 | 69 | "eslint-plugin-react-hooks": "^4.6.2",
|
70 | 70 | "eslint-plugin-react-refresh": "^0.4.19",
|
71 |
| - "eslint-plugin-storybook": "^0.11.6", |
| 71 | + "eslint-plugin-storybook": "^0.12.0", |
72 | 72 | "postcss": "^8.5.3",
|
73 |
| - "prettier": "3.3.3", |
74 |
| - "storybook": "^8.6.11", |
| 73 | + "prettier": "3.5.3", |
| 74 | + "storybook": "^8.6.12", |
75 | 75 | "tailwindcss": "^4.1.3",
|
76 |
| - "typescript": "^5.8.2", |
77 |
| - "vite": "^5.4.15", |
| 76 | + "typescript": "^5.8.3", |
| 77 | + "vite": "^5.4.18", |
78 | 78 | "vite-tsconfig-paths": "^5.1.4",
|
79 | 79 | "vitest": "^2.1.9"
|
80 | 80 | }
|
|
0 commit comments