Skip to content

Commit 878315b

Browse files
chore(dev-deps): update dependency react to v19.2.3
1 parent aa3cfed commit 878315b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@react-navigation/bottom-tabs": "^7.2.0",
1616
"@react-navigation/native": "^7.0.14",
1717
"nodejs-mobile-react-native": "Shopify/nodejs-mobile-react-native",
18-
"react": "19.0.0",
18+
"react": "19.2.3",
1919
"react-native": "0.79.7",
2020
"react-native-device-info": "^14.0.2",
2121
"react-native-safe-area-context": "^5.6.2",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5993,10 +5993,10 @@ react-refresh@^0.14.0:
59935993
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
59945994
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
59955995

5996-
react@19.0.0:
5997-
version "19.0.0"
5998-
resolved "https://registry.npmjs.org/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
5999-
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
5996+
react@19.2.3:
5997+
version "19.2.3"
5998+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.3.tgz#d83e5e8e7a258cf6b4fe28640515f99b87cd19b8"
5999+
integrity sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==
60006000

60016001
readable-stream@^2.0.6:
60026002
version "2.3.8"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-prettier": "^4.2.1",
6464
"pod-install": "^0.3.10",
6565
"prettier": "^2.8.8",
66-
"react": "^19.0.0",
66+
"react": "^19.2.3",
6767
"react-native": "0.79.7",
6868
"react-native-builder-bob": "^0.35.2",
6969
"react-native-dotenv": "^3.4.10",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6335,9 +6335,9 @@ react-refresh@^0.14.0:
63356335
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
63366336
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
63376337

6338-
react@^19.0.0:
6338+
react@^19.2.3:
63396339
version "19.2.3"
6340-
resolved "https://registry.npmjs.org/react/-/react-19.2.3.tgz#d83e5e8e7a258cf6b4fe28640515f99b87cd19b8"
6340+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.3.tgz#d83e5e8e7a258cf6b4fe28640515f99b87cd19b8"
63416341
integrity sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==
63426342

63436343
readable-stream@~2.3.6:

0 commit comments

Comments
 (0)