From 1ae8cd36140bb9688c6f5d66dda54e7b6d6aac3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:55:36 +0000 Subject: [PATCH 1/2] build(deps): bump react-dom from 19.2.5 to 19.2.6 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) 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-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06a352f..8fcaea5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "next-themes": "^0.4.6", "pg": "^8.16.2", "react": "19.2.5", - "react-dom": "19.2.5", + "react-dom": "19.2.6", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0", "rehype-katex": "^7.0.1", From 6a505b38b9035b0431c79979a3d104ed7e273232 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Tue, 12 May 2026 14:42:24 +0800 Subject: [PATCH 2/2] fix: update react to 19.2.6 to match react-dom version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fcaea5..17a00ae 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "next": "16.2.6", "next-themes": "^0.4.6", "pg": "^8.16.2", - "react": "19.2.5", + "react": "19.2.6", "react-dom": "19.2.6", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0",