From 38472b68d1436ac13207952bd06238948c0fd9fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:49:45 +0000 Subject: [PATCH] chore(deps): bump react in /apps/web Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.0.0-rc-f994737d14-20240522 to 19.0.0-rc.1. - [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/HEAD/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 67d0242..d7349cf 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -51,7 +51,7 @@ "next": "15.0.0-rc.0", "next-themes": "^0.3.0", "query-string": "^9.0.0", - "react": "19.0.0-rc-f994737d14-20240522", + "react": "19.0.0-rc.1", "react-day-picker": "^8.10.1", "react-dom": "19.0.0-rc-f994737d14-20240522", "react-hook-form": "^7.51.3",