From 5408c626a71d75a562a9f4c57d74f0a5abb33dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 18:00:45 +0000 Subject: [PATCH] chore(deps): bump react from 18.3.1 to 19.2.6 in /tap-dashboard Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.2.6. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tap-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap-dashboard/package.json b/tap-dashboard/package.json index addad42f..8de6c471 100644 --- a/tap-dashboard/package.json +++ b/tap-dashboard/package.json @@ -36,7 +36,7 @@ "next": "15.1.11", "otplib": "^12.0.1", "pg": "^8.20.0", - "react": "^18.2.0", + "react": "^19.2.6", "react-dom": "^18.2.0", "recharts": "^2.10.0", "resend": "^6.9.3",