This commit is contained in:
Salakar
2019-07-30 08:25:35 +01:00
parent d267e67e3a
commit f84482ba5e
25 changed files with 86 additions and 86 deletions

View File

@@ -1,32 +1,32 @@
{
"name": "react-native-firebase-tests",
"version": "0.0.26",
"version": "0.1.0",
"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/analytics": "0.0.26",
"@react-native-firebase/app": "0.0.26",
"@react-native-firebase/app-types": "0.0.26",
"@react-native-firebase/auth": "0.0.26",
"@react-native-firebase/config": "0.0.26",
"@react-native-firebase/crashlytics": "0.0.26",
"@react-native-firebase/database": "0.0.26",
"@react-native-firebase/fiam": "0.0.26",
"@react-native-firebase/firestore": "0.0.26",
"@react-native-firebase/functions": "0.0.26",
"@react-native-firebase/iid": "0.0.26",
"@react-native-firebase/indexing": "^0.0.26",
"@react-native-firebase/invites": "0.0.26",
"@react-native-firebase/dynamic-links": "0.0.26",
"@react-native-firebase/messaging": "0.0.26",
"@react-native-firebase/ml-natural-language": "0.0.26",
"@react-native-firebase/ml-vision": "0.0.26",
"@react-native-firebase/perf": "0.0.26",
"@react-native-firebase/storage": "0.0.26",
"@react-native-firebase/utils": "0.0.26",
"@react-native-firebase/analytics": "0.1.0",
"@react-native-firebase/app": "0.1.0",
"@react-native-firebase/app-types": "0.1.0",
"@react-native-firebase/auth": "0.1.0",
"@react-native-firebase/config": "0.1.0",
"@react-native-firebase/crashlytics": "0.1.0",
"@react-native-firebase/database": "0.1.0",
"@react-native-firebase/dynamic-links": "0.1.0",
"@react-native-firebase/fiam": "0.1.0",
"@react-native-firebase/firestore": "0.1.0",
"@react-native-firebase/functions": "0.1.0",
"@react-native-firebase/iid": "0.1.0",
"@react-native-firebase/indexing": "0.1.0",
"@react-native-firebase/invites": "0.1.0",
"@react-native-firebase/messaging": "0.1.0",
"@react-native-firebase/ml-natural-language": "0.1.0",
"@react-native-firebase/ml-vision": "0.1.0",
"@react-native-firebase/perf": "0.1.0",
"@react-native-firebase/storage": "0.1.0",
"@react-native-firebase/utils": "0.1.0",
"react": "16.8.6",
"react-native": "0.60.4"
},