Skip to content

Commit 85b5a82

Browse files
chore(deps): bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.1.1 to 19.2.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react) Updates `@types/react` from 19.2.2 to 19.2.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-version: 19.2.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3842e1d commit 85b5a82

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@react-native/new-app-screen": "0.82.1",
15-
"react": "19.1.1",
15+
"react": "19.2.1",
1616
"react-native": "0.82.1",
1717
"react-native-nitro-modules": "0.31.4",
1818
"react-native-safe-area-context": "^5.6.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"jiti": "^2.6.1",
8787
"nitrogen": "0.31.4",
8888
"prettier": "^3.6.2",
89-
"react": "19.1.1",
89+
"react": "19.2.1",
9090
"react-dom": "19.1.1",
9191
"react-native": "0.82",
9292
"react-native-builder-bob": "^0.40.14",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3961,11 +3961,11 @@ __metadata:
39613961
linkType: hard
39623962

39633963
"@types/react@npm:19.2.x":
3964-
version: 19.2.2
3965-
resolution: "@types/react@npm:19.2.2"
3964+
version: 19.2.7
3965+
resolution: "@types/react@npm:19.2.7"
39663966
dependencies:
3967-
csstype: "npm:^3.0.2"
3968-
checksum: 10/d6adf8fd4bb23a7e04da5700d96b15dc0f59653727a9c6e940c151d7232fa1dbbab98417d5ac830dcfb6cba3f206efbd4cd83647e6f9a688d7363a90e607f6bf
3967+
csstype: "npm:^3.2.2"
3968+
checksum: 10/dc0b756eee2c9782d282ae47eaa8d537b2a569eb889a6808c4b172d70fb690b2b1d8fe6239db451aa1c90d2a947cc21c9b537ce177ba9e6121468e403e4079c5
39693969
languageName: node
39703970
linkType: hard
39713971

@@ -5922,10 +5922,10 @@ __metadata:
59225922
languageName: node
59235923
linkType: hard
59245924

5925-
"csstype@npm:^3.0.2":
5926-
version: 3.1.3
5927-
resolution: "csstype@npm:3.1.3"
5928-
checksum: 10/f593cce41ff5ade23f44e77521e3a1bcc2c64107041e1bf6c3c32adc5187d0d60983292fda326154d20b01079e24931aa5b08e4467cc488b60bb1e7f6d478ade
5925+
"csstype@npm:^3.2.2":
5926+
version: 3.2.3
5927+
resolution: "csstype@npm:3.2.3"
5928+
checksum: 10/ad41baf7e2ffac65ab544d79107bf7cd1a4bb9bab9ac3302f59ab4ba655d5e30942a8ae46e10ba160c6f4ecea464cc95b975ca2fefbdeeacd6ac63f12f99fe1f
59295929
languageName: node
59305930
linkType: hard
59315931

@@ -12075,7 +12075,7 @@ __metadata:
1207512075
"@react-native/typescript-config": "npm:0.82.1"
1207612076
"@types/jest": "npm:^30.0.0"
1207712077
babel-plugin-module-resolver: "npm:^5.0.2"
12078-
react: "npm:19.1.1"
12078+
react: "npm:19.2.1"
1207912079
react-native: "npm:0.82.1"
1208012080
react-native-nitro-modules: "npm:0.31.4"
1208112081
react-native-safe-area-context: "npm:^5.6.2"
@@ -12113,7 +12113,7 @@ __metadata:
1211312113
jiti: "npm:^2.6.1"
1211412114
nitrogen: "npm:0.31.4"
1211512115
prettier: "npm:^3.6.2"
12116-
react: "npm:19.1.1"
12116+
react: "npm:19.2.1"
1211712117
react-dom: "npm:19.1.1"
1211812118
react-native: "npm:0.82"
1211912119
react-native-builder-bob: "npm:^0.40.14"
@@ -12239,10 +12239,10 @@ __metadata:
1223912239
languageName: node
1224012240
linkType: hard
1224112241

12242-
"react@npm:19.1.1":
12243-
version: 19.1.1
12244-
resolution: "react@npm:19.1.1"
12245-
checksum: 10/9801530fdc939e1a7a499422e930515b2400809cb39c2872984e99f832d233f61659a693871183dac3155c2f9b2c9dcf4440a56bd18983277ae92860e38c3a61
12242+
"react@npm:19.2.1":
12243+
version: 19.2.1
12244+
resolution: "react@npm:19.2.1"
12245+
checksum: 10/7c7ab0f40b98e87e1466bea8c28564c5f3c384506cbda93d24788d32b40bf6059c991687c7e90a396b11f09223a779a81b1188af9acd839aaa0a672987c13107
1224612246
languageName: node
1224712247
linkType: hard
1224812248

0 commit comments

Comments
 (0)