diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 64826e1..dbcc47d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,13 +13,13 @@ "clsx": "^2.1.0", "date-fns": "^3.3.1", "lucide-react": "^0.330.0", - "react": "^18.2.0", + "react": "^19.2.4", "react-dom": "^18.2.0", "react-router-dom": "^6.22.1", "zustand": "^4.5.1" }, "devDependencies": { - "@types/react": "^18.2.55", + "@types/react": "^19.2.14", "@types/react-dom": "^18.2.19", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.17", @@ -1247,21 +1247,13 @@ "dev": true, "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==", - "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" } }, @@ -2517,13 +2509,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 dc8b2db..734067a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ "lint": "eslint src --ext ts,tsx" }, "dependencies": { - "react": "^18.2.0", + "react": "^19.2.4", "react-dom": "^18.2.0", "react-router-dom": "^6.22.1", "axios": "^1.6.7", @@ -21,7 +21,7 @@ "date-fns": "^3.3.1" }, "devDependencies": { - "@types/react": "^18.2.55", + "@types/react": "^19.2.14", "@types/react-dom": "^18.2.19", "@vitejs/plugin-react": "^4.2.1", "typescript": "^5.3.3",