diff --git a/packages/website/package.json b/packages/website/package.json index b3cc6a4..868d12b 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -22,24 +22,24 @@ "clsx": "^2.1.1", "color-core": "workspace:*", "framer-motion": "^11.11.9", - "lucide-react": "^0.453.0", - "next": "14.2.15", - "next-themes": "0.3.0", - "react": "19.0.0-rc.0", - "react-dom": "19.0.0-rc.0", + "lucide-react": "^0.471.1", + "next": "15.1.4", + "next-themes": "0.4.4", + "react": "19.0.0", + "react-dom": "19.0.0", "react-is": "^19.0.0-rc.0", "tailwind-merge": "^2.5.4", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.17", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^22.7.6", - "@types/react": "^18.3.11", - "@types/react-dom": "^18.3.1", + "@types/react": "^19.0.6", + "@types/react-dom": "^19.0.3", "eslint": "^9.12.0", - "eslint-config-next": "15.0.0-rc.1", + "eslint-config-next": "15.1.4", "postcss": "^8.4.47", - "tailwindcss": "^3.4.14", + "tailwindcss": "^3.4.17", "typescript": "^5.6.3" }, "pnpm": {