Skip to content
Closed
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.3",
"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.3",
"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.3"
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.3"
react-native: "npm:0.78.3"
react-native-builder-bob: "npm:^0.40.11"
typescript: "npm:^5.2.2"
Expand Down Expand Up @@ -3421,11 +3421,11 @@ __metadata:
linkType: hard

"@types/react@npm:^19.0.0":
version: 19.2.7
resolution: "@types/react@npm:19.2.7"
version: 19.2.8
resolution: "@types/react@npm:19.2.8"
dependencies:
csstype: "npm:^3.2.2"
checksum: 10c0/a7b75f1f9fcb34badd6f84098be5e35a0aeca614bc91f93d2698664c0b2ba5ad128422bd470ada598238cebe4f9e604a752aead7dc6f5a92261d0c7f9b27cfd1
checksum: 10c0/832834998c4ee971fca72ecf1eb95dc924ad3931a2112c687a4dae498aabd115c5fa4db09186853e34a646226b0223808c8f867df03d17601168f9cf119448de
languageName: node
linkType: hard

Expand Down Expand Up @@ -10491,10 +10491,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.3":
version: 19.2.3
resolution: "react@npm:19.2.3"
checksum: 10c0/094220b3ba3a76c1b668f972ace1dd15509b157aead1b40391d1c8e657e720c201d9719537375eff08f5e0514748c0319063392a6f000e31303aafc4471f1436
languageName: node
linkType: hard

Expand Down
Loading