Fix: React 19 compat, .npmrc and lockfile sync

This commit is contained in:
marciobever 2026-05-03 15:23:35 +00:00
parent db16d31cac
commit cf9d24baa2

View file

@ -20,11 +20,11 @@
"react": "^19.2.5", "react": "^19.2.5",
"react-dom": "^19.2.5", "react-dom": "^19.2.5",
"tailwindcss": "^3.4.19", "tailwindcss": "^3.4.19",
"lucide-react": "0.473.0", "lucide-react": "^0.473.0",
"clsx": "2.1.1", "clsx": "^2.1.1",
"tailwind-merge": "2.6.0", "tailwind-merge": "^2.6.0",
"motion": "11.11.17", "motion": "^12.0.0",
"framer-motion": "11.11.17" "framer-motion": "^12.0.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.19" "@tailwindcss/typography": "^0.5.19"