diff --git a/package-lock.json b/package-lock.json index bdaddcd..e2049a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "next": "16.3.1", "postcss": "^8.5.23", "prop-types": "^15.8.1", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "tailwindcss": "^4.2.0" }, @@ -11863,13 +11863,10 @@ } }, "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.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index f6d53c4..0f57433 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "next": "16.3.1", "postcss": "^8.5.23", "prop-types": "^15.8.1", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "tailwindcss": "^4.2.0" },