From cb1f91ebd7598b64507594450865f014c6b9e5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:37:48 +0000 Subject: [PATCH] chore(deps): bump react from 19.2.5 to 19.2.6 in /apps/docs-next Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.5 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.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/docs-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs-next/package.json b/apps/docs-next/package.json index 33108424..3af78ff0 100644 --- a/apps/docs-next/package.json +++ b/apps/docs-next/package.json @@ -42,7 +42,7 @@ "motion": "^12.38.0", "next": "^16.2.4", "postcss": "^8.5.13", - "react": "^19.0.0", + "react": "^19.2.6", "react-dom": "^19.0.0", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.0",