diff --git a/chainreview-dashboard/package-lock.json b/chainreview-dashboard/package-lock.json index ab517d5..5b5c75a 100644 --- a/chainreview-dashboard/package-lock.json +++ b/chainreview-dashboard/package-lock.json @@ -13,13 +13,13 @@ "clsx": "^2.1.1", "lucide-react": "^0.577.0", "next": "^14.2.0", - "react": "^18.3.1", + "react": "^19.2.4", "react-dom": "^19.2.4", "recharts": "^2.15.0" }, "devDependencies": { "@types/node": "^22.0.0", - "@types/react": "^18.3.12", + "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "autoprefixer": "^10.4.0", "postcss": "^8.4.0", @@ -469,21 +469,13 @@ "integrity": "sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==", "license": "MIT" }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", - "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", - "dev": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.28", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz", - "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "dev": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -1639,13 +1631,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.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/chainreview-dashboard/package.json b/chainreview-dashboard/package.json index 92ff617..fe4a406 100644 --- a/chainreview-dashboard/package.json +++ b/chainreview-dashboard/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "next": "^14.2.0", - "react": "^18.3.1", + "react": "^19.2.4", "react-dom": "^19.2.4", "@supabase/supabase-js": "^2.49.0", "@supabase/ssr": "^0.5.0", @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/node": "^22.0.0", - "@types/react": "^18.3.12", + "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "typescript": "^5.7.0", "tailwindcss": "^3.4.0",