Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-navigation/native": "^7.0.9",
"@react-navigation/native-stack": "^7.3.3",
"react": "19.0.0",
"react": "19.2.0",
"react-native": "^0.78.0",
"react-native-safe-area-context": "^5.4.1",
"react-native-screens": "4.11.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"husky": "^9.0.11",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react": "19.0.0",
"react": "19.2.0",
"react-native": "0.78.3",
"react-native-builder-bob": "^0.40.11",
"typescript": "^5.2.2"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ __metadata:
"@react-navigation/native": "npm:^7.0.9"
"@react-navigation/native-stack": "npm:^7.3.3"
"@types/react": "npm:^19.0.0"
react: "npm:19.0.0"
react: "npm:19.2.0"
react-native: "npm:^0.78.0"
react-native-builder-bob: "npm:^0.40.11"
react-native-safe-area-context: "npm:^5.4.1"
Expand Down Expand Up @@ -53,7 +53,7 @@ __metadata:
husky: "npm:^9.0.11"
jest: "npm:^29.7.0"
prettier: "npm:^3.0.3"
react: "npm:19.0.0"
react: "npm:19.2.0"
react-native: "npm:0.78.3"
react-native-builder-bob: "npm:^0.40.11"
typescript: "npm:^5.2.2"
Expand Down Expand Up @@ -3398,11 +3398,11 @@ __metadata:
linkType: hard

"@types/react@npm:^19.0.0":
version: 19.1.12
resolution: "@types/react@npm:19.1.12"
version: 19.2.2
resolution: "@types/react@npm:19.2.2"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/e35912b43da0caaab5252444bab87a31ca22950cde2822b3b3dc32e39c2d42dad1a4cf7b5dde9783aa2d007f0b2cba6ab9563fc6d2dbcaaa833b35178118767c
checksum: 10c0/f830b1204aca4634ce3c6cb3477b5d3d066b80a4dd832a4ee0069acb504b6debd2416548a43a11c1407c12bc60e2dc6cf362934a18fe75fe06a69c0a98cba8ab
languageName: node
linkType: hard

Expand Down Expand Up @@ -10458,10 +10458,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
"react@npm:19.2.0":
version: 19.2.0
resolution: "react@npm:19.2.0"
checksum: 10c0/1b6d64eacb9324725bfe1e7860cb7a6b8a34bc89a482920765ebff5c10578eb487e6b46b2f0df263bd27a25edbdae2c45e5ea5d81ae61404301c1a7192c38330
languageName: node
linkType: hard

Expand Down
Loading