diff --git a/apps/desktop/layer/renderer/package.json b/apps/desktop/layer/renderer/package.json index 2bdc5baa2..69662a8fa 100644 --- a/apps/desktop/layer/renderer/package.json +++ b/apps/desktop/layer/renderer/package.json @@ -85,9 +85,9 @@ "plain-shiki": "0.3.1", "progressive-blur": "1.0.0", "re-resizable": "6.11.2", - "react": "19.2.0", + "react": "19.0.0", "react-blurhash": "0.3.0", - "react-dom": "19.2.0", + "react-dom": "19.0.0", "react-fast-compare": "3.2.2", "react-fast-marquee": "1.6.5", "react-hook-form": "7.65.0", diff --git a/apps/desktop/package.json b/apps/desktop/package.json index a5fc1f9fb..cdaa0a075 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -74,8 +74,8 @@ "js-yaml": "4.1.0", "nbump": "2.1.7", "pathe": "2.0.3", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.0.0", + "react-dom": "19.0.0", "tailwindcss-content-visibility": "1.0.2", "tailwindcss-multi": "0.4.6", "tar": "7.5.1", diff --git a/apps/mobile/package.json b/apps/mobile/package.json index a56b6d93c..0822fd8fa 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -96,8 +96,8 @@ "ofetch": "1.4.1", "posthog-react-native": "4.6.1", "qrcode": "1.5.4", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.0.0", + "react-dom": "19.0.0", "react-error-boundary": "6.0.0", "react-hook-form": "7.65.0", "react-i18next": "16.1.0", diff --git a/apps/mobile/web-app/html-renderer/package.json b/apps/mobile/web-app/html-renderer/package.json index 6f02b7802..8759a9550 100644 --- a/apps/mobile/web-app/html-renderer/package.json +++ b/apps/mobile/web-app/html-renderer/package.json @@ -17,7 +17,7 @@ "foxact": "0.2.49", "jotai": "2.15.0", "motion": "12.23.24", - "react": "19.2.0", + "react": "19.0.0", "react-blurhash": "0.3.0" } } diff --git a/apps/ssr/package.json b/apps/ssr/package.json index fc19f8f58..e4efb4e53 100644 --- a/apps/ssr/package.json +++ b/apps/ssr/package.json @@ -31,9 +31,9 @@ "motion": "12.23.24", "ofetch": "1.4.1", "rc-modal-sheet": "1.0.2", - "react": "19.2.0", + "react": "19.0.0", "react-blurhash": "0.3.0", - "react-dom": "19.2.0", + "react-dom": "19.0.0", "react-hook-form": "7.65.0", "react-hotkeys-hook": "5.2.1", "react-i18next": "16.1.0", diff --git a/package.json b/package.json index 8e304aa57..adb3630d2 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,8 @@ "prettier": "3.6.2", "prettier-plugin-tailwindcss": "0.7.1", "raw-body": "3.0.1", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.0.0", + "react-dom": "19.0.0", "rimraf": "6.0.1", "simple-git-hooks": "2.13.1", "svg-parser": "2.0.4",