diff --git a/app/package.json b/app/package.json index 16cc5aec..0d386c7b 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.3.0", "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.3.0", "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 0b500d8c..da8026b3 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-dom": "~19.2.3", + "@types/react": "~19.3.0", + "@types/react-dom": "~19.3.0", "@types/webpack": "^5.28.5", "next": "^16.0.7", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.3.0", + "react-dom": "19.3.0", "react-icons": "^5.5.0", "react-native": "0.82.1", "rehype-slug": "^6.0.0", diff --git a/package.json b/package.json index be38c8c5..3306a247 100644 --- a/package.json +++ b/package.json @@ -32,24 +32,24 @@ "@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.3.0", "@vitest/browser": "^4.0.15", "del-cli": "^7.0.0", "eslint": "^9.39.1", "eslint-config-biome": "^2.1.3", "eslint-plugin-react": "^7.37.5", - "eslint-plugin-react-hooks": "^7.0.1", + "eslint-plugin-react-hooks": "^7.1.1", "jsdom": "^27.2.0", "lefthook": "^2.0.8", "playwright": "^1.57.0", "prettier": "^3.7.4", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.3.0", + "react-dom": "19.3.0", "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.3.0", "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 08273f3b..134825c2 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.3.0", + "react": "19.3.0", "react-native": "0.82.1" }, "peerDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 8eba09d6..91d911a0 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.3.0", + "react": "19.3.0", "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 071b0f3f..5bed2731 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.3.0", + "react": "19.3.0", "react-native": "0.82.1" }, "peerDependencies": { diff --git a/packages/next/package.json b/packages/next/package.json index 4810bec9..be5bcdaa 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.3.0", + "react-dom": "19.3.0" }, "peerDependencies": { "next": "^14.0.0 || ^15.0.0 || ^16.0.0", diff --git a/packages/svg/package.json b/packages/svg/package.json index eac781b7..542d9fad 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.3.0", + "react": "19.3.0", "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 11e90211..ac129674 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.3.0", "vite": "^7.2.6" }, "peerDependencies": { diff --git a/sandbox/next-app/package.json b/sandbox/next-app/package.json index 017b4f67..636da80d 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-dom": "~19.2.3", + "@types/react": "~19.3.0", + "@types/react-dom": "~19.3.0", "next": "^16.0.7", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.3.0", + "react-dom": "19.3.0", "react-native": "0.82.1", "typescript": "~5.9.3" } diff --git a/sandbox/unistyles-test/package.json b/sandbox/unistyles-test/package.json index 62e8898b..a7ee3ad1 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.3.0", "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 40dafab6..8b51cdd3 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.3.0" 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.3.0" 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.3.0" + react: "npm:19.3.0" 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.3.0" + react: "npm:19.3.0" 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-dom": "npm:~19.2.3" + "@types/react": "npm:~19.3.0" + "@types/react-dom": "npm:~19.3.0" "@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.3.0" + react-dom: "npm:19.3.0" 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.3.0" + react: "npm:19.3.0" 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.3.0" + react-dom: "npm:19.3.0" 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.3.0" + react: "npm:19.3.0" 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.3.0" vite: "npm:^7.2.6" peerDependencies: "@babel/core": ^7.0.0 @@ -5193,21 +5193,21 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:~19.2.3": - version: 19.2.3 - resolution: "@types/react-dom@npm:19.2.3" +"@types/react-dom@npm:~19.3.0": + version: 19.3.0 + resolution: "@types/react-dom@npm:19.3.0" peerDependencies: - "@types/react": ^19.2.0 - checksum: 10c0/b486ebe0f4e2fb35e2e108df1d8fc0927ca5d6002d5771e8a739de11239fe62d0e207c50886185253c99eb9dedfeeb956ea7429e5ba17f6693c7acb4c02f8cd1 + "@types/react": ^19.3.0 + checksum: 10c0/ce0066d28b62bc6afdd17ca84756b8fbe0f6ffc0c8b1e60739abc30e81510da2edbc1007e6ab3d974d30f5a8c25bb0f7de8d7ce09736c909fe84c0f9aed0b946 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.3.0": + version: 19.3.0 + resolution: "@types/react@npm:19.3.0" dependencies: csstype: "npm:^3.2.2" - checksum: 10c0/a7b75f1f9fcb34badd6f84098be5e35a0aeca614bc91f93d2698664c0b2ba5ad128422bd470ada598238cebe4f9e604a752aead7dc6f5a92261d0c7f9b27cfd1 + checksum: 10c0/fbcabf303f935ca9f36ed2dcf81751cf84744098c5a683c8a62a0fa7edd31714b48d5c46b12fd0014f7f2dfe4d9ec6de428a850748eec719a70294e51029551b languageName: node linkType: hard @@ -8066,9 +8066,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-hooks@npm:^7.0.1": - version: 7.0.1 - resolution: "eslint-plugin-react-hooks@npm:7.0.1" +"eslint-plugin-react-hooks@npm:^7.1.1": + version: 7.1.1 + resolution: "eslint-plugin-react-hooks@npm:7.1.1" dependencies: "@babel/core": "npm:^7.24.4" "@babel/parser": "npm:^7.24.4" @@ -8076,8 +8076,8 @@ __metadata: zod: "npm:^3.25.0 || ^4.0.0" zod-validation-error: "npm:^3.5.0 || ^4.0.0" peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - checksum: 10c0/1e711d1a9d1fa9cfc51fa1572500656577201199c70c795c6a27adfc1df39e5c598f69aab6aa91117753d23cc1f11388579a2bed14921cf9a4efe60ae8618496 + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0 + checksum: 10c0/cee8454915d71ac5d70a0d8f4f260e76eaf45fcd4162747dd4282b792ee5616d187351dabe6cdcff9040c79d0cec625635c4fd0777276be119efa88ebe058525 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-dom": "npm:~19.2.3" + "@types/react": "npm:~19.3.0" + "@types/react-dom": "npm:~19.3.0" next: "npm:^16.0.7" - react: "npm:19.2.0" - react-dom: "npm:19.2.0" + react: "npm:19.3.0" + react-dom: "npm:19.3.0" 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.3.0, react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": + version: 19.3.0 + resolution: "react-dom@npm:19.3.0" dependencies: - scheduler: "npm:^0.27.0" + scheduler: "npm:^0.28.0" peerDependencies: - react: ^19.2.0 - checksum: 10c0/fa2cae05248d01288e91523b590ce4e7635b1e13f1344e225f850d722a8da037bf0782f63b1c1d46353334e0c696909b82e582f8cad607948fde6f7646cc18d9 + react: ^19.3.0 + checksum: 10c0/c513044b724dd6bfe9500a9682d60973e7f8a48cffba00b6b16d3e910e27dcc459bf71bf0a5c33d7d62a3843ca30de1bd1e2098058aa4ed71f618a24b6061da5 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.3.0": + version: 19.3.0 + resolution: "react-is@npm:19.3.0" + checksum: 10c0/99b16fc1009222ec0bbe05286566c865908430778ea6ba90dd418c7a11594c6cbb8db58432735b9203e3c6463e3eef5a399df1317ee2d75fd96b3a88cfaa662e 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.3.0": + version: 19.3.0 + resolution: "react-test-renderer@npm:19.3.0" dependencies: - react-is: "npm:^19.2.0" - scheduler: "npm:^0.27.0" + react-is: "npm:^19.3.0" + scheduler: "npm:^0.28.0" peerDependencies: - react: ^19.2.0 - checksum: 10c0/cc116b908489316f06881bf7392c5fad4b5f66be42d2f04788f4179a19e86674d54f1006b33fe9eba28bde6edb4cb38764ab75b416f28d02e0182c5552c97551 + react: ^19.3.0 + checksum: 10c0/40b64160bbc42d72e9ab60327cc3646865656f314a28a31a7496460d19a1a1af89c0785573010fe758f2deeca362185cec6304b15e22c4770fde3736f56716fe languageName: node linkType: hard @@ -13267,24 +13267,24 @@ __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.3.0" "@vitest/browser": "npm:^4.0.15" del-cli: "npm:^7.0.0" eslint: "npm:^9.39.1" eslint-config-biome: "npm:^2.1.3" eslint-plugin-react: "npm:^7.37.5" - eslint-plugin-react-hooks: "npm:^7.0.1" + eslint-plugin-react-hooks: "npm:^7.1.1" jsdom: "npm:^27.2.0" 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.3.0" + react-dom: "npm:19.3.0" 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.3.0" 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.3.0, react@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0": + version: 19.3.0 + resolution: "react@npm:19.3.0" + checksum: 10c0/dd3099c3c43a7122bc01223bb26b0f8d5ba13cca569af6fb94a005fb54fa73223c9cb203bb226d40cfd49a82cbeef2e36ce84062a3a6d5b9fe8f4437694c7b52 languageName: node linkType: hard @@ -14012,10 +14012,10 @@ __metadata: languageName: node linkType: hard -"scheduler@npm:^0.27.0": - version: 0.27.0 - resolution: "scheduler@npm:0.27.0" - checksum: 10c0/4f03048cb05a3c8fddc45813052251eca00688f413a3cee236d984a161da28db28ba71bd11e7a3dd02f7af84ab28d39fb311431d3b3772fed557945beb00c452 +"scheduler@npm:^0.28.0": + version: 0.28.0 + resolution: "scheduler@npm:0.28.0" + checksum: 10c0/783c8e5ce89d41273a02ed6dc0e3d24bd60e05c9e8f7e3adfc6c82e7c69935500d90e343f1ee26d592fc7504e8a2532573c6368def3e93bfe812391fa53efaf4 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.3.0" react-native: "npm:0.82.1" react-native-edge-to-edge: "npm:^1.7.0" react-native-nitro-modules: "npm:0.31.10"