|
|
@@ -14,31 +14,45 @@
|
|
|
"@apollo/client": "^3.14.0",
|
|
|
"@heroicons/react": "^2.2.0",
|
|
|
"@heroui/accordion": "^2.2.25",
|
|
|
+ "@heroui/alert": "^2.2.32",
|
|
|
+ "@heroui/avatar": "^2.2.26",
|
|
|
"@heroui/drawer": "^2.2.25",
|
|
|
+ "@heroui/popover": "^2.3.32",
|
|
|
"@heroui/react": "^2.8.6",
|
|
|
"@heroui/select": "^2.4.29",
|
|
|
+ "@heroui/switch": "^2.2.27",
|
|
|
+ "@heroui/system": "^2.4.28",
|
|
|
+ "@react-aria/visually-hidden": "^3.8.31",
|
|
|
+ "@react-types/shared": "^3.33.1",
|
|
|
"@reduxjs/toolkit": "^2.10.1",
|
|
|
"clsx": "^2.1.1",
|
|
|
"framer-motion": "^12.23.24",
|
|
|
"graphql": "^16.12.0",
|
|
|
"lucide-react": "^0.563.0",
|
|
|
- "next": "16.0.10",
|
|
|
+ "next": "16.2.3",
|
|
|
"next-auth": "^4.24.13",
|
|
|
"next-themes": "^0.4.6",
|
|
|
- "react": "19.2.0",
|
|
|
- "react-dom": "19.2.0",
|
|
|
+ "react": "19.2.5",
|
|
|
+ "react-dom": "19.2.5",
|
|
|
"react-hook-form": "^7.66.1",
|
|
|
- "react-redux": "^9.2.0"
|
|
|
+ "react-redux": "^9.2.0",
|
|
|
+ "swiper": "^12.1.3"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
"@types/node": "^20",
|
|
|
- "@types/react": "^19",
|
|
|
- "@types/react-dom": "^19",
|
|
|
+ "@types/react": "19.2.14",
|
|
|
+ "@types/react-dom": "19.2.3",
|
|
|
"eslint": "^9",
|
|
|
- "eslint-config-next": "16.0.10",
|
|
|
+ "eslint-config-next": "16.2.3",
|
|
|
"tailwindcss": "^4",
|
|
|
"ts-node": "^10.9.2",
|
|
|
"typescript": "^5"
|
|
|
+ },
|
|
|
+ "pnpm": {
|
|
|
+ "overrides": {
|
|
|
+ "@types/react": "19.2.14",
|
|
|
+ "@types/react-dom": "19.2.3"
|
|
|
+ }
|
|
|
}
|
|
|
}
|