bump Tailwind CSS

This commit is contained in:
Robin Malfait
2025-05-09 16:16:23 +02:00
parent a7e0f0a937
commit 130b3d76d5
3 changed files with 217 additions and 85 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
"@heroicons/react": "^1.0.6",
"@popperjs/core": "^2.6.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/postcss": "^4.1.6",
"@tailwindcss/typography": "^0.5.2",
"framer-motion": "^6.0.0",
"next": "^14.0.4",
@@ -29,7 +29,7 @@
"react-dom": "^18.2.0",
"react-flatpickr": "^3.10.9",
"react-hot-toast": "2.3.0",
"tailwindcss": "^4.1.3"
"tailwindcss": "^4.1.6"
},
"devDependencies": {
"@floating-ui/react": "^0.24.8"
@@ -54,7 +54,7 @@ export default function Home() {
<ListboxOptions
anchor="bottom"
transition
className="focus:outline-hidden data-closed:scale-95 data-closed:opacity-0 w-[var(--button-width)] overflow-auto rounded-md border border-gray-300 bg-white py-1 text-base leading-6 shadow-lg transition duration-200 ease-out [--anchor-gap:--spacing(1)] [--anchor-max-height:--spacing(60)] sm:text-sm sm:leading-5"
className="focus:outline-hidden data-closed:scale-95 data-closed:opacity-0 w-(--button-width) overflow-auto rounded-md border border-gray-300 bg-white py-1 text-base leading-6 shadow-lg transition duration-200 ease-out [--anchor-gap:--spacing(1)] [--anchor-max-height:--spacing(60)] sm:text-sm sm:leading-5"
>
{people.map((name) => (
<ListboxOption