From e0d5a934598b47ae3f22babd07ba44040f3402a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 13:52:50 +0000 Subject: [PATCH] Update react monorepo --- app/package.json | 4 +- docs/package.json | 6 +- package.json | 8 +-- packages/components/package.json | 4 +- packages/core/package.json | 4 +- packages/elements/package.json | 4 +- packages/next/package.json | 4 +- packages/svg/package.json | 4 +- packages/vite-plugin/package.json | 2 +- sandbox/next-app/package.json | 6 +- sandbox/unistyles-test/package.json | 2 +- yarn.lock | 94 ++++++++++++++--------------- 12 files changed, 71 insertions(+), 71 deletions(-) diff --git a/app/package.json b/app/package.json index 16cc5ae..887b1fd 100644 --- a/app/package.json +++ b/app/package.json @@ -16,13 +16,13 @@ "@react-universal/components": "workspace:*", "@react-universal/core": "workspace:*", "@react-universal/svg": "workspace:*", - "@types/react": "~19.2.7", + "@types/react": "~19.2.8", "expo": "^55.0.0-canary-20251127-587bc53", "expo-dev-client": "6.0.19-canary-20251127-587bc53", "expo-screen-orientation": "9.0.8-canary-20251127-587bc53", "expo-splash-screen": "31.0.12-canary-20251127-587bc53", "expo-status-bar": "3.0.9-canary-20251127-587bc53", - "react": "19.2.0", + "react": "19.2.3", "react-native": "0.82.1", "react-native-edge-to-edge": "^1.7.0", "react-native-nitro-modules": "0.31.10", diff --git a/docs/package.json b/docs/package.json index 0b500d8..0030e5f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,12 +18,12 @@ "@react-universal/next": "workspace:*", "@shikijs/rehype": "^3.17.0", "@types/node": "^24.10.1", - "@types/react": "~19.2.7", + "@types/react": "~19.2.8", "@types/react-dom": "~19.2.3", "@types/webpack": "^5.28.5", "next": "^16.0.7", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.2.3", + "react-dom": "19.2.3", "react-icons": "^5.5.0", "react-native": "0.82.1", "rehype-slug": "^6.0.0", diff --git a/package.json b/package.json index be38c8c..283b6e2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", - "@types/react": "~19.2.7", + "@types/react": "~19.2.8", "@vitest/browser": "^4.0.15", "del-cli": "^7.0.0", "eslint": "^9.39.1", @@ -43,13 +43,13 @@ "lefthook": "^2.0.8", "playwright": "^1.57.0", "prettier": "^3.7.4", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.2.3", + "react-dom": "19.2.3", "react-native": "0.82.1", "react-native-edge-to-edge": "^1.7.0", "react-native-nitro-modules": "0.31.10", "react-native-unistyles": "^3.0.19", - "react-test-renderer": "19.2.0", + "react-test-renderer": "19.2.3", "sort-package-json": "^3.5.0", "storybook": "^10.1.4", "syncpack": "^14.0.0-alpha.32", diff --git a/packages/components/package.json b/packages/components/package.json index 08273f3..d1c1990 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -44,8 +44,8 @@ }, "devDependencies": { "@react-universal/babel-plugin": "workspace:*", - "@types/react": "~19.2.7", - "react": "19.2.0", + "@types/react": "~19.2.8", + "react": "19.2.3", "react-native": "0.82.1" }, "peerDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 8eba09d..9f40c64 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -38,8 +38,8 @@ "@tamagui/use-constant": "^1.138.6" }, "devDependencies": { - "@types/react": "~19.2.7", - "react": "19.2.0", + "@types/react": "~19.2.8", + "react": "19.2.3", "react-native": "0.82.1", "react-native-edge-to-edge": "^1.7.0", "react-native-nitro-modules": "0.31.10", diff --git a/packages/elements/package.json b/packages/elements/package.json index 071b0f3..0644fa2 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -29,8 +29,8 @@ "@react-universal/core": "workspace:*" }, "devDependencies": { - "@types/react": "~19.2.7", - "react": "19.2.0", + "@types/react": "~19.2.8", + "react": "19.2.3", "react-native": "0.82.1" }, "peerDependencies": { diff --git a/packages/next/package.json b/packages/next/package.json index 4810bec..dba01f0 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -42,8 +42,8 @@ }, "devDependencies": { "next": "^16.0.7", - "react": "19.2.0", - "react-dom": "19.2.0" + "react": "19.2.3", + "react-dom": "19.2.3" }, "peerDependencies": { "next": "^14.0.0 || ^15.0.0 || ^16.0.0", diff --git a/packages/svg/package.json b/packages/svg/package.json index eac781b..bde256b 100644 --- a/packages/svg/package.json +++ b/packages/svg/package.json @@ -29,8 +29,8 @@ "@react-universal/utils": "workspace:*" }, "devDependencies": { - "@types/react": "~19.2.7", - "react": "19.2.0", + "@types/react": "~19.2.8", + "react": "19.2.3", "react-native": "0.82.1", "react-native-svg": "15.12.1" }, diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 11e9021..5e2821c 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@babel/core": "^7.28.5", "esbuild": "^0.27.0", - "react": "19.2.0", + "react": "19.2.3", "vite": "^7.2.6" }, "peerDependencies": { diff --git a/sandbox/next-app/package.json b/sandbox/next-app/package.json index 017b4f6..195f556 100644 --- a/sandbox/next-app/package.json +++ b/sandbox/next-app/package.json @@ -14,11 +14,11 @@ "@react-universal/elements": "workspace:*", "@react-universal/next": "workspace:*", "@types/node": "^24.10.1", - "@types/react": "~19.2.7", + "@types/react": "~19.2.8", "@types/react-dom": "~19.2.3", "next": "^16.0.7", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.2.3", + "react-dom": "19.2.3", "react-native": "0.82.1", "typescript": "~5.9.3" } diff --git a/sandbox/unistyles-test/package.json b/sandbox/unistyles-test/package.json index 62e8898..6775f47 100644 --- a/sandbox/unistyles-test/package.json +++ b/sandbox/unistyles-test/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@react-native/normalize-colors": "0.82.1", - "react": "19.2.0", + "react": "19.2.3", "react-native": "0.82.1", "react-native-edge-to-edge": "^1.7.0", "react-native-nitro-modules": "0.31.10", diff --git a/yarn.lock b/yarn.lock index 40dafab..b39be4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4140,13 +4140,13 @@ __metadata: "@react-universal/core": "workspace:*" "@react-universal/svg": "workspace:*" "@types/babel__core": "npm:^7.20.5" - "@types/react": "npm:~19.2.7" + "@types/react": "npm:~19.2.8" expo: "npm:^55.0.0-canary-20251127-587bc53" expo-dev-client: "npm:6.0.19-canary-20251127-587bc53" expo-screen-orientation: "npm:9.0.8-canary-20251127-587bc53" expo-splash-screen: "npm:31.0.12-canary-20251127-587bc53" expo-status-bar: "npm:3.0.9-canary-20251127-587bc53" - react: "npm:19.2.0" + react: "npm:19.2.3" react-native: "npm:0.82.1" react-native-edge-to-edge: "npm:^1.7.0" react-native-nitro-modules: "npm:0.31.10" @@ -4182,8 +4182,8 @@ __metadata: "@react-universal/babel-plugin": "workspace:*" "@react-universal/core": "workspace:*" "@tamagui/compose-refs": "npm:^1.138.6" - "@types/react": "npm:~19.2.7" - react: "npm:19.2.0" + "@types/react": "npm:~19.2.8" + react: "npm:19.2.3" react-native: "npm:0.82.1" peerDependencies: "@types/react": ^19.0.0 @@ -4210,8 +4210,8 @@ __metadata: "@react-universal/utils": "workspace:*" "@tamagui/constants": "npm:^1.138.6" "@tamagui/use-constant": "npm:^1.138.6" - "@types/react": "npm:~19.2.7" - react: "npm:19.2.0" + "@types/react": "npm:~19.2.8" + react: "npm:19.2.3" react-native: "npm:0.82.1" react-native-edge-to-edge: "npm:^1.7.0" react-native-nitro-modules: "npm:0.31.10" @@ -4239,12 +4239,12 @@ __metadata: "@react-universal/next": "workspace:*" "@shikijs/rehype": "npm:^3.17.0" "@types/node": "npm:^24.10.1" - "@types/react": "npm:~19.2.7" + "@types/react": "npm:~19.2.8" "@types/react-dom": "npm:~19.2.3" "@types/webpack": "npm:^5.28.5" next: "npm:^16.0.7" - react: "npm:19.2.0" - react-dom: "npm:19.2.0" + react: "npm:19.2.3" + react-dom: "npm:19.2.3" react-icons: "npm:^5.5.0" react-native: "npm:0.82.1" rehype-slug: "npm:^6.0.0" @@ -4263,8 +4263,8 @@ __metadata: dependencies: "@react-universal/components": "workspace:*" "@react-universal/core": "workspace:*" - "@types/react": "npm:~19.2.7" - react: "npm:19.2.0" + "@types/react": "npm:~19.2.8" + react: "npm:19.2.3" react-native: "npm:0.82.1" peerDependencies: "@types/react": ^19.0.0 @@ -4286,8 +4286,8 @@ __metadata: "@react-universal/utils": "workspace:*" next: "npm:^16.0.7" next-themes: "npm:^0.4.6" - react: "npm:19.2.0" - react-dom: "npm:19.2.0" + react: "npm:19.2.3" + react-dom: "npm:19.2.3" peerDependencies: next: ^14.0.0 || ^15.0.0 || ^16.0.0 react: ^19.0.0 @@ -4301,8 +4301,8 @@ __metadata: dependencies: "@react-universal/core": "workspace:*" "@react-universal/utils": "workspace:*" - "@types/react": "npm:~19.2.7" - react: "npm:19.2.0" + "@types/react": "npm:~19.2.8" + react: "npm:19.2.3" react-native: "npm:0.82.1" react-native-svg: "npm:15.12.1" peerDependencies: @@ -4331,7 +4331,7 @@ __metadata: "@babel/core": "npm:^7.28.5" "@react-universal/core": "workspace:*" esbuild: "npm:^0.27.0" - react: "npm:19.2.0" + react: "npm:19.2.3" vite: "npm:^7.2.6" peerDependencies: "@babel/core": ^7.0.0 @@ -5202,12 +5202,12 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:~19.2.7": - version: 19.2.7 - resolution: "@types/react@npm:19.2.7" +"@types/react@npm:~19.2.8": + version: 19.2.8 + resolution: "@types/react@npm:19.2.8" dependencies: csstype: "npm:^3.2.2" - checksum: 10c0/a7b75f1f9fcb34badd6f84098be5e35a0aeca614bc91f93d2698664c0b2ba5ad128422bd470ada598238cebe4f9e604a752aead7dc6f5a92261d0c7f9b27cfd1 + checksum: 10c0/832834998c4ee971fca72ecf1eb95dc924ad3931a2112c687a4dae498aabd115c5fa4db09186853e34a646226b0223808c8f867df03d17601168f9cf119448de languageName: node linkType: hard @@ -12032,11 +12032,11 @@ __metadata: "@react-universal/elements": "workspace:*" "@react-universal/next": "workspace:*" "@types/node": "npm:^24.10.1" - "@types/react": "npm:~19.2.7" + "@types/react": "npm:~19.2.8" "@types/react-dom": "npm:~19.2.3" next: "npm:^16.0.7" - react: "npm:19.2.0" - react-dom: "npm:19.2.0" + react: "npm:19.2.3" + react-dom: "npm:19.2.3" react-native: "npm:0.82.1" typescript: "npm:~5.9.3" languageName: unknown @@ -13073,14 +13073,14 @@ __metadata: languageName: node linkType: hard -"react-dom@npm:19.2.0, react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": - version: 19.2.0 - resolution: "react-dom@npm:19.2.0" +"react-dom@npm:19.2.3, react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": + version: 19.2.3 + resolution: "react-dom@npm:19.2.3" dependencies: scheduler: "npm:^0.27.0" peerDependencies: - react: ^19.2.0 - checksum: 10c0/fa2cae05248d01288e91523b590ce4e7635b1e13f1344e225f850d722a8da037bf0782f63b1c1d46353334e0c696909b82e582f8cad607948fde6f7646cc18d9 + react: ^19.2.3 + checksum: 10c0/dc43f7ede06f46f3acc16ee83107c925530de9b91d1d0b3824583814746ff4c498ea64fd65cd83aba363205268adff52e2827c582634ae7b15069deaeabc4892 languageName: node linkType: hard @@ -13114,10 +13114,10 @@ __metadata: languageName: node linkType: hard -"react-is@npm:^19.2.0": - version: 19.2.0 - resolution: "react-is@npm:19.2.0" - checksum: 10c0/a63cb346aeced8ac0e671b0f9b33720d2906de02a066ca067075d871a5d4c64cdb328f495baf9b5842d5868c0d5edd1ce18465a7358b52f4b6aa983479c9bfa2 +"react-is@npm:^19.2.3": + version: 19.2.3 + resolution: "react-is@npm:19.2.3" + checksum: 10c0/2b54c422c21b8dbd68a435a1cce21ecd5b6f06f48659531f7d53dd7368365da5a67e946f352fb2010d11ca40658aa67bec90995f0f1ec5556c0f71dbffe54994 languageName: node linkType: hard @@ -13240,15 +13240,15 @@ __metadata: languageName: node linkType: hard -"react-test-renderer@npm:19.2.0": - version: 19.2.0 - resolution: "react-test-renderer@npm:19.2.0" +"react-test-renderer@npm:19.2.3": + version: 19.2.3 + resolution: "react-test-renderer@npm:19.2.3" dependencies: - react-is: "npm:^19.2.0" + react-is: "npm:^19.2.3" scheduler: "npm:^0.27.0" peerDependencies: - react: ^19.2.0 - checksum: 10c0/cc116b908489316f06881bf7392c5fad4b5f66be42d2f04788f4179a19e86674d54f1006b33fe9eba28bde6edb4cb38764ab75b416f28d02e0182c5552c97551 + react: ^19.2.3 + checksum: 10c0/842b82239dbddbc536083a6260c3e1b0507c02a3400bd05879fc19160468fd0f8ab79fec5dceffa6113b131835cc7621212f8415b46ea5156ab66bbfd7e24297 languageName: node linkType: hard @@ -13267,7 +13267,7 @@ __metadata: "@testing-library/dom": "npm:^10.4.1" "@testing-library/jest-dom": "npm:^6.9.1" "@testing-library/react": "npm:^16.3.0" - "@types/react": "npm:~19.2.7" + "@types/react": "npm:~19.2.8" "@vitest/browser": "npm:^4.0.15" del-cli: "npm:^7.0.0" eslint: "npm:^9.39.1" @@ -13278,13 +13278,13 @@ __metadata: lefthook: "npm:^2.0.8" playwright: "npm:^1.57.0" prettier: "npm:^3.7.4" - react: "npm:19.2.0" - react-dom: "npm:19.2.0" + react: "npm:19.2.3" + react-dom: "npm:19.2.3" react-native: "npm:0.82.1" react-native-edge-to-edge: "npm:^1.7.0" react-native-nitro-modules: "npm:0.31.10" react-native-unistyles: "npm:^3.0.19" - react-test-renderer: "npm:19.2.0" + react-test-renderer: "npm:19.2.3" sort-package-json: "npm:^3.5.0" storybook: "npm:^10.1.4" syncpack: "npm:^14.0.0-alpha.32" @@ -13297,10 +13297,10 @@ __metadata: languageName: unknown linkType: soft -"react@npm:19.2.0, react@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": - version: 19.2.0 - resolution: "react@npm:19.2.0" - checksum: 10c0/1b6d64eacb9324725bfe1e7860cb7a6b8a34bc89a482920765ebff5c10578eb487e6b46b2f0df263bd27a25edbdae2c45e5ea5d81ae61404301c1a7192c38330 +"react@npm:19.2.3, react@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": + version: 19.2.3 + resolution: "react@npm:19.2.3" + checksum: 10c0/094220b3ba3a76c1b668f972ace1dd15509b157aead1b40391d1c8e657e720c201d9719537375eff08f5e0514748c0319063392a6f000e31303aafc4471f1436 languageName: node linkType: hard @@ -15746,7 +15746,7 @@ __metadata: resolution: "unistyles-test@workspace:sandbox/unistyles-test" dependencies: "@react-native/normalize-colors": "npm:0.82.1" - react: "npm:19.2.0" + react: "npm:19.2.3" react-native: "npm:0.82.1" react-native-edge-to-edge: "npm:^1.7.0" react-native-nitro-modules: "npm:0.31.10"