hata düzeltme

This commit is contained in:
2026-01-03 14:31:58 +03:00
parent 12f31c3633
commit 2c002c5daf
6 changed files with 909 additions and 1320 deletions

View File

@@ -19,25 +19,25 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.562.0",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"lucide-react": "^0.378.0",
"next": "14.2.16",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.69.0",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.23",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}
}