diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 18:46:35 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-03-28 18:46:35 +0200 |
| commit | d44a5a6c4530691a63204b2231f04e2bcf287907 (patch) | |
| tree | f62bab936e94bd4f32f3bf1c0241df737bd8bcf4 /package.json | |
| parent | 5cf454c6800d6bfe26e08c6b4393b82bff442b4d (diff) | |
| download | aparatus-d44a5a6c4530691a63204b2231f04e2bcf287907.tar.gz aparatus-d44a5a6c4530691a63204b2231f04e2bcf287907.tar.zst aparatus-d44a5a6c4530691a63204b2231f04e2bcf287907.zip | |
Upgrade app to sdk 46
Fix no `Alert` in Camera.js
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 35 |
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 } |
