aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
1 files changed, 19 insertions, 16 deletions
diff --git a/package.json b/package.json
index 3384073..a835d50 100644
--- a/package.json
+++ b/package.json
@@ -12,24 +12,27 @@
"dependencies": {
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
- "expo": "~44.0.0",
- "expo-camera": "~12.1.2",
- "expo-image-picker": "~12.0.1",
- "expo-media-library": "~14.0.0",
- "expo-secure-store": "~11.1.0",
- "expo-sharing": "~10.1.0",
- "expo-status-bar": "~1.2.0",
- "expo-web-browser": "~10.1.0",
- "react": "17.0.1",
- "react-dom": "17.0.1",
- "react-native": "0.64.3",
- "react-native-dialog": "^9.2.1",
- "react-native-safe-area-context": "3.3.2",
- "react-native-screens": "~3.10.1",
- "react-native-web": "0.17.1"
+ "deprecated-react-native-prop-types": "^4.0.0",
+ "expo": "^46.0.0",
+ "expo-camera": "~12.5.0",
+ "expo-image-picker": "~13.3.1",
+ "expo-media-library": "~14.2.0",
+ "expo-secure-store": "~11.3.0",
+ "expo-sharing": "~10.3.0",
+ "expo-status-bar": "~1.4.0",
+ "expo-web-browser": "~11.0.0",
+ "patch-package": "^6.5.1",
+ "react": "18.0.0",
+ "react-dom": "18.0.0",
+ "react-native": "0.69.6",
+ "react-native-dialog": "^9.3.0",
+ "react-native-safe-area-context": "4.3.1",
+ "react-native-screens": "~3.15.0",
+ "react-native-web": "~0.18.7"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
+ "@babel/core": "^7.18.6"
},
+ "postinstall": "patch-package",
"private": true
}