This commit is contained in:
Salakar
2019-09-16 04:58:48 +01:00
parent 8ab6900605
commit 0d2589f439
24 changed files with 64 additions and 64 deletions

View File

@@ -1,32 +1,32 @@
{
"name": "react-native-firebase-tests",
"version": "0.4.1",
"version": "0.4.2",
"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.4.1",
"@react-native-firebase/analytics": "0.4.1",
"@react-native-firebase/app": "0.4.1",
"@react-native-firebase/app-types": "0.4.1",
"@react-native-firebase/auth": "0.4.1",
"@react-native-firebase/crashlytics": "0.4.1",
"@react-native-firebase/database": "0.4.1",
"@react-native-firebase/dynamic-links": "0.4.1",
"@react-native-firebase/firestore": "0.4.1",
"@react-native-firebase/functions": "0.4.1",
"@react-native-firebase/iid": "0.4.1",
"@react-native-firebase/in-app-messaging": "0.4.1",
"@react-native-firebase/indexing": "0.4.1",
"@react-native-firebase/invites": "0.4.1",
"@react-native-firebase/messaging": "0.4.1",
"@react-native-firebase/ml-natural-language": "0.4.1",
"@react-native-firebase/ml-vision": "0.4.1",
"@react-native-firebase/perf": "0.4.1",
"@react-native-firebase/remote-config": "0.4.1",
"@react-native-firebase/storage": "0.4.1",
"@react-native-firebase/admob": "0.4.2",
"@react-native-firebase/analytics": "0.4.2",
"@react-native-firebase/app": "0.4.2",
"@react-native-firebase/app-types": "0.4.2",
"@react-native-firebase/auth": "0.4.2",
"@react-native-firebase/crashlytics": "0.4.2",
"@react-native-firebase/database": "0.4.2",
"@react-native-firebase/dynamic-links": "0.4.2",
"@react-native-firebase/firestore": "0.4.2",
"@react-native-firebase/functions": "0.4.2",
"@react-native-firebase/iid": "0.4.2",
"@react-native-firebase/in-app-messaging": "0.4.2",
"@react-native-firebase/indexing": "0.4.2",
"@react-native-firebase/invites": "0.4.2",
"@react-native-firebase/messaging": "0.4.2",
"@react-native-firebase/ml-natural-language": "0.4.2",
"@react-native-firebase/ml-vision": "0.4.2",
"@react-native-firebase/perf": "0.4.2",
"@react-native-firebase/remote-config": "0.4.2",
"@react-native-firebase/storage": "0.4.2",
"react": "16.8.6",
"react-native": "0.60.4"
},