feat: upgrade to tailwind v4
Showing
.storybook/style.css
deleted
100644 → 0
| ... | ... | @@ -11,7 +11,8 @@ |
| "analyze": "cross-env ANALYZE=true next build" | ||
| }, | ||
| "dependencies": { | ||
| "@heroui/react": "2.7.6", | ||
| "@heroui/react": "2.8.0-beta.4", | ||
| "@tailwindcss/postcss": "^4.1.6", | ||
| "@types/node": "^22.15.17", | ||
| "@types/react": "^19.1.3", | ||
| "autoprefixer": "^10.4.21", | ||
| ... | ... | @@ -24,8 +25,8 @@ |
| "react": "^19.1.0", | ||
| "react-dom": "^19.1.0", | ||
| "sharp": "^0.34.1", | ||
| "tailwind-merge": "^2.6.0", | ||
| "tailwindcss": "^3.4.1", | ||
| "tailwind-merge": "^3.3.0", | ||
| "tailwindcss": "^4.1.6", | ||
| "typescript": "^5.8.3" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... | @@ -35,6 +36,7 @@ |
| "@storybook/addon-interactions": "8.6.12", | ||
| "@storybook/addon-links": "^8.6.12", | ||
| "@storybook/addon-onboarding": "8.6.12", | ||
| "@storybook/addon-themes": "^8.6.12", | ||
| "@storybook/blocks": "8.6.12", | ||
| "@storybook/nextjs": "^8.6.12", | ||
| "@storybook/react": "8.6.12", | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
styles/global.css
0 → 100644
styles/globals.css
deleted
100644 → 0
styles/hero.ts
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
tailwind.config.ts
deleted
100644 → 0
Please
register
or
sign in
to comment