Revert "update dependencies"

This reverts commit 39ef8f4823.
This commit is contained in:
Elias Nahum 2021-09-30 18:14:40 -03:00
parent 39ef8f4823
commit 8b23f1df37
No known key found for this signature in database
GPG key ID: E038DB71E0B61702
7 changed files with 2734 additions and 1858 deletions

1226
detox/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,15 +9,15 @@
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/preset-env": "7.15.6",
"axios": "0.21.4",
"babel-jest": "27.2.4",
"babel-jest": "27.2.1",
"babel-plugin-module-resolver": "4.1.0",
"client-oauth2": "github:larkox/js-client-oauth2#e24e2eb5dfcbbbb3a59d095e831dbe0012b0ac49",
"deepmerge": "4.2.2",
"detox": "18.22.0",
"detox": "18.20.4",
"form-data": "4.0.0",
"jest": "27.2.4",
"jest-circus": "27.2.4",
"jest-cli": "27.2.4",
"jest": "27.2.1",
"jest-circus": "27.2.1",
"jest-cli": "27.2.1",
"jest-html-reporters": "2.1.6",
"jest-junit": "12.3.0",
"sanitize-filename": "1.6.3",

View file

@ -24,7 +24,6 @@
62A8448264674B4D95A5A7C2 /* OpenSans-Semibold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C78A387124874496AD2C1466 /* OpenSans-Semibold.ttf */; };
69AC753E496743BABB7A7124 /* OpenSans-SemiboldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0E617BF0F36D4E738F51D169 /* OpenSans-SemiboldItalic.ttf */; };
6C9B1EFD6561083917AF06CF /* libPods-Mattermost.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DEEFB3ED6175724A2653247 /* libPods-Mattermost.a */; };
6F81F05F859B66DA91DDE8A4 /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = E77C056BF771134B50856E5D /* ExpoModulesProvider.swift */; };
7F0F4B0A24BA173900E14C60 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7F0F4B0924BA173900E14C60 /* LaunchScreen.storyboard */; };
7F151D3E221B062700FAD8F3 /* RuntimeUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F151D3D221B062700FAD8F3 /* RuntimeUtils.swift */; };
7F240A1C220D3A2300637665 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F240A1B220D3A2300637665 /* ShareViewController.swift */; };
@ -210,7 +209,6 @@
C78A387124874496AD2C1466 /* OpenSans-Semibold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-Semibold.ttf"; path = "../assets/fonts/OpenSans-Semibold.ttf"; sourceTree = "<group>"; };
D08F54E10DF14AE4BBF4E2B4 /* Roboto-MediumItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-MediumItalic.ttf"; path = "../assets/fonts/Roboto-MediumItalic.ttf"; sourceTree = "<group>"; };
D4B1B363C2414DA19C1AC521 /* OpenSans-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-Bold.ttf"; path = "../assets/fonts/OpenSans-Bold.ttf"; sourceTree = "<group>"; };
E77C056BF771134B50856E5D /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-Mattermost/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
EB4F0DF36537B0B21BE962FB /* Pods-Mattermost.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Mattermost.debug.xcconfig"; path = "Target Support Files/Pods-Mattermost/Pods-Mattermost.debug.xcconfig"; sourceTree = "<group>"; };
F41672974C2907F74BB59B16 /* libPods-Mattermost-MattermostTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Mattermost-MattermostTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
FBBEC29EE2D3418D9AC33BD5 /* OpenSans-ExtraBoldItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "OpenSans-ExtraBoldItalic.ttf"; path = "../assets/fonts/OpenSans-ExtraBoldItalic.ttf"; sourceTree = "<group>"; };
@ -317,14 +315,6 @@
name = Mattermost;
sourceTree = "<group>";
};
1853BD1F72313901749B4000 /* Mattermost */ = {
isa = PBXGroup;
children = (
E77C056BF771134B50856E5D /* ExpoModulesProvider.swift */,
);
name = Mattermost;
sourceTree = "<group>";
};
33E107B4DC21A5C48B09F800 /* Pods */ = {
isa = PBXGroup;
children = (
@ -373,14 +363,6 @@
name = Frameworks;
sourceTree = "<group>";
};
57032AC4DA75DE5293514166 /* ExpoModulesProviders */ = {
isa = PBXGroup;
children = (
1853BD1F72313901749B4000 /* Mattermost */,
);
name = ExpoModulesProviders;
sourceTree = "<group>";
};
7F240A1A220D3A2300637665 /* MattermostShare */ = {
isa = PBXGroup;
children = (
@ -451,7 +433,6 @@
37DF8AC51F5F0D410079BF89 /* Recovered References */,
4B992D7BAAEDF8759DB525B5 /* Frameworks */,
33E107B4DC21A5C48B09F800 /* Pods */,
57032AC4DA75DE5293514166 /* ExpoModulesProviders */,
);
indentWidth = 2;
sourceTree = "<group>";
@ -732,7 +713,6 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Mattermost/Pods-Mattermost-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
@ -754,7 +734,6 @@
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
@ -793,7 +772,6 @@
13B07FC11A68108700A75B9A /* main.m in Sources */,
7FEB109D1F61019C0039A015 /* MattermostManaged.m in Sources */,
536CC6C323E79287002C478C /* RNNotificationEventHandler+HandleReplyAction.m in Sources */,
6F81F05F859B66DA91DDE8A4 /* ExpoModulesProvider.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

View file

@ -4,20 +4,21 @@ PODS:
- BVLinearGradient (2.5.6):
- React
- DoubleConversion (1.1.6)
- EXConstants (12.0.0):
- EXConstants (11.0.2):
- ExpoModulesCore
- EXErrorRecovery (3.0.0):
- UMCore
- EXFileSystem (11.1.3):
- ExpoModulesCore
- EXFileSystem (13.0.0):
- ExpoModulesCore
- EXFont (10.0.0):
- ExpoModulesCore
- EXKeepAwake (10.0.0):
- ExpoModulesCore
- Expo (43.0.0-beta.2):
- ExpoModulesCore
- ExpoModulesCore (0.4.1):
- React-Core
- UMCore
- ExpoModulesCore (0.2.0):
- ExpoModulesCore/Core (= 0.2.0)
- ExpoModulesCore/Interfaces (= 0.2.0)
- UMCore
- ExpoModulesCore/Core (0.2.0):
- UMCore
- ExpoModulesCore/Interfaces (0.2.0):
- ExpoModulesCore/Core
- UMCore
- FBLazyVector (0.65.1)
- FBReactNativeSpec (0.65.1):
- RCT-Folly (= 2021.04.26.00)
@ -243,7 +244,7 @@ PODS:
- React-jsinspector (0.65.1)
- react-native-cameraroll (4.0.4):
- React-Core
- react-native-cookies (6.0.11):
- react-native-cookies (6.0.10):
- React-Core
- react-native-document-picker (6.0.4):
- React-Core
@ -260,7 +261,7 @@ PODS:
- SwiftyJSON (~> 5.0)
- react-native-notifications (4.1.2):
- React-Core
- react-native-paste-input (0.2.0):
- react-native-paste-input (0.1.4):
- React-Core
- Swime (= 3.0.6)
- react-native-safe-area-context (3.3.2):
@ -270,7 +271,7 @@ PODS:
- react-native-video/Video (= 5.1.1)
- react-native-video/Video (5.1.1):
- React-Core
- react-native-webview (11.13.1):
- react-native-webview (11.13.0):
- React-Core
- React-perflogger (0.65.1)
- React-RCTActionSheet (0.65.1):
@ -363,7 +364,7 @@ PODS:
- React-Core
- React-Core/DevSupport
- React-RCTNetwork
- RNFastImage (8.5.11):
- RNFastImage (8.5.8):
- React-Core
- SDWebImage (~> 5.11.1)
- SDWebImageWebPCoder (~> 0.8.4)
@ -373,7 +374,7 @@ PODS:
- React-Core
- RNKeychain (7.0.0):
- React-Core
- RNLocalize (2.1.5):
- RNLocalize (2.1.4):
- React-Core
- RNPermissions (3.0.5):
- React-Core
@ -411,7 +412,7 @@ PODS:
- RNRudderSdk (1.0.0):
- React
- Rudder (>= 1.0.20)
- RNScreens (3.8.0):
- RNScreens (3.7.2):
- React-Core
- React-RCTImage
- RNSentry (3.1.1):
@ -437,9 +438,14 @@ PODS:
- Starscream (4.0.4)
- SwiftyJSON (5.0.1)
- Swime (3.0.6)
- UMAppLoader (3.0.0)
- UMTaskManagerInterface (7.0.0):
- UMAppLoader (2.2.0)
- UMCore (7.1.2)
- UMReactNativeAdapter (6.3.7):
- ExpoModulesCore
- React-Core
- UMCore
- UMTaskManagerInterface (6.2.0):
- UMCore
- WatermelonDB (0.23.0):
- React
- React-jsi
@ -451,11 +457,7 @@ DEPENDENCIES:
- BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- EXConstants (from `../node_modules/expo-constants/ios`)
- EXErrorRecovery (from `../node_modules/expo-error-recovery/ios`)
- EXFileSystem (from `../node_modules/expo-file-system/ios`)
- EXFont (from `../node_modules/expo-font/ios`)
- EXKeepAwake (from `../node_modules/expo-keep-awake/ios`)
- Expo (from `../node_modules/expo/ios`)
- ExpoModulesCore (from `../node_modules/expo-modules-core/ios`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
@ -528,6 +530,8 @@ DEPENDENCIES:
- Starscream (from `https://github.com/mattermost/Starscream.git`, commit `1b4b93708fb63d2665625a11e57461772a65364a`)
- Swime (= 3.0.6)
- UMAppLoader (from `../node_modules/unimodules-app-loader/ios`)
- "UMCore (from `../node_modules/@unimodules/core/ios`)"
- "UMReactNativeAdapter (from `../node_modules/@unimodules/react-native-adapter/ios`)"
- UMTaskManagerInterface (from `../node_modules/unimodules-task-manager-interface/ios`)
- "WatermelonDB (from `../node_modules/@nozbe/watermelondb`)"
- XCDYouTubeKit (= 2.8.2)
@ -555,16 +559,8 @@ EXTERNAL SOURCES:
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
EXConstants:
:path: "../node_modules/expo-constants/ios"
EXErrorRecovery:
:path: "../node_modules/expo-error-recovery/ios"
EXFileSystem:
:path: "../node_modules/expo-file-system/ios"
EXFont:
:path: "../node_modules/expo-font/ios"
EXKeepAwake:
:path: "../node_modules/expo-keep-awake/ios"
Expo:
:path: "../node_modules/expo/ios"
ExpoModulesCore:
:path: "../node_modules/expo-modules-core/ios"
FBLazyVector:
@ -704,6 +700,10 @@ EXTERNAL SOURCES:
:git: https://github.com/mattermost/Starscream.git
UMAppLoader:
:path: "../node_modules/unimodules-app-loader/ios"
UMCore:
:path: "../node_modules/@unimodules/core/ios"
UMReactNativeAdapter:
:path: "../node_modules/@unimodules/react-native-adapter/ios"
UMTaskManagerInterface:
:path: "../node_modules/unimodules-task-manager-interface/ios"
WatermelonDB:
@ -721,13 +721,9 @@ SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
EXConstants: b14b472da01b8191c1cfe86f29caa1e0c6a46bed
EXErrorRecovery: 5c6809f41216275516e6283138d54c993ffe4c89
EXFileSystem: b96409b960006d667f9c4489aead40beba901458
EXFont: d174dd294c32beeaad2c4ff70eed84a0f60fad6f
EXKeepAwake: 8aa32396a5972d26e75e538603aad0f032396503
Expo: 429dc60983eb2466cd62053335c6e2426baaf2a0
ExpoModulesCore: 8185e4de18e1e8bdf58e6387af51b7b1cb2ea1b7
EXConstants: 4cb52b6d8f636c767104a44bf7db3873e9c01a6f
EXFileSystem: 0a04aba8da751b9ac954065911bcf166503f8267
ExpoModulesCore: 2734852616127a6c1fc23012197890a6f3763dc7
FBLazyVector: 33c82491102f20ecddb6c6a2c273696ace3191e0
FBReactNativeSpec: df8f81d2a7541ee6755a047b398a5cb5a72acd0e
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
@ -749,17 +745,17 @@ SPEC CHECKSUMS:
React-jsiexecutor: 43f2542aed3c26e42175b339f8d37fe3dd683765
React-jsinspector: 41e58e5b8e3e0bf061fdf725b03f2144014a8fb0
react-native-cameraroll: 88f4e62d9ecd0e1f253abe4f685474f2ea14bfa2
react-native-cookies: cd92f3824ed1e32a20802e8185101e14bb5b76da
react-native-cookies: 47ef7ec7839e99f738f6ee64fbb2d4d224e36a65
react-native-document-picker: a7950caaee8587002c9acbc7fe497a342094d93a
react-native-emm: 7b22d6d2f7f68d218e5e2a6149084f0e6bbc4f5e
react-native-hw-keyboard-event: b517cefb8d5c659a38049c582de85ff43337dc53
react-native-netinfo: 92e6e4476eb8bf6fc2d7c0a6ca0a1406f663d73a
react-native-network-client: 30ab97e7e6c8d6f2d2b10cc1ebad0cbf9c894c6e
react-native-notifications: 97c14bf84c64bd6a6eb7bdcdb916036d93d33428
react-native-paste-input: 5da631cf8210a9e61d577f987f7fb8b0ef966121
react-native-paste-input: 4d6ecc3875153212b5503b6da093277db4ace241
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
react-native-video: 0bb76b6d6b77da3009611586c7dbf817b947f30e
react-native-webview: 3680f8b7d2b62e97b781efdc5e74a39179b2a5e2
react-native-webview: 133a6a5149f963259646e710b4545c67ef35d7c9
React-perflogger: fd28ee1f2b5b150b00043f0301d96bd417fdc339
React-RCTActionSheet: 7f3fa0855c346aa5d7c60f9ced16e067db6d29fa
React-RCTAnimation: 2119a18ee26159004b001bc56404ca5dbaae6077
@ -781,16 +777,16 @@ SPEC CHECKSUMS:
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNDeviceInfo: cc7de0772378f85d8f36ae439df20f05c590a651
RNDevMenu: fd325b5554b61fe7f48d9205a3877cf5ee88cd7c
RNFastImage: 1f2cab428712a4baaf78d6169eaec7f622556dd7
RNFastImage: adef7f9c9a7aeca0141807ee5a8be8a3eb240dd8
RNFileViewer: 83cc066ad795b1f986791d03b56fe0ee14b6a69f
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNKeychain: f75b8c8b2f17d3b2aa1f25b4a0ac5b83d947ff8f
RNLocalize: 74b82db20cc3895ccc25af992c644879bcec2815
RNLocalize: 7f1e5792b65a839af55a9552d05b3558b66d017e
RNPermissions: 7043bacbf928eae25808275cfe73799b8f618911
RNReactNativeHapticFeedback: 653a8c126a0f5e88ce15ffe280b3ff37e1fbb285
RNReanimated: ad24db8af24e3fe1b5c462785bc3db8d5baae2ee
RNRudderSdk: 9aa881c2bf754dc3b05e392340a5e3663a970f0a
RNScreens: 6e1ea5787989f92b0671049b808aef64fa1ef98c
RNScreens: 0591543e343c7444ea1756b6265d81a4295922c9
RNSentry: 49abc89b0190b4c8afe0fa5d065f98e36cb53233
RNShare: a22398d8d02336133e28bf8b6e0b47b31abade41
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
@ -803,8 +799,10 @@ SPEC CHECKSUMS:
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
SwiftyJSON: 2f33a42c6fbc52764d96f13368585094bfd8aa5e
Swime: d7b2c277503b6cea317774aedc2dce05613f8b0b
UMAppLoader: 671576daa3fd3017d4879a5f23fc0dd3b36422a8
UMTaskManagerInterface: ab9c907a9e0eccf6bd9e16245d30e456cfb0eb37
UMAppLoader: 21af63390e55c82e037fb9752d93114a80ecf16e
UMCore: ce3a4faa010239063b8343895b29a6d97b01069d
UMReactNativeAdapter: bb7922210cf6fdb5768f78685f3c3a2060299119
UMTaskManagerInterface: 2be431101b73604e64fbfffcf759336f9d8fccbb
WatermelonDB: 577c61fceff16e9f9103b59d14aee4850c0307b6
XCDYouTubeKit: 79baadb0560673a67c771eba45f83e353fd12c1f
Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4

3194
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,15 +8,15 @@
"private": true,
"dependencies": {
"@babel/runtime": "7.15.4",
"@formatjs/intl-datetimeformat": "4.2.4",
"@formatjs/intl-datetimeformat": "4.2.3",
"@formatjs/intl-getcanonicallocales": "1.7.3",
"@formatjs/intl-locale": "2.4.38",
"@formatjs/intl-numberformat": "7.2.4",
"@formatjs/intl-pluralrules": "4.1.4",
"@formatjs/intl-relativetimeformat": "9.3.1",
"@formatjs/intl-locale": "2.4.37",
"@formatjs/intl-numberformat": "7.2.3",
"@formatjs/intl-pluralrules": "4.1.3",
"@formatjs/intl-relativetimeformat": "9.2.3",
"@mattermost/react-native-emm": "1.1.5",
"@mattermost/react-native-network-client": "github:mattermost/react-native-network-client",
"@mattermost/react-native-paste-input": "0.2.0",
"@mattermost/react-native-paste-input": "0.1.4",
"@nozbe/watermelondb": "0.23.0",
"@nozbe/with-observables": "1.4.0",
"@react-native-community/art": "1.2.0",
@ -25,9 +25,9 @@
"@react-native-community/clipboard": "1.5.1",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/netinfo": "6.0.2",
"@react-native-cookies/cookies": "6.0.11",
"@react-navigation/bottom-tabs": "6.0.7",
"@react-navigation/native": "6.0.4",
"@react-native-cookies/cookies": "6.0.10",
"@react-navigation/bottom-tabs": "6.0.5",
"@react-navigation/native": "6.0.2",
"@rudderstack/rudder-sdk-react-native": "1.0.12",
"@sentry/react-native": "3.1.1",
"@types/mime-db": "1.43.1",
@ -35,7 +35,7 @@
"commonmark-react-renderer": "4.3.5",
"deep-equal": "2.0.5",
"deepmerge": "4.2.2",
"emoji-regex": "10.0.0",
"emoji-regex": "9.2.2",
"fuse.js": "6.4.6",
"jail-monkey": "2.6.0",
"mime-db": "1.50.0",
@ -51,7 +51,7 @@
"react-native-document-picker": "6.0.4",
"react-native-elements": "3.4.2",
"react-native-exception-handler": "2.10.10",
"react-native-fast-image": "8.5.11",
"react-native-fast-image": "8.5.8",
"react-native-file-viewer": "2.1.4",
"react-native-gesture-handler": "1.10.3",
"react-native-haptic-feedback": "1.11.0",
@ -60,7 +60,7 @@
"react-native-keyboard-tracking-view": "5.7.0",
"react-native-keychain": "7.0.0",
"react-native-linear-gradient": "2.5.6",
"react-native-localize": "2.1.5",
"react-native-localize": "2.1.4",
"react-native-navigation": "7.21.0",
"react-native-neomorph-shadows": "1.1.2",
"react-native-notifications": "4.1.2",
@ -68,14 +68,14 @@
"react-native-reanimated": "2.2.2",
"react-native-redash": "16.2.2",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.8.0",
"react-native-screens": "3.7.2",
"react-native-share": "7.1.1",
"react-native-slider": "0.11.0",
"react-native-svg": "12.1.1",
"react-native-unimodules": "0.14.8",
"react-native-vector-icons": "8.1.0",
"react-native-video": "5.1.1",
"react-native-webview": "11.13.1",
"react-native-webview": "11.13.0",
"react-native-youtube": "2.0.2",
"reanimated-bottom-sheet": "1.0.0-alpha.22",
"rn-placeholder": "3.0.3",
@ -101,9 +101,9 @@
"@types/commonmark-react-renderer": "4.3.1",
"@types/deep-equal": "1.0.1",
"@types/jest": "27.0.2",
"@types/react": "17.0.26",
"@types/react": "17.0.24",
"@types/react-intl": "3.0.0",
"@types/react-native": "0.65.2",
"@types/react-native": "0.65.1",
"@types/react-native-button": "3.0.1",
"@types/react-native-share": "3.3.3",
"@types/react-native-video": "5.0.9",
@ -112,26 +112,26 @@
"@types/shallow-equals": "1.0.0",
"@types/tinycolor2": "1.4.3",
"@types/url-parse": "1.4.4",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"babel-eslint": "10.1.0",
"babel-jest": "27.2.4",
"babel-jest": "27.2.1",
"babel-loader": "8.2.2",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-transform-remove-console": "6.9.4",
"deep-freeze": "0.0.1",
"detox": "18.22.0",
"detox": "18.20.4",
"eslint": "7.32.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.5.0",
"eslint-plugin-jest": "24.4.2",
"eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#46ad99355644a719bf32082f472048f526605181",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "7.0.2",
"isomorphic-fetch": "3.0.0",
"jest": "27.2.4",
"jest-cli": "27.2.4",
"jest": "27.2.1",
"jest-cli": "27.2.1",
"jetifier": "2.0.0",
"metro-react-native-babel-preset": "0.66.2",
"mmjstool": "github:mattermost/mattermost-utilities#519b99a4e51e6c67a0dbd46a6efdff27dc835aaa",