WIP 1.4 updates.
This commit is contained in:
37
package.json
37
package.json
@@ -18,23 +18,24 @@
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.7.0-alpha.3",
|
||||
"@expo/vector-icons": "^13.0.0",
|
||||
"@react-native-async-storage/async-storage": "~1.17.3",
|
||||
"@react-native-async-storage/async-storage": "~1.17.10",
|
||||
"@react-native-community/art": "^1.2.0",
|
||||
"@react-native-community/cli-debugger-ui": "^7.0.3",
|
||||
"@react-native-community/cli-debugger-ui": "^9.0.0",
|
||||
"@react-native-community/masked-view": "^0.1.11",
|
||||
"@react-navigation/bottom-tabs": "^6.2.0",
|
||||
"@react-navigation/drawer": "^6.3.1",
|
||||
"@react-navigation/native": "^6.0.8",
|
||||
"@react-navigation/stack": "^6.1.1",
|
||||
"@react-navigation/bottom-tabs": "^6.3.3",
|
||||
"@react-navigation/drawer": "^6.4.4",
|
||||
"@react-navigation/native": "^6.0.12",
|
||||
"@react-navigation/native-stack": "^6.8.0",
|
||||
"@react-navigation/stack": "^6.2.3",
|
||||
"axios": "^0.27.2",
|
||||
"cloudinary-core": "^2.12.3",
|
||||
"cloudinary-core": "^2.13.0",
|
||||
"dinero.js": "^1.9.1",
|
||||
"expo": "^46.0.0",
|
||||
"expo": "^46.0.10",
|
||||
"expo-app-loading": "~2.1.0",
|
||||
"expo-application": "~4.2.2",
|
||||
"expo-av": "~12.0.4",
|
||||
"expo-camera": "~12.3.0",
|
||||
"expo-constants": "~13.2.3",
|
||||
"expo-constants": "~13.2.4",
|
||||
"expo-dev-client": "~1.2.1",
|
||||
"expo-device": "~4.3.0",
|
||||
"expo-file-system": "~14.1.0",
|
||||
@@ -47,28 +48,30 @@
|
||||
"expo-permissions": "~13.2.0",
|
||||
"expo-status-bar": "~1.4.0",
|
||||
"expo-system-ui": "~1.3.0",
|
||||
"expo-updates": "~0.14.4",
|
||||
"expo-updates": "~0.14.5",
|
||||
"expo-video-thumbnails": "~6.4.0",
|
||||
"firebase": "^9.8.3",
|
||||
"formik": "^2.2.9",
|
||||
"graphql": "^15.4.0",
|
||||
"i18next": "^21.8.10",
|
||||
"graphql": "^16.6.0",
|
||||
"i18next": "^21.9.1",
|
||||
"intl": "^1.2.5",
|
||||
"lodash": "^4.17.20",
|
||||
"luxon": "^2.3.1",
|
||||
"luxon": "^3.0.3",
|
||||
"mime": "^3.0.0",
|
||||
"moment": "^2.29.1",
|
||||
"moment": "^2.29.4",
|
||||
"normalize-url": "^7.0.3",
|
||||
"react": "18.0.0",
|
||||
"react-dom": "18.0.0",
|
||||
"react-i18next": "^11.17.2",
|
||||
"react-native": "0.69.4",
|
||||
"react-native": "0.69.5",
|
||||
"react-native-dnd-board": "hungga1711/react-native-dnd-board#13/head",
|
||||
"react-native-draggable-flatlist": "^3.1.2",
|
||||
"react-native-gesture-handler": "~2.5.0",
|
||||
"react-native-image-gallery": "^2.1.5",
|
||||
"react-native-image-viewing": "^0.2.2",
|
||||
"react-native-indicators": "^0.17.0",
|
||||
"react-native-pager-view": "5.4.24",
|
||||
"react-native-paper": "^4.11.2",
|
||||
"react-native-paper": "^4.12.4",
|
||||
"react-native-progress": "^5.0.0",
|
||||
"react-native-reanimated": "~2.9.1",
|
||||
"react-native-safe-area-context": "4.3.1",
|
||||
@@ -86,7 +89,7 @@
|
||||
"subscriptions-transport-ws": "^0.9.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/core": "^7.19.0",
|
||||
"babel-preset-expo": "~9.2.0",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
|
||||
Reference in New Issue
Block a user