Update dependencies (#544)

This commit is contained in:
Diego Mello 2018-11-20 11:01:59 -02:00 committed by GitHub
parent 50cf3cea59
commit f12a50c7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1636 additions and 568 deletions

View File

@ -185,7 +185,7 @@ repositories {
configurations.all {
resolutionStrategy {
force 'org.webkit:android-jsc:r225067'
force 'org.webkit:android-jsc:r236355'
}
}
@ -215,6 +215,7 @@ dependencies {
implementation 'com.facebook.fresco:animated-gif:1.10.0'
implementation 'com.facebook.fresco:animated-webp:1.10.0'
implementation 'com.facebook.fresco:webpsupport:1.10.0'
implementation 'com.google.android.gms:play-services-gcm:16.0.0'
implementation('com.crashlytics.sdk.android:crashlytics:2.9.5@aar') {
transitive = true;
}

2157
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,50 +28,50 @@
"ejson": "^2.1.2",
"js-base64": "^2.4.9",
"js-sha256": "^0.9.0",
"jsc-android": "^225067.0.0",
"jsc-android": "^236355.1.0",
"lodash": "^4.17.11",
"markdown-it-flowdock": "^0.3.7",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "16.6.0-alpha.8af6728",
"react": "16.6.1",
"react-emojione": "^5.0.0",
"react-native": "^0.57.3",
"react-native": "^0.57.5",
"react-native-actionsheet": "^2.4.2",
"react-native-audio": "^4.2.2",
"react-native-device-info": "^0.24.0",
"react-native-device-info": "^0.24.3",
"react-native-dialog": "^5.4.0",
"react-native-fabric": "github:corymsmith/react-native-fabric#523a4edab3b2bf55ea9eeea2cf0dde82c5c29dd4",
"react-native-fast-image": "^5.0.11",
"react-native-fast-image": "^5.1.1",
"react-native-gesture-handler": "^1.0.9",
"react-native-i18n": "^2.0.15",
"react-native-image-crop-picker": "git+https://github.com/RocketChat/react-native-image-crop-picker.git",
"react-native-image-zoom-viewer": "^2.2.21",
"react-native-keyboard-aware-scroll-view": "^0.7.3",
"react-native-keyboard-input": "^5.2.3",
"react-native-keyboard-tracking-view": "^5.4.4",
"react-native-image-crop-picker": "0.21.3",
"react-native-image-zoom-viewer": "^2.2.23",
"react-native-keyboard-aware-scroll-view": "^0.7.4",
"react-native-keyboard-input": "^5.3.1",
"react-native-keyboard-tracking-view": "^5.5.0",
"react-native-markdown-renderer": "^3.2.8",
"react-native-meteor": "^1.4.0",
"react-native-modal": "^6.5.0",
"react-native-navigation": "^2.0.2641",
"react-native-notifications": "^1.1.20",
"react-native-modal": "^7.0.0",
"react-native-navigation": "^2.1.3",
"react-native-notifications": "^1.1.21",
"react-native-optimized-flatlist": "^1.0.4",
"react-native-picker-select": "^4.4.0",
"react-native-picker-select": "^5.1.0",
"react-native-responsive-ui": "^1.1.1",
"react-native-safari-view": "^2.1.0",
"react-native-safe-area-view": "^0.11.0",
"react-native-scrollable-tab-view": "git+https://github.com/skv-headless/react-native-scrollable-tab-view.git",
"react-native-scrollable-tab-view": "0.10.0",
"react-native-slider": "^0.11.0",
"react-native-vector-icons": "^5.0.0",
"react-native-vector-icons": "^6.1.0",
"react-native-video": "^3.2.1",
"react-native-video-controls": "^2.2.3",
"react-redux": "^5.0.6",
"realm": "^2.18.0",
"react-redux": "^5.1.1",
"realm": "^2.19.1",
"redux": "^4.0.1",
"redux-enhancer-react-native-appstate": "^0.3.1",
"redux-immutable-state-invariant": "^2.1.0",
"redux-saga": "^0.16.2",
"rn-fetch-blob": "^0.10.13",
"snyk": "^1.97.0",
"snyk": "^1.109.0",
"strip-ansi": "^4.0.0"
},
"devDependencies": {
@ -88,7 +88,7 @@
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-runtime": "^6.26.0",
"codecov": "^3.1.0",
"detox": "^9.0.2",
"detox": "^9.1.2",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
@ -101,8 +101,8 @@
"metro-react-native-babel-preset": "^0.45.6",
"mocha": "^5.2.0",
"otp.js": "^1.1.0",
"react-dom": "16.6.0-alpha.8af6728",
"react-test-renderer": "16.6.0-alpha.8af6728",
"react-dom": "16.6.1",
"react-test-renderer": "16.6.1",
"reactotron-react-native": "^2.1.0",
"reactotron-redux": "^2.1.0",
"reactotron-redux-saga": "^2.1.0",