From 42c82e75189fdaa95c23731ebaf2fd82ea96bdf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 19:38:39 +0000 Subject: [PATCH] build(deps): bump react-dom from 19.2.7 to 19.2.8 Bumps [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) from 19.2.7 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-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.8 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 949230e..4cfedd0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "next-themes": "^0.4.6", "pg": "^8.16.2", "react": "19.2.7", - "react-dom": "19.2.7", + "react-dom": "19.2.8", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0", "rehype-katex": "^7.0.1",