chore: ⬆️ Upgrade to Tailwind v4

This commit is contained in:
Jesse Wierzbinski 2025-05-14 18:25:40 +02:00
parent e363639803
commit 737969835d
No known key found for this signature in database
24 changed files with 741 additions and 402 deletions

View file

@ -18,6 +18,7 @@
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.2",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/postcss": "^4.1.6",
"@tailwindcss/typography": "^0.5.16",
"@types/mdx": "^2.0.13",
"@types/node": "^22.15.17",
@ -25,7 +26,6 @@
"@types/react-dom": "^19.1.5",
"@types/react-highlight-words": "^0.20.0",
"acorn": "^8.14.1",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"fast-glob": "^3.3.3",
"flexsearch": "^0.8.164",
@ -42,7 +42,7 @@
"remark-mdx": "^3.1.0",
"shiki": "^3.4.0",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.1.6",
"typescript": "^5.8.3",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",