From 26177223ddfae5b32b7f5d9b997d0fa08d2ecf14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:08:04 +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..5f7d4ce 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.10", "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.4", "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..a91f492 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.10", "@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.4", + "react-dom": "19.2.4", "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..41f1f10 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.10", "@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.4", + "react-dom": "19.2.4", "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.4", "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..7130e70 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.10", + "react": "19.2.4", "react-native": "0.82.1" }, "peerDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 8eba09d..8725245 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.10", + "react": "19.2.4", "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..f073d90 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.10", + "react": "19.2.4", "react-native": "0.82.1" }, "peerDependencies": { diff --git a/packages/next/package.json b/packages/next/package.json index 4810bec..1010ce3 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.4", + "react-dom": "19.2.4" }, "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..dc7add4 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.10", + "react": "19.2.4", "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..1789e02 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.4", "vite": "^7.2.6" }, "peerDependencies": { diff --git a/sandbox/next-app/package.json b/sandbox/next-app/package.json index 017b4f6..e5a613c 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.10", "@types/react-dom": "~19.2.3", "next": "^16.0.7", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.2.4", + "react-dom": "19.2.4", "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..9a458aa 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.4", "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..10aa4b9 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.10" 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.4" 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.10" + react: "npm:19.2.4" 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.10" + react: "npm:19.2.4" 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.10" "@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.4" + react-dom: "npm:19.2.4" 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.10" + react: "npm:19.2.4" 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.4" + react-dom: "npm:19.2.4" 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.10" + react: "npm:19.2.4" 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.4" 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.10": + version: 19.2.10 + resolution: "@types/react@npm:19.2.10" dependencies: csstype: "npm:^3.2.2" - checksum: 10c0/a7b75f1f9fcb34badd6f84098be5e35a0aeca614bc91f93d2698664c0b2ba5ad128422bd470ada598238cebe4f9e604a752aead7dc6f5a92261d0c7f9b27cfd1 + checksum: 10c0/17b96203a79ad3fa3cee8f1f1f324b93f005bc125755e29ac149402807275feaf3f00a4e65b8405f633923ac993da5737fd9800d27ee49911f3ed51dc27478f9 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.10" "@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.4" + react-dom: "npm:19.2.4" 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.4, react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": + version: 19.2.4 + resolution: "react-dom@npm:19.2.4" dependencies: scheduler: "npm:^0.27.0" peerDependencies: - react: ^19.2.0 - checksum: 10c0/fa2cae05248d01288e91523b590ce4e7635b1e13f1344e225f850d722a8da037bf0782f63b1c1d46353334e0c696909b82e582f8cad607948fde6f7646cc18d9 + react: ^19.2.4 + checksum: 10c0/f0c63f1794dedb154136d4d0f59af00b41907f4859571c155940296808f4b94bf9c0c20633db75b5b2112ec13d8d7dd4f9bf57362ed48782f317b11d05a44f35 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.4": + version: 19.2.4 + resolution: "react-is@npm:19.2.4" + checksum: 10c0/477a7cfc900f24194606e315fa353856a3a13487ea8eca841678817cad4daef64339ea0d1e84e58459fc75dbe0d9ba00bb0cc626db3d07e0cf31edc64cb4fa37 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.4": + version: 19.2.4 + resolution: "react-test-renderer@npm:19.2.4" dependencies: - react-is: "npm:^19.2.0" + react-is: "npm:^19.2.4" scheduler: "npm:^0.27.0" peerDependencies: - react: ^19.2.0 - checksum: 10c0/cc116b908489316f06881bf7392c5fad4b5f66be42d2f04788f4179a19e86674d54f1006b33fe9eba28bde6edb4cb38764ab75b416f28d02e0182c5552c97551 + react: ^19.2.4 + checksum: 10c0/76f0a419a8ca7776ac6fae7c25056b9326a92a3d79971817e8ffd262d9121d1e87fde058b4fd6d33c365b1001cd6236d9053816dabed20afa62fbfe2a1a59f1a 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.10" "@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.4" + react-dom: "npm:19.2.4" 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.4" 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.4, react@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": + version: 19.2.4 + resolution: "react@npm:19.2.4" + checksum: 10c0/cd2c9ff67a720799cc3b38a516009986f7fc4cb8d3e15716c6211cf098d1357ee3e348ab05ad0600042bbb0fd888530ba92e329198c92eafa0994f5213396596 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.4" react-native: "npm:0.82.1" react-native-edge-to-edge: "npm:^1.7.0" react-native-nitro-modules: "npm:0.31.10"