From b4953985c102aea265aa7145719ad2baceb48214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:20:34 -0700 Subject: [PATCH] build(deps): bump react and @types/react (#11721) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.2.7 to 19.2.8
Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates `@types/react` from 19.2.17 to 19.2.18
Commits

--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Priya Raman Co-authored-by: Paperclip --- package.json | 4 ++-- .../examples/plugin-authoring-smoke-example/package.json | 2 +- .../examples/plugin-file-browser-example/package.json | 4 ++-- .../examples/plugin-hello-world-example/package.json | 4 ++-- .../examples/plugin-kitchen-sink-example/package.json | 4 ++-- .../plugin-orchestration-smoke-example/package.json | 2 +- packages/plugins/plugin-llm-wiki/package.json | 2 +- packages/plugins/plugin-workspace-diff/package.json | 4 ++-- packages/plugins/sdk/package.json | 2 +- ui/package.json | 6 +++--- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 6d4aacd624..6bb72c3f63 100644 --- a/package.json +++ b/package.json @@ -86,8 +86,8 @@ }, "overrides": { "rollup": ">=4.59.0", - "react": "^19.2.7", - "react-dom": "^19.2.7", + "react": "^19.2.8", + "react-dom": "^19.2.8", "lexical": "0.49.0", "@lexical/clipboard": "0.49.0", "@lexical/link": "0.49.0", diff --git a/packages/plugins/examples/plugin-authoring-smoke-example/package.json b/packages/plugins/examples/plugin-authoring-smoke-example/package.json index 3b84caf5a2..1bded50d71 100644 --- a/packages/plugins/examples/plugin-authoring-smoke-example/package.json +++ b/packages/plugins/examples/plugin-authoring-smoke-example/package.json @@ -32,7 +32,7 @@ "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^22.20.1", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "esbuild": "^0.28.1", "rollup": "^4.62.4", "tslib": "^2.8.1", diff --git a/packages/plugins/examples/plugin-file-browser-example/package.json b/packages/plugins/examples/plugin-file-browser-example/package.json index f3bb05da5c..476fb00fec 100644 --- a/packages/plugins/examples/plugin-file-browser-example/package.json +++ b/packages/plugins/examples/plugin-file-browser-example/package.json @@ -29,10 +29,10 @@ }, "devDependencies": { "@types/node": "^22.20.1", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", "esbuild": "^0.28.1", - "react": "^19.2.7", + "react": "^19.2.8", "react-dom": "^19.2.7", "typescript": "^5.7.3" }, diff --git a/packages/plugins/examples/plugin-hello-world-example/package.json b/packages/plugins/examples/plugin-hello-world-example/package.json index be7581addc..64b7fcdd49 100644 --- a/packages/plugins/examples/plugin-hello-world-example/package.json +++ b/packages/plugins/examples/plugin-hello-world-example/package.json @@ -23,9 +23,9 @@ }, "devDependencies": { "@types/node": "^22.20.1", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", - "react": "^19.2.7", + "react": "^19.2.8", "react-dom": "^19.2.7", "typescript": "^5.7.3" }, diff --git a/packages/plugins/examples/plugin-kitchen-sink-example/package.json b/packages/plugins/examples/plugin-kitchen-sink-example/package.json index 5ebc171a2d..89579e5bd9 100644 --- a/packages/plugins/examples/plugin-kitchen-sink-example/package.json +++ b/packages/plugins/examples/plugin-kitchen-sink-example/package.json @@ -25,9 +25,9 @@ "devDependencies": { "esbuild": "^0.28.1", "@types/node": "^22.20.1", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", - "react": "^19.2.7", + "react": "^19.2.8", "react-dom": "^19.2.7", "typescript": "^5.7.3" }, diff --git a/packages/plugins/examples/plugin-orchestration-smoke-example/package.json b/packages/plugins/examples/plugin-orchestration-smoke-example/package.json index fd86b77386..a9dbcbc629 100644 --- a/packages/plugins/examples/plugin-orchestration-smoke-example/package.json +++ b/packages/plugins/examples/plugin-orchestration-smoke-example/package.json @@ -33,7 +33,7 @@ "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^22.20.1", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "esbuild": "^0.28.1", "rollup": "^4.62.4", "tslib": "^2.8.1", diff --git a/packages/plugins/plugin-llm-wiki/package.json b/packages/plugins/plugin-llm-wiki/package.json index 1fee289f3f..ddadd49f6b 100644 --- a/packages/plugins/plugin-llm-wiki/package.json +++ b/packages/plugins/plugin-llm-wiki/package.json @@ -40,7 +40,7 @@ "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^22.20.1", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", "esbuild": "^0.28.1", "react-dom": "^19.2.7", diff --git a/packages/plugins/plugin-workspace-diff/package.json b/packages/plugins/plugin-workspace-diff/package.json index 8d02a77478..f2a2dea306 100644 --- a/packages/plugins/plugin-workspace-diff/package.json +++ b/packages/plugins/plugin-workspace-diff/package.json @@ -56,10 +56,10 @@ }, "devDependencies": { "@types/node": "^22.20.1", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", "esbuild": "^0.28.1", - "react": "^19.2.7", + "react": "^19.2.8", "react-dom": "^19.2.7", "typescript": "^5.7.3", "vitest": "^4.1.10" diff --git a/packages/plugins/sdk/package.json b/packages/plugins/sdk/package.json index 6085c0c7ad..b14ea3e66f 100644 --- a/packages/plugins/sdk/package.json +++ b/packages/plugins/sdk/package.json @@ -113,7 +113,7 @@ }, "devDependencies": { "@types/node": "^22.20.1", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "typescript": "^5.7.3" }, "peerDependencies": { diff --git a/ui/package.json b/ui/package.json index f8b157363c..2ae1e369a0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -60,8 +60,8 @@ "lucide-react": "^0.577.0", "mermaid": "^11.16.1", "radix-ui": "^1.6.7", - "react": "^19.2.7", - "react-dom": "^19.2.7", + "react": "^19.2.8", + "react-dom": "^19.2.8", "react-i18next": "^17.0.11", "react-markdown": "^10.1.0", "react-resizable-panels": "^4.12.2", @@ -75,7 +75,7 @@ "@storybook/react-vite": "10.5.8", "@tailwindcss/vite": "^4.3.3", "@types/node": "^22.20.1", - "@types/react": "^19.2.17", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.3.4", "storybook": "10.5.5",