diff --git a/package-lock.json b/package-lock.json index 2b32ab1..7f4b2c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "motion": "^12.6.5", "next": "^15.3.0", "next-themes": "^0.4.6", - "react": "^18.3.1", + "react": "^19.1.0", "react-dom": "^18.3.1", "react-hook-form": "^7.55.0", "sharp": "^0.34.1", @@ -5605,13 +5605,10 @@ "license": "MIT" }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", + "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 870727a..8cae05f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "motion": "^12.6.5", "next": "^15.3.0", "next-themes": "^0.4.6", - "react": "^18.3.1", + "react": "^19.1.0", "react-dom": "^18.3.1", "react-hook-form": "^7.55.0", "sharp": "^0.34.1",