diff --git a/package.json b/package.json index 50d249e308..bcea76002e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,9 @@ "embedded-postgres@18.1.0-beta.16": "patches/embedded-postgres@18.1.0-beta.16.patch" }, "overrides": { - "rollup": ">=4.59.0" + "rollup": ">=4.59.0", + "react": "^19.2.7", + "react-dom": "^19.2.7" } } } diff --git a/packages/plugins/examples/plugin-authoring-smoke-example/package.json b/packages/plugins/examples/plugin-authoring-smoke-example/package.json index bc2499adfb..6a973d0407 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.19.21", - "@types/react": "^19.0.8", + "@types/react": "^19.2.17", "esbuild": "^0.28.1", "rollup": "^4.61.1", "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 f340c6c6a2..f5552a9200 100644 --- a/packages/plugins/examples/plugin-file-browser-example/package.json +++ b/packages/plugins/examples/plugin-file-browser-example/package.json @@ -29,11 +29,11 @@ }, "devDependencies": { "@types/node": "^22.19.21", - "@types/react": "^19.0.8", - "@types/react-dom": "^19.0.3", + "@types/react": "^19.2.17", + "@types/react-dom": "^19.2.3", "esbuild": "^0.28.1", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "^19.2.7", + "react-dom": "^19.2.7", "typescript": "^5.7.3" }, "peerDependencies": { diff --git a/packages/plugins/examples/plugin-hello-world-example/package.json b/packages/plugins/examples/plugin-hello-world-example/package.json index 9f83215c14..1d1208939c 100644 --- a/packages/plugins/examples/plugin-hello-world-example/package.json +++ b/packages/plugins/examples/plugin-hello-world-example/package.json @@ -23,10 +23,10 @@ }, "devDependencies": { "@types/node": "^22.19.21", - "@types/react": "^19.0.8", - "@types/react-dom": "^19.0.3", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "@types/react": "^19.2.17", + "@types/react-dom": "^19.2.3", + "react": "^19.2.7", + "react-dom": "^19.2.7", "typescript": "^5.7.3" }, "peerDependencies": { diff --git a/packages/plugins/examples/plugin-kitchen-sink-example/package.json b/packages/plugins/examples/plugin-kitchen-sink-example/package.json index 4ae71198ad..701ac064b1 100644 --- a/packages/plugins/examples/plugin-kitchen-sink-example/package.json +++ b/packages/plugins/examples/plugin-kitchen-sink-example/package.json @@ -25,10 +25,10 @@ "devDependencies": { "esbuild": "^0.28.1", "@types/node": "^22.19.21", - "@types/react": "^19.0.8", - "@types/react-dom": "^19.0.3", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "@types/react": "^19.2.17", + "@types/react-dom": "^19.2.3", + "react": "^19.2.7", + "react-dom": "^19.2.7", "typescript": "^5.7.3" }, "peerDependencies": { diff --git a/packages/plugins/examples/plugin-orchestration-smoke-example/package.json b/packages/plugins/examples/plugin-orchestration-smoke-example/package.json index a6341bb82c..7a3940843f 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.19.21", - "@types/react": "^19.0.8", + "@types/react": "^19.2.17", "esbuild": "^0.28.1", "rollup": "^4.61.1", "tslib": "^2.8.1", diff --git a/packages/plugins/plugin-llm-wiki/package.json b/packages/plugins/plugin-llm-wiki/package.json index dac63f18ea..06dc00c689 100644 --- a/packages/plugins/plugin-llm-wiki/package.json +++ b/packages/plugins/plugin-llm-wiki/package.json @@ -40,10 +40,10 @@ "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^22.19.21", - "@types/react": "^19.0.8", - "@types/react-dom": "^19.0.3", + "@types/react": "^19.2.17", + "@types/react-dom": "^19.2.3", "esbuild": "^0.28.1", - "react-dom": "^19.0.0", + "react-dom": "^19.2.7", "rollup": "^4.61.1", "tslib": "^2.8.1", "typescript": "^5.7.3", diff --git a/packages/plugins/plugin-workspace-diff/package.json b/packages/plugins/plugin-workspace-diff/package.json index 04cf4ec151..89d4112bfd 100644 --- a/packages/plugins/plugin-workspace-diff/package.json +++ b/packages/plugins/plugin-workspace-diff/package.json @@ -56,11 +56,11 @@ }, "devDependencies": { "@types/node": "^22.19.21", - "@types/react": "^19.0.8", - "@types/react-dom": "^19.0.3", + "@types/react": "^19.2.17", + "@types/react-dom": "^19.2.3", "esbuild": "^0.28.1", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "^19.2.7", + "react-dom": "^19.2.7", "typescript": "^5.7.3", "vitest": "^4.1.8" }, diff --git a/packages/plugins/sdk/package.json b/packages/plugins/sdk/package.json index 2b488975b7..caf4262e8e 100644 --- a/packages/plugins/sdk/package.json +++ b/packages/plugins/sdk/package.json @@ -113,7 +113,7 @@ }, "devDependencies": { "@types/node": "^22.19.21", - "@types/react": "^19.0.8", + "@types/react": "^19.2.17", "typescript": "^5.7.3" }, "peerDependencies": { diff --git a/ui/package.json b/ui/package.json index 8168a27b9c..01e17178df 100644 --- a/ui/package.json +++ b/ui/package.json @@ -58,8 +58,8 @@ "lucide-react": "^0.577.0", "mermaid": "^11.12.0", "radix-ui": "^1.6.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "^19.2.7", + "react-dom": "^19.2.7", "react-i18next": "^17.0.7", "react-markdown": "^10.1.0", "react-router-dom": "^7.16.0", @@ -72,8 +72,8 @@ "@storybook/addon-docs": "10.3.5", "@storybook/react-vite": "10.4.6", "@types/node": "^22.19.21", - "@types/react": "^19.0.8", - "@types/react-dom": "^19.0.3", + "@types/react": "^19.2.17", + "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.3.4", "tailwindcss": "^4.3.0", "typescript": "^5.7.3",