|
53 | 53 | ] |
54 | 54 | }, |
55 | 55 | "dependencies": { |
56 | | - "@radix-ui/react-alert-dialog": "^1.1.4", |
57 | | - "@radix-ui/react-avatar": "^1.1.2", |
58 | | - "@radix-ui/react-checkbox": "^1.1.3", |
59 | | - "@radix-ui/react-collapsible": "^1.1.2", |
60 | | - "@radix-ui/react-dialog": "^1.1.4", |
61 | | - "@radix-ui/react-dropdown-menu": "^2.1.4", |
62 | | - "@radix-ui/react-hover-card": "^1.1.4", |
63 | | - "@radix-ui/react-progress": "^1.1.1", |
64 | | - "@radix-ui/react-radio-group": "^1.2.2", |
65 | | - "@radix-ui/react-scroll-area": "^1.2.2", |
66 | | - "@radix-ui/react-select": "^2.1.4", |
67 | | - "@radix-ui/react-slot": "^1.1.1", |
68 | | - "@radix-ui/react-switch": "^1.1.2", |
69 | | - "@radix-ui/react-tabs": "^1.1.2", |
70 | | - "@radix-ui/react-toast": "^1.2.4", |
71 | | - "@radix-ui/react-tooltip": "^1.1.6", |
| 56 | + "@radix-ui/react-alert-dialog": "^1.1.6", |
| 57 | + "@radix-ui/react-avatar": "^1.1.3", |
| 58 | + "@radix-ui/react-checkbox": "^1.1.4", |
| 59 | + "@radix-ui/react-collapsible": "^1.1.3", |
| 60 | + "@radix-ui/react-dialog": "^1.1.6", |
| 61 | + "@radix-ui/react-dropdown-menu": "^2.1.6", |
| 62 | + "@radix-ui/react-hover-card": "^1.1.6", |
| 63 | + "@radix-ui/react-progress": "^1.1.2", |
| 64 | + "@radix-ui/react-radio-group": "^1.2.3", |
| 65 | + "@radix-ui/react-scroll-area": "^1.2.3", |
| 66 | + "@radix-ui/react-select": "^2.1.6", |
| 67 | + "@radix-ui/react-slot": "^1.1.2", |
| 68 | + "@radix-ui/react-switch": "^1.1.3", |
| 69 | + "@radix-ui/react-tabs": "^1.1.3", |
| 70 | + "@radix-ui/react-toast": "^1.2.6", |
| 71 | + "@radix-ui/react-tooltip": "^1.1.8", |
72 | 72 | "@tanstack/react-table": "^8.20.6", |
73 | 73 | "class-variance-authority": "^0.7.1", |
74 | 74 | "clsx": "^2.1.1", |
75 | 75 | "tailwind-merge": "^2.6.0" |
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | | - "@changesets/cli": "^2.27.11", |
79 | | - "@eslint/js": "^9.17.0", |
80 | | - "@storybook/addon-essentials": "^8.4.7", |
81 | | - "@storybook/addon-interactions": "^8.4.7", |
82 | | - "@storybook/addon-links": "^8.4.7", |
83 | | - "@storybook/addon-onboarding": "^8.4.7", |
84 | | - "@storybook/addon-themes": "^8.4.7", |
85 | | - "@storybook/blocks": "^8.4.7", |
86 | | - "@storybook/react": "^8.4.7", |
87 | | - "@storybook/react-vite": "^8.4.7", |
| 78 | + "@changesets/cli": "^2.27.12", |
| 79 | + "@eslint/js": "^9.20.0", |
| 80 | + "@storybook/addon-essentials": "^8.5.3", |
| 81 | + "@storybook/addon-interactions": "^8.5.3", |
| 82 | + "@storybook/addon-links": "^8.5.3", |
| 83 | + "@storybook/addon-onboarding": "^8.5.3", |
| 84 | + "@storybook/addon-themes": "^8.5.3", |
| 85 | + "@storybook/blocks": "^8.5.3", |
| 86 | + "@storybook/react": "^8.5.3", |
| 87 | + "@storybook/react-vite": "^8.5.3", |
88 | 88 | "@storybook/testing-library": "^0.2.2", |
89 | 89 | "autoprefixer": "^10.4.20", |
90 | | - "eslint": "^9.17.0", |
| 90 | + "eslint": "^9.20.0", |
91 | 91 | "eslint-plugin-react-hooks": "^5.1.0", |
92 | | - "eslint-plugin-react-refresh": "^0.4.16", |
93 | | - "eslint-plugin-storybook": "^0.11.1", |
| 92 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 93 | + "eslint-plugin-storybook": "^0.11.2", |
94 | 94 | "globals": "^15.14.0", |
95 | 95 | "husky": "^9.1.7", |
96 | | - "lint-staged": "^15.3.0", |
97 | | - "postcss": "^8.4.49", |
98 | | - "prettier": "^3.4.2", |
99 | | - "publint": "^0.2.12", |
100 | | - "storybook": "^8.4.7", |
| 96 | + "lint-staged": "^15.4.3", |
| 97 | + "postcss": "^8.5.2", |
| 98 | + "prettier": "^3.5.0", |
| 99 | + "publint": "^0.3.4", |
| 100 | + "storybook": "^8.5.3", |
101 | 101 | "tailwindcss": "^3.4.17", |
102 | 102 | "tailwindcss-animate": "^1.0.7", |
103 | | - "tsup": "^8.3.5", |
104 | | - "typescript": "^5.7.2", |
105 | | - "typescript-eslint": "^8.18.2", |
106 | | - "vitest": "^2.1.8" |
| 103 | + "tsup": "^8.3.6", |
| 104 | + "typescript": "^5.7.3", |
| 105 | + "typescript-eslint": "^8.24.0", |
| 106 | + "vitest": "^3.0.5" |
107 | 107 | }, |
108 | 108 | "peerDependencies": { |
109 | 109 | "@types/react": "^18.0.0", |
|
0 commit comments