From dc97db7d7143a82a3342bc0b70096de03b442336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:14:22 +0000 Subject: [PATCH] Bump the react group across 1 directory with 3 updates Bumps the react group with 3 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [react-markdown](https://github.com/remarkjs/react-markdown). Updates `react` from 19.2.6 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `react-dom` from 19.2.6 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) Updates `react-markdown` from 10.0.1 to 10.1.0 - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/react-markdown/compare/10.0.1...10.1.0) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: react-markdown dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react ... Signed-off-by: dependabot[bot] --- packages/desktop/package.json | 4 ++-- packages/ui/package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 7f04069..fbbe272 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -26,8 +26,8 @@ "@pi-deck/core": "workspace:*", "@pi-deck/ui": "workspace:*", "pi-mcp-adapter": "2.10.0", - "react": "19.2.6", - "react-dom": "19.2.6" + "react": "19.2.7", + "react-dom": "19.2.7" }, "devDependencies": { "@types/react": "19.2.14", diff --git a/packages/ui/package.json b/packages/ui/package.json index eefb436..e04c175 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -56,9 +56,9 @@ "ghostty-web": "0.4.0", "ldrs": "1.1.9", "lucide-react": "1.13.0", - "react": "19.2.6", - "react-dom": "19.2.6", - "react-markdown": "10.0.1", + "react": "19.2.7", + "react-dom": "19.2.7", + "react-markdown": "10.1.0", "remark-gfm": "4.0.1", "shiki": "4.0.2", "zustand": "5.0.13"