From ae6594391ca17125415bfbb7f50c1da9a490a525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 05:35:39 +0000 Subject: [PATCH] chore(deps): bump react and @types/react in /dashboard/frontend Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.3.1 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `@types/react` from 18.3.28 to 19.2.18 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.18 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dashboard/frontend/package-lock.json | 21 ++++++++------------- dashboard/frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 15 deletions(-) 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",