This commit is contained in:
2025-07-11 00:23:27 +05:00
parent 50d299fb24
commit 452887148d
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"react": "19.0.0", "react": "19.0.0",
"react-native": "0.79.5", "react-native": "0.79.5",
"react-native-modal-datetime-picker": "^15.0.1", "react-native-modal-datetime-picker": "^15.0.1",
"react-native-safe-area-context": "^5.5.1", "react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.11.1", "react-native-screens": "^4.11.1",
"react-native-svg": "^15.12.0", "react-native-svg": "^15.12.0",
"react-native-webview": "^13.11.0" "react-native-webview": "^13.11.0"
@@ -6432,9 +6432,9 @@
} }
}, },
"node_modules/react-native-safe-area-context": { "node_modules/react-native-safe-area-context": {
"version": "5.5.1", "version": "5.5.2",
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.5.1.tgz", "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.5.2.tgz",
"integrity": "sha512-WYxV+mm7SWuapVWxq2071lkQlDUXjSwcu7Cc2bUtNcF80/Bl0WnuWAZ8+tO46M38PclMrQIIgbv83BvDHJNQ5g==", "integrity": "sha512-t4YVbHa9uAGf+pHMabGrb0uHrD5ogAusSu842oikJ3YKXcYp6iB4PTGl0EZNkUIR3pCnw/CXKn42OCfhsS0JIw==",
"peerDependencies": { "peerDependencies": {
"react": "*", "react": "*",
"react-native": "*" "react-native": "*"

View File

@@ -17,14 +17,14 @@
"@react-navigation/native": "^7.1.14", "@react-navigation/native": "^7.1.14",
"@react-navigation/stack": "^7.4.2", "@react-navigation/stack": "^7.4.2",
"expo": "~53.0.16", "expo": "~53.0.16",
"expo-image-picker": "~16.1.4",
"expo-status-bar": "~2.2.3", "expo-status-bar": "~2.2.3",
"react": "19.0.0", "react": "19.0.0",
"react-native": "0.79.5", "react-native": "0.79.5",
"react-native-modal-datetime-picker": "^15.0.1", "react-native-modal-datetime-picker": "^15.0.1",
"react-native-safe-area-context": "^5.5.1", "react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.11.1", "react-native-screens": "^4.11.1",
"react-native-svg": "^15.12.0", "react-native-svg": "^15.12.0",
"expo-image-picker": "~16.1.4",
"react-native-webview": "^13.11.0" "react-native-webview": "^13.11.0"
}, },
"devDependencies": { "devDependencies": {