Update dependencies (#484)
* Bump version to 1.4.0 (#482) * test * one more test * Fix build
This commit is contained in:
parent
b665199a60
commit
a91d6af492
|
@ -185,7 +185,7 @@ repositories {
|
||||||
|
|
||||||
configurations.all {
|
configurations.all {
|
||||||
resolutionStrategy {
|
resolutionStrategy {
|
||||||
force 'org.webkit:android-jsc:r224109'
|
force 'org.webkit:android-jsc:r225067'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
|
@ -28,25 +28,25 @@
|
||||||
"ejson": "^2.1.2",
|
"ejson": "^2.1.2",
|
||||||
"js-base64": "^2.4.9",
|
"js-base64": "^2.4.9",
|
||||||
"js-sha256": "^0.9.0",
|
"js-sha256": "^0.9.0",
|
||||||
"jsc-android": "^224109.1.0",
|
"jsc-android": "^225067.0.0",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"markdown-it-flowdock": "^0.3.7",
|
"markdown-it-flowdock": "^0.3.7",
|
||||||
"moment": "^2.22.2",
|
"moment": "^2.22.2",
|
||||||
"prop-types": "^15.6.2",
|
"prop-types": "^15.6.2",
|
||||||
"react": "^16.5.2",
|
"react": "16.6.0-alpha.8af6728",
|
||||||
"react-emojione": "^5.0.0",
|
"react-emojione": "^5.0.0",
|
||||||
"react-native": "^0.57.1",
|
"react-native": "^0.57.3",
|
||||||
"react-native-actionsheet": "^2.4.2",
|
"react-native-actionsheet": "^2.4.2",
|
||||||
"react-native-audio": "^4.2.0",
|
"react-native-audio": "^4.2.2",
|
||||||
"react-native-device-info": "^0.22.6",
|
"react-native-device-info": "^0.24.0",
|
||||||
"react-native-dialog": "^5.1.0",
|
"react-native-dialog": "^5.4.0",
|
||||||
"react-native-fabric": "^0.5.1",
|
"react-native-fabric": "^0.5.2",
|
||||||
"react-native-fast-image": "^5.0.10",
|
"react-native-fast-image": "^5.0.11",
|
||||||
"react-native-gesture-handler": "^1.0.7",
|
"react-native-gesture-handler": "^1.0.8",
|
||||||
"react-native-i18n": "^2.0.15",
|
"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-crop-picker": "git+https://github.com/RocketChat/react-native-image-crop-picker.git",
|
||||||
"react-native-image-zoom-viewer": "^2.2.18",
|
"react-native-image-zoom-viewer": "^2.2.21",
|
||||||
"react-native-keyboard-aware-scroll-view": "^0.7.2",
|
"react-native-keyboard-aware-scroll-view": "^0.7.3",
|
||||||
"react-native-keyboard-input": "^5.2.3",
|
"react-native-keyboard-input": "^5.2.3",
|
||||||
"react-native-keyboard-tracking-view": "^5.4.4",
|
"react-native-keyboard-tracking-view": "^5.4.4",
|
||||||
"react-native-markdown-renderer": "^3.2.8",
|
"react-native-markdown-renderer": "^3.2.8",
|
||||||
|
@ -64,11 +64,11 @@
|
||||||
"react-native-video": "^3.2.1",
|
"react-native-video": "^3.2.1",
|
||||||
"react-native-video-controls": "^2.2.3",
|
"react-native-video-controls": "^2.2.3",
|
||||||
"react-redux": "^5.0.6",
|
"react-redux": "^5.0.6",
|
||||||
"realm": "^2.16.1",
|
"realm": "^2.18.0",
|
||||||
"redux": "^4.0.0",
|
"redux": "^4.0.1",
|
||||||
"redux-enhancer-react-native-appstate": "^0.3.1",
|
"redux-enhancer-react-native-appstate": "^0.3.1",
|
||||||
"redux-immutable-state-invariant": "^2.1.0",
|
"redux-immutable-state-invariant": "^2.1.0",
|
||||||
"redux-saga": "^0.16.0",
|
"redux-saga": "^0.16.2",
|
||||||
"rn-fetch-blob": "^0.10.13",
|
"rn-fetch-blob": "^0.10.13",
|
||||||
"snyk": "^1.97.0",
|
"snyk": "^1.97.0",
|
||||||
"strip-ansi": "^4.0.0"
|
"strip-ansi": "^4.0.0"
|
||||||
|
@ -99,8 +99,8 @@
|
||||||
"jest-cli": "^23.6.0",
|
"jest-cli": "^23.6.0",
|
||||||
"metro-react-native-babel-preset": "^0.45.6",
|
"metro-react-native-babel-preset": "^0.45.6",
|
||||||
"mocha": "^5.2.0",
|
"mocha": "^5.2.0",
|
||||||
"react-dom": "^16.5.2",
|
"react-dom": "16.6.0-alpha.8af6728",
|
||||||
"react-test-renderer": "^16.5.2",
|
"react-test-renderer": "16.6.0-alpha.8af6728",
|
||||||
"reactotron-react-native": "^2.1.0",
|
"reactotron-react-native": "^2.1.0",
|
||||||
"reactotron-redux": "^2.1.0",
|
"reactotron-redux": "^2.1.0",
|
||||||
"reactotron-redux-saga": "^2.1.0",
|
"reactotron-redux-saga": "^2.1.0",
|
||||||
|
|
Loading…
Reference in New Issue