diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 454b927..ae5d097 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,7 +32,7 @@ "date-fns": "^3.6.0", "lucide-react": "^0.441.0", "qrcode.react": "^4.2.0", - "react": "^18.3.1", + "react": "^19.2.4", "react-dom": "^18.3.1", "react-hook-form": "^7.53.0", "react-hot-toast": "^2.4.1", @@ -46,7 +46,7 @@ "devDependencies": { "@eslint/js": "^9.9.0", "@types/node": "^25.5.0", - "@types/react": "^18.3.4", + "@types/react": "^19.2.14", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.7.0", "autoprefixer": "^10.4.20", @@ -3124,21 +3124,13 @@ "undici-types": "~7.18.0" } }, - "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==", - "devOptional": 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==", "devOptional": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -5665,13 +5657,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/frontend/package.json b/frontend/package.json index 09c1683..3368459 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "date-fns": "^3.6.0", "lucide-react": "^0.441.0", "qrcode.react": "^4.2.0", - "react": "^18.3.1", + "react": "^19.2.4", "react-dom": "^18.3.1", "react-hook-form": "^7.53.0", "react-hot-toast": "^2.4.1", @@ -48,7 +48,7 @@ "devDependencies": { "@eslint/js": "^9.9.0", "@types/node": "^25.5.0", - "@types/react": "^18.3.4", + "@types/react": "^19.2.14", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.7.0", "autoprefixer": "^10.4.20",