Update dependencies (#863)

* Minor updates

* Update jsc-android

* Update react-native-modal

* Minor updates

* Update react-native-fast-image

* Minor dev updates

* Few major updates

* Update react-native-keyboard-aware-scroll-view

* Update pods

* Update android-support

* Update tests
This commit is contained in:
Diego Mello 2019-04-30 18:56:41 -03:00 committed by GitHub
parent 94e32368dd
commit 2f920c63e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 629 additions and 488 deletions

View File

@ -6970,7 +6970,10 @@ exports[`Storyshots Message list 1`] = `
hardwareAccelerated={false}
hideModalContentWhileAnimating={false}
onModalHide={[Function]}
onModalWillHide={[Function]}
onModalWillShow={[Function]}
onRequestClose={[Function]}
scrollHorizontal={false}
scrollOffset={0}
scrollOffsetMax={0}
scrollTo={null}
@ -7009,7 +7012,10 @@ exports[`Storyshots Message list 1`] = `
<View
hideModalContentWhileAnimating={false}
onModalHide={[Function]}
onModalWillHide={[Function]}
onModalWillShow={[Function]}
pointerEvents="box-none"
scrollHorizontal={false}
scrollOffset={0}
scrollOffsetMax={0}
scrollTo={null}
@ -7536,7 +7542,10 @@ exports[`Storyshots Message list 1`] = `
hardwareAccelerated={false}
hideModalContentWhileAnimating={false}
onModalHide={[Function]}
onModalWillHide={[Function]}
onModalWillShow={[Function]}
onRequestClose={[Function]}
scrollHorizontal={false}
scrollOffset={0}
scrollOffsetMax={0}
scrollTo={null}
@ -7575,7 +7584,10 @@ exports[`Storyshots Message list 1`] = `
<View
hideModalContentWhileAnimating={false}
onModalHide={[Function]}
onModalWillHide={[Function]}
onModalWillShow={[Function]}
pointerEvents="box-none"
scrollHorizontal={false}
scrollOffset={0}
scrollOffsetMax={0}
scrollTo={null}
@ -8110,7 +8122,10 @@ exports[`Storyshots Message list 1`] = `
hardwareAccelerated={false}
hideModalContentWhileAnimating={false}
onModalHide={[Function]}
onModalWillHide={[Function]}
onModalWillShow={[Function]}
onRequestClose={[Function]}
scrollHorizontal={false}
scrollOffset={0}
scrollOffsetMax={0}
scrollTo={null}
@ -8149,7 +8164,10 @@ exports[`Storyshots Message list 1`] = `
<View
hideModalContentWhileAnimating={false}
onModalHide={[Function]}
onModalWillHide={[Function]}
onModalWillShow={[Function]}
pointerEvents="box-none"
scrollHorizontal={false}
scrollOffset={0}
scrollOffsetMax={0}
scrollTo={null}

View File

@ -180,7 +180,7 @@ repositories {
configurations.all {
resolutionStrategy {
force 'org.webkit:android-jsc:r225067'
force 'org.webkit:android-jsc:r241213'
eachDependency { DependencyResolveDetails details ->
if (details.requested.name == 'play-services-base') {
@ -219,10 +219,11 @@ dependencies {
implementation project(':realm')
implementation project(':reactnativenotifications')
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:27.1.1"
implementation "com.android.support:support-v4:27.1.1"
implementation 'com.android.support:customtabs:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'org.webkit:android-jsc-cppruntime:+'
implementation "com.android.support:appcompat-v7:28.0.0"
implementation "com.android.support:support-v4:28.0.0"
implementation 'com.android.support:customtabs:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation "com.facebook.react:react-native:+" // From node_modules
implementation 'com.facebook.fresco:fresco:1.10.0'
implementation 'com.facebook.fresco:animated-gif:1.10.0'

View File

@ -2,7 +2,7 @@ PODS:
- QBImagePickerController (3.4.0)
- React (0.58.6):
- React/Core (= 0.58.6)
- react-native-orientation-locker (1.1.3):
- react-native-orientation-locker (1.1.5):
- React
- react-native-splash-screen (3.2.0):
- React
@ -32,7 +32,7 @@ PODS:
- React/Core
- React/fishhook
- React/RCTBlob
- RNDeviceInfo (0.21.5):
- RNDeviceInfo (1.6.1):
- React
- RNImageCropPicker (0.21.1):
- QBImagePickerController
@ -85,9 +85,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022
React: 130b87b2d5e2baac646954282cab87be986d98fc
react-native-orientation-locker: 8878845713f8d52f2a520ec3c3b0c9348e08e32c
react-native-orientation-locker: 132a63bab4dddd2a5709f6f7935ad9676b0af7c5
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
RNDeviceInfo: e7c5fcde13d40e161d8a27f6c5dc69c638936002
RNDeviceInfo: 958a1ed6f94e04557b865b8ef848cfc83db0ebba
RNImageCropPicker: e608efe182652dc8690268cb99cb5a201f2b5ea3
RNScreens: 720a9e6968beb73e8196239801e887d8401f86ed
RSKImageCropper: 98296ad26b41753f796b6898d015509598f13d97

View File

@ -1,20 +1,19 @@
{
"name": "RNDeviceInfo",
"version": "0.21.5",
"summary": "Device Information for react-native",
"homepage": "https://github.com/rebeccahughes/react-native-device-info",
"version": "1.6.1",
"summary": "Get device information using react-native",
"license": "MIT",
"authors": {
"Rebecca Hughes": "rebecca@learnium.net"
},
"authors": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)",
"homepage": "https://github.com/react-native-community/react-native-device-info",
"platforms": {
"ios": "8.0",
"ios": "9.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/rebeccahughes/react-native-device-info.git"
"git": "https://github.com/react-native-community/react-native-device-info.git",
"tag": "1.6.1"
},
"source_files": "ios/RNDeviceInfo/*.{h,m}",
"source_files": "ios/**/*.{h,m}",
"dependencies": {
"React": [

View File

@ -1,6 +1,6 @@
{
"name": "react-native-orientation-locker",
"version": "1.1.3",
"version": "1.1.5",
"summary": "A react-native module that can listen on orientation changing of device",
"description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.",
"authors": "Wonday",
@ -8,7 +8,7 @@
"homepage": "https://github.com/wonday/react-native-orientation-locker",
"source": {
"git": "https://github.com/wonday/react-native-orientation-locker.git",
"tag": "v1.1.3"
"tag": "v1.1.5"
},
"requires_arc": true,
"platforms": {

View File

@ -2,7 +2,7 @@ PODS:
- QBImagePickerController (3.4.0)
- React (0.58.6):
- React/Core (= 0.58.6)
- react-native-orientation-locker (1.1.3):
- react-native-orientation-locker (1.1.5):
- React
- react-native-splash-screen (3.2.0):
- React
@ -32,7 +32,7 @@ PODS:
- React/Core
- React/fishhook
- React/RCTBlob
- RNDeviceInfo (0.21.5):
- RNDeviceInfo (1.6.1):
- React
- RNImageCropPicker (0.21.1):
- QBImagePickerController
@ -85,9 +85,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022
React: 130b87b2d5e2baac646954282cab87be986d98fc
react-native-orientation-locker: 8878845713f8d52f2a520ec3c3b0c9348e08e32c
react-native-orientation-locker: 132a63bab4dddd2a5709f6f7935ad9676b0af7c5
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
RNDeviceInfo: e7c5fcde13d40e161d8a27f6c5dc69c638936002
RNDeviceInfo: 958a1ed6f94e04557b865b8ef848cfc83db0ebba
RNImageCropPicker: e608efe182652dc8690268cb99cb5a201f2b5ea3
RNScreens: 720a9e6968beb73e8196239801e887d8401f86ed
RSKImageCropper: 98296ad26b41753f796b6898d015509598f13d97

View File

@ -2606,6 +2606,30 @@
};
name = Debug;
};
14915A00DF4313DDE10329A11EEC4779 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BB717D4B0308A909BE2F7D6676BB162F /* RNDeviceInfo.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = RNDeviceInfo;
PRODUCT_NAME = RNDeviceInfo;
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
1DE14F450DA31FDFC96E1FA61868A1F4 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = C48472A9024BBBA4569F1A9B24487CAF /* QBImagePickerController.xcconfig */;
@ -2676,6 +2700,29 @@
};
name = Debug;
};
55FF0D4BF334B0A0721DAD17578AAD0C /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BB717D4B0308A909BE2F7D6676BB162F /* RNDeviceInfo.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = RNDeviceInfo;
PRODUCT_NAME = RNDeviceInfo;
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
61349E0C9129088AFCDA97E68C79ED5C /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = C48472A9024BBBA4569F1A9B24487CAF /* QBImagePickerController.xcconfig */;
@ -2786,53 +2833,6 @@
};
name = Debug;
};
93D3EA511F66480BBB80B21CB60584F3 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BB717D4B0308A909BE2F7D6676BB162F /* RNDeviceInfo.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = RNDeviceInfo;
PRODUCT_NAME = RNDeviceInfo;
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
982E1EE643D6E001B6A2DB0A3AB692C9 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = BB717D4B0308A909BE2F7D6676BB162F /* RNDeviceInfo.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
GCC_PREFIX_HEADER = "Target Support Files/RNDeviceInfo/RNDeviceInfo-prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_MODULE_NAME = RNDeviceInfo;
PRODUCT_NAME = RNDeviceInfo;
PUBLIC_HEADERS_FOLDER_PATH = "";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
A1962E6FF39BBAC201A2E5DDF99557DF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
@ -3145,8 +3145,8 @@
809562F1334026DDD7445E1A0FD1EF22 /* Build configuration list for PBXNativeTarget "RNDeviceInfo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
982E1EE643D6E001B6A2DB0A3AB692C9 /* Debug */,
93D3EA511F66480BBB80B21CB60584F3 /* Release */,
55FF0D4BF334B0A0721DAD17578AAD0C /* Debug */,
14915A00DF4313DDE10329A11EEC4779 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;

View File

@ -20,38 +20,38 @@
},
"dependencies": {
"@remobile/react-native-toast": "^1.0.7",
"@rocket.chat/sdk": "1.0.0-alpha.25",
"@rocket.chat/sdk": "1.0.0-alpha.28",
"deep-equal": "^1.0.1",
"ejson": "^2.1.2",
"js-base64": "^2.5.1",
"js-sha256": "^0.9.0",
"jsc-android": "225067.0.0",
"jsc-android": "241213.1.0",
"lodash": "^4.17.11",
"markdown-it-flowdock": "^0.3.7",
"moment": "^2.24.0",
"prop-types": "^15.6.2",
"prop-types": "15.7.2",
"react": "16.6.3",
"react-emojione": "^5.0.1",
"react-native": "0.58.6",
"react-native-action-sheet": "^2.1.0",
"react-native-action-sheet": "^2.2.0",
"react-native-audio": "^4.3.0",
"react-native-console-time-polyfill": "^1.2.1",
"react-native-device-info": "^0.25.1",
"react-native-dialog": "^5.5.0",
"react-native-device-info": "1.6.1",
"react-native-dialog": "^5.6.0",
"react-native-fabric": "github:corymsmith/react-native-fabric#523a4edab3b2bf55ea9eeea2cf0dde82c5c29dd4",
"react-native-fast-image": "5.0.11",
"react-native-gesture-handler": "1.1.0",
"react-native-fast-image": "5.3.0",
"react-native-gesture-handler": "^1.2.1",
"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.25",
"react-native-keyboard-aware-scroll-view": "^0.7.4",
"react-native-keyboard-aware-scroll-view": "0.8.0",
"react-native-keyboard-input": "^5.3.1",
"react-native-keyboard-tracking-view": "^5.5.0",
"react-native-markdown-renderer": "^3.2.8",
"react-native-modal": "^7.0.2",
"react-native-modal": "10.0.0",
"react-native-notifications": "1.2.6",
"react-native-optimized-flatlist": "^1.0.4",
"react-native-orientation-locker": "^1.1.3",
"react-native-orientation-locker": "^1.1.5",
"react-native-picker-select": "^5.2.3",
"react-native-platform-touchable": "^1.1.1",
"react-native-responsive-ui": "^1.1.1",
@ -60,11 +60,11 @@
"react-native-scrollable-tab-view": "0.10.0",
"react-native-slider": "^0.11.0",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^6.2.0",
"react-native-video": "^4.3.1",
"react-native-vector-icons": "^6.4.2",
"react-native-video": "^4.4.1",
"react-native-video-controls": "^2.2.3",
"react-navigation": "^3.3.2",
"react-navigation-header-buttons": "^2.1.2",
"react-navigation": "^3.9.1",
"react-navigation-header-buttons": "^2.3.1",
"react-redux": "^6.0.0",
"reactotron-react-native": "2.2",
"realm": "2.26.1",
@ -74,9 +74,9 @@
"redux-saga": "^0.16.2",
"remove-markdown": "^0.3.0",
"rn-fetch-blob": "^0.10.15",
"semver": "^5.6.0",
"snyk": "^1.122.3",
"strip-ansi": "^4.0.0"
"semver": "6.0.0",
"snyk": "^1.156.0",
"strip-ansi": "5.2.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
@ -85,18 +85,18 @@
"@storybook/addon-links": "4.1.14",
"@storybook/addon-storyshots": "4.1.14",
"@storybook/addons": "4.1.14",
"@storybook/react-native": "4.1.14",
"@storybook/react-native": "^4.1.18",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-runtime": "^6.26.0",
"codecov": "^3.1.0",
"codecov": "3.3.0",
"detox": "^10.0.5",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.3.0",
"identity-obj-proxy": "^3.0.0",
@ -104,7 +104,7 @@
"jest-cli": "^23.6.0",
"metro-react-native-babel-preset": "^0.45.6",
"mocha": "^5.2.0",
"otp.js": "^1.1.0",
"otp.js": "1.2.0",
"react-dom": "16.6.3",
"react-test-renderer": "16.6.3",
"reactotron-redux": "2.1.3",

909
yarn.lock

File diff suppressed because it is too large Load Diff