diff --git a/package-lock.json b/package-lock.json index 84fb777..5206e1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,8 +44,8 @@ "next": "^16.0.10", "next-intl": "^4.3.9", "next-themes": "^0.4.6", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "react-hook-form": "^7.68.0", "recharts": "^2.15.3", "sonner": "^2.0.7", diff --git a/package.json b/package.json index 0563921..e9310da 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "scripts": { "dev": "next dev --turbopack", "build": "next build", - "install": "npm install --legacy-peer-deps", "start": "next start", "prettier": "prettier src --write", "lint": "eslint src --fix", @@ -48,8 +47,8 @@ "next": "^16.0.10", "next-intl": "^4.3.9", "next-themes": "^0.4.6", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.3", + "react-dom": "^19.2.3", "react-hook-form": "^7.68.0", "recharts": "^2.15.3", "sonner": "^2.0.7",