This commit is contained in:
Salakar
2019-09-22 23:46:42 +01:00
parent c8b92cbd67
commit efba3ec40a
24 changed files with 46 additions and 46 deletions

View File

@@ -1,32 +1,32 @@
{
"name": "react-native-firebase-tests",
"version": "0.5.2",
"version": "0.5.3",
"private": true,
"scripts": {
"build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build",
"prepare": "patch-package"
},
"dependencies": {
"@react-native-firebase/admob": "0.5.2",
"@react-native-firebase/analytics": "0.5.2",
"@react-native-firebase/app": "0.5.2",
"@react-native-firebase/app-types": "0.5.2",
"@react-native-firebase/auth": "0.5.2",
"@react-native-firebase/crashlytics": "0.5.2",
"@react-native-firebase/database": "0.5.2",
"@react-native-firebase/dynamic-links": "0.5.2",
"@react-native-firebase/firestore": "0.5.2",
"@react-native-firebase/functions": "0.5.2",
"@react-native-firebase/iid": "0.5.2",
"@react-native-firebase/in-app-messaging": "0.5.2",
"@react-native-firebase/indexing": "0.5.2",
"@react-native-firebase/invites": "0.5.2",
"@react-native-firebase/messaging": "0.5.2",
"@react-native-firebase/ml-natural-language": "0.5.2",
"@react-native-firebase/ml-vision": "0.5.2",
"@react-native-firebase/perf": "0.5.2",
"@react-native-firebase/remote-config": "0.5.2",
"@react-native-firebase/storage": "0.5.2",
"@react-native-firebase/admob": "0.5.3",
"@react-native-firebase/analytics": "0.5.3",
"@react-native-firebase/app": "0.5.3",
"@react-native-firebase/app-types": "0.5.3",
"@react-native-firebase/auth": "0.5.3",
"@react-native-firebase/crashlytics": "0.5.3",
"@react-native-firebase/database": "0.5.3",
"@react-native-firebase/dynamic-links": "0.5.3",
"@react-native-firebase/firestore": "0.5.3",
"@react-native-firebase/functions": "0.5.3",
"@react-native-firebase/iid": "0.5.3",
"@react-native-firebase/in-app-messaging": "0.5.3",
"@react-native-firebase/indexing": "0.5.3",
"@react-native-firebase/invites": "0.5.3",
"@react-native-firebase/messaging": "0.5.3",
"@react-native-firebase/ml-natural-language": "0.5.3",
"@react-native-firebase/ml-vision": "0.5.3",
"@react-native-firebase/perf": "0.5.3",
"@react-native-firebase/remote-config": "0.5.3",
"@react-native-firebase/storage": "0.5.3",
"react": "16.8.6",
"react-native": "0.60.4"
},