fix: peer dependency conflicts

This commit is contained in:
Swayam 2025-10-03 02:04:02 +05:30
parent 639e5681e9
commit f8797b2a82
54 changed files with 17628 additions and 11356 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"description": "SurfSense Frontend",
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"dev:turbo": "next dev --turbopack",
"build": "next build",
"start": "next start",
@ -54,12 +54,12 @@
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.5",
"emblor": "^1.4.8",
"framer-motion": "^12.23.22",
"fumadocs-core": "^15.6.6",
"fumadocs-mdx": "^11.7.1",
"fumadocs-ui": "^15.6.6",
"geist": "^1.4.2",
"lucide-react": "^0.477.0",
"motion": "^12.23.22",
"next": "^15.4.4",
"next-themes": "^0.4.6",
"pg": "^8.16.3",
@ -77,7 +77,7 @@
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.76"