From 9d0b116697b3e66abb82b12b7d89eed727ffeeae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 15:41:29 +0000 Subject: [PATCH] build(deps): bump react-dom from 19.2.7 to 19.2.8 in /landing 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] --- landing/package-lock.json | 10 +++++----- landing/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/landing/package-lock.json b/landing/package-lock.json index 5765d15..cbeb4e5 100644 --- a/landing/package-lock.json +++ b/landing/package-lock.json @@ -15,7 +15,7 @@ "next": "16.2.10", "paraline": "file:..", "react": "19.2.8", - "react-dom": "19.2.7", + "react-dom": "19.2.8", "tailwind-merge": "^3.6.0", "zustand": "^5.0.14" }, @@ -5713,15 +5713,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", - "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz", + "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.7" + "react": "^19.2.8" } }, "node_modules/react-is": { diff --git a/landing/package.json b/landing/package.json index e285ad7..efe9e6e 100644 --- a/landing/package.json +++ b/landing/package.json @@ -16,7 +16,7 @@ "next": "16.2.10", "paraline": "file:..", "react": "19.2.8", - "react-dom": "19.2.7", + "react-dom": "19.2.8", "tailwind-merge": "^3.6.0", "zustand": "^5.0.14" },