diff --git a/dashboard/frontend/package-lock.json b/dashboard/frontend/package-lock.json index 02c53ba..7822276 100644 --- a/dashboard/frontend/package-lock.json +++ b/dashboard/frontend/package-lock.json @@ -16,7 +16,7 @@ "canvas-confetti": "^1.9.4", "chart.js": "^4.4.0", "date-fns": "^2.30.0", - "react": "^18.2.0", + "react": "^19.2.8", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.86.0", @@ -32,7 +32,7 @@ "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.6.1", "@types/canvas-confetti": "^1.9.0", - "@types/react": "^18.2.0", + "@types/react": "^19.2.18", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.2.0", "@vitest/coverage-v8": "^0.34.6", @@ -2319,13 +2319,11 @@ "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==", - "dev": true, + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -6577,13 +6575,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/dashboard/frontend/package.json b/dashboard/frontend/package.json index caf3028..6fadfd6 100644 --- a/dashboard/frontend/package.json +++ b/dashboard/frontend/package.json @@ -22,7 +22,7 @@ "canvas-confetti": "^1.9.4", "chart.js": "^4.4.0", "date-fns": "^2.30.0", - "react": "^18.2.0", + "react": "^19.2.8", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.86.0", @@ -38,7 +38,7 @@ "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.6.1", "@types/canvas-confetti": "^1.9.0", - "@types/react": "^18.2.0", + "@types/react": "^19.2.18", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.2.0", "@vitest/coverage-v8": "^0.34.6",