yarn.lock recreated
This commit is contained in:
parent
69a692d4f2
commit
9610cabe01
|
@ -1,6 +1,6 @@
|
|||
PODS:
|
||||
- boost (1.83.0)
|
||||
- BugsnagReactNative (7.22.6):
|
||||
- BugsnagReactNative (7.19.0):
|
||||
- React-Core
|
||||
- BVLinearGradient (2.6.2):
|
||||
- React-Core
|
||||
|
@ -1216,7 +1216,7 @@ PODS:
|
|||
- React
|
||||
- rn-fetch-blob (0.12.0):
|
||||
- React-Core
|
||||
- RNBootSplash (4.7.5):
|
||||
- RNBootSplash (4.6.0):
|
||||
- React-Core
|
||||
- RNCAsyncStorage (1.17.11):
|
||||
- React-Core
|
||||
|
@ -1247,7 +1247,7 @@ PODS:
|
|||
- Firebase/Crashlytics (= 8.15.0)
|
||||
- React-Core
|
||||
- RNFBApp
|
||||
- RNFileViewer (2.1.5):
|
||||
- RNFileViewer (2.1.4):
|
||||
- React-Core
|
||||
- RNGestureHandler (2.15.0):
|
||||
- glog
|
||||
|
@ -1638,7 +1638,7 @@ EXTERNAL SOURCES:
|
|||
|
||||
SPEC CHECKSUMS:
|
||||
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
|
||||
BugsnagReactNative: 366a7e11c0bcf34842e54f40b15dd937cb267aa7
|
||||
BugsnagReactNative: fa312f53a83ca21c0afdfeaec98a9c5eeb8fc4ed
|
||||
BVLinearGradient: 34a999fda29036898a09c6a6b728b0b4189e1a44
|
||||
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
|
||||
EXAV: f1f69397ecdcf44cfacd4ff5d338cd1b96891e87
|
||||
|
@ -1731,7 +1731,7 @@ SPEC CHECKSUMS:
|
|||
ReactNativeUiLib: 33521c0747ea376d292b62b6415e0f1d75bd3c10
|
||||
rn-extensions-share: 5fd84a80e6594706f0dfa1884f2d6d591b382cf5
|
||||
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
|
||||
RNBootSplash: 85f6b879c080e958afdb4c62ee04497b05fd7552
|
||||
RNBootSplash: 91e0c16bfc96703cb5b0562785b9a8cbfeb298fe
|
||||
RNCAsyncStorage: 8616bd5a58af409453ea4e1b246521bb76578d60
|
||||
RNCClipboard: cc054ad1e8a33d2a74cd13e565588b4ca928d8fd
|
||||
RNCMaskedView: bc0170f389056201c82a55e242e5d90070e18e5a
|
||||
|
@ -1743,7 +1743,7 @@ SPEC CHECKSUMS:
|
|||
RNFBAnalytics: 091c8adcbb0da1e1680ce434fc6e8a0a501fe2e6
|
||||
RNFBApp: b1b5a80a676a07dea17e778bda7c1e8b69b2f5ec
|
||||
RNFBCrashlytics: 357955a1564721ca9001960e57b395c6a319f9be
|
||||
RNFileViewer: ce7ca3ac370e18554d35d6355cffd7c30437c592
|
||||
RNFileViewer: 83cc066ad795b1f986791d03b56fe0ee14b6a69f
|
||||
RNGestureHandler: 67fb54b3e6ca338a8044e85cd6f340265aa41091
|
||||
RNImageCropPicker: 97289cd94fb01ab79db4e5c92938be4d0d63415d
|
||||
RNLocalize: 82a569022724d35461e2dc5b5d015a13c3ca995b
|
||||
|
|
|
@ -1668,7 +1668,7 @@
|
|||
"$(inherited)",
|
||||
"$(SRCROOT)/../node_modules/rn-extensions-share/ios/**",
|
||||
"$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**",
|
||||
$PODS_CONFIGURATION_BUILD_DIR/Firebase,
|
||||
"$PODS_CONFIGURATION_BUILD_DIR/Firebase",
|
||||
);
|
||||
INFOPLIST_FILE = ShareRocketChatRN/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
||||
|
@ -1737,7 +1737,7 @@
|
|||
"$(inherited)",
|
||||
"$(SRCROOT)/../node_modules/rn-extensions-share/ios/**",
|
||||
"$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**",
|
||||
$PODS_CONFIGURATION_BUILD_DIR/Firebase,
|
||||
"$PODS_CONFIGURATION_BUILD_DIR/Firebase",
|
||||
);
|
||||
INFOPLIST_FILE = ShareRocketChatRN/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
|
||||
|
@ -1999,7 +1999,10 @@
|
|||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_CFLAGS = "$(inherited)";
|
||||
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
|
||||
OTHER_LDFLAGS = "$(inherited) ";
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
" ",
|
||||
);
|
||||
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
||||
SDKROOT = iphoneos;
|
||||
USE_HERMES = true;
|
||||
|
@ -2051,7 +2054,10 @@
|
|||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
OTHER_CFLAGS = "$(inherited)";
|
||||
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
|
||||
OTHER_LDFLAGS = "$(inherited) ";
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
" ",
|
||||
);
|
||||
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
||||
SDKROOT = iphoneos;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
|
|
208
package.json
208
package.json
|
@ -28,40 +28,40 @@
|
|||
"e2e:start": "RUNNING_E2E_TESTS=true npx react-native start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bugsnag/react-native": "^7.19.0",
|
||||
"@codler/react-native-keyboard-aware-scroll-view": "^2.0.1",
|
||||
"@gorhom/bottom-sheet": "^4.4.5",
|
||||
"@hookform/resolvers": "^2.9.10",
|
||||
"@notifee/react-native": "^7.8.0",
|
||||
"@nozbe/watermelondb": "^0.25.5",
|
||||
"@react-native-async-storage/async-storage": "^1.17.11",
|
||||
"@bugsnag/react-native": "7.19.0",
|
||||
"@codler/react-native-keyboard-aware-scroll-view": "2.0.1",
|
||||
"@gorhom/bottom-sheet": "4.4.5",
|
||||
"@hookform/resolvers": "2.9.10",
|
||||
"@notifee/react-native": "7.8.0",
|
||||
"@nozbe/watermelondb": "0.25.5",
|
||||
"@react-native-async-storage/async-storage": "1.17.11",
|
||||
"@react-native-camera-roll/camera-roll": "5.6.1",
|
||||
"@react-native-clipboard/clipboard": "^1.8.5",
|
||||
"@react-native-community/art": "^1.2.0",
|
||||
"@react-native-community/datetimepicker": "^7.6.2",
|
||||
"@react-native-clipboard/clipboard": "1.8.5",
|
||||
"@react-native-community/art": "1.2.0",
|
||||
"@react-native-community/datetimepicker": "7.6.2",
|
||||
"@react-native-community/hooks": "2.6.0",
|
||||
"@react-native-community/netinfo": "6.0.0",
|
||||
"@react-native-community/picker": "^1.8.1",
|
||||
"@react-native-community/picker": "1.8.1",
|
||||
"@react-native-community/slider": "4.2.2",
|
||||
"@react-native-cookies/cookies": "6.2.1",
|
||||
"@react-native-firebase/analytics": "^14.11.0",
|
||||
"@react-native-firebase/app": "^14.11.0",
|
||||
"@react-native-firebase/crashlytics": "^14.11.0",
|
||||
"@react-native-firebase/messaging": "^18.5.0",
|
||||
"@react-native-masked-view/masked-view": "^0.2.8",
|
||||
"@react-navigation/drawer": "^6.6.2",
|
||||
"@react-navigation/elements": "^1.3.17",
|
||||
"@react-navigation/native": "^6.1.6",
|
||||
"@react-navigation/stack": "^6.3.16",
|
||||
"@rocket.chat/message-parser": "^0.31.26",
|
||||
"@react-native-firebase/analytics": "14.11.0",
|
||||
"@react-native-firebase/app": "14.11.0",
|
||||
"@react-native-firebase/crashlytics": "14.11.0",
|
||||
"@react-native-firebase/messaging": "18.5.0",
|
||||
"@react-native-masked-view/masked-view": "0.2.8",
|
||||
"@react-navigation/drawer": "6.6.2",
|
||||
"@react-navigation/elements": "1.3.17",
|
||||
"@react-navigation/native": "6.1.6",
|
||||
"@react-navigation/stack": "6.3.16",
|
||||
"@rocket.chat/message-parser": "0.31.26",
|
||||
"@rocket.chat/sdk": "RocketChat/Rocket.Chat.js.SDK#mobile",
|
||||
"@rocket.chat/ui-kit": "^0.31.19",
|
||||
"bytebuffer": "^5.0.1",
|
||||
"@rocket.chat/ui-kit": "0.31.19",
|
||||
"bytebuffer": "5.0.1",
|
||||
"color2k": "1.2.4",
|
||||
"commonmark": "https://github.com/RocketChat/commonmark.js.git",
|
||||
"commonmark-react-renderer": "git+https://github.com/RocketChat/commonmark-react-renderer.git",
|
||||
"dequal": "^2.0.3",
|
||||
"ejson": "^2.2.3",
|
||||
"dequal": "2.0.3",
|
||||
"ejson": "2.2.3",
|
||||
"expo": "48.0.9",
|
||||
"expo-apple-authentication": "6.0.1",
|
||||
"expo-av": "13.2.1",
|
||||
|
@ -75,155 +75,155 @@
|
|||
"hoist-non-react-statics": "3.3.2",
|
||||
"i18n-js": "3.9.2",
|
||||
"js-base64": "3.6.1",
|
||||
"js-sha256": "^0.9.0",
|
||||
"jsrsasign": "^10.8.6",
|
||||
"js-sha256": "0.9.0",
|
||||
"jsrsasign": "10.8.6",
|
||||
"lint-staged": "11.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"mitt": "^3.0.1",
|
||||
"mitt": "3.0.1",
|
||||
"moment": "2.29.4",
|
||||
"pretty-bytes": "5.6.0",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "18.2.0",
|
||||
"react-hook-form": "^7.34.2",
|
||||
"react-hook-form": "7.34.2",
|
||||
"react-native": "0.73.6",
|
||||
"react-native-animatable": "^1.3.3",
|
||||
"react-native-animatable": "1.3.3",
|
||||
"react-native-background-timer": "2.4.1",
|
||||
"react-native-bootsplash": "^4.6.0",
|
||||
"react-native-config-reader": "^4.1.1",
|
||||
"react-native-bootsplash": "4.6.0",
|
||||
"react-native-config-reader": "4.1.1",
|
||||
"react-native-console-time-polyfill": "1.2.3",
|
||||
"react-native-device-info": "^10.3.0",
|
||||
"react-native-document-picker": "^8.1.2",
|
||||
"react-native-easy-grid": "^0.2.2",
|
||||
"react-native-easy-toast": "^2.3.0",
|
||||
"react-native-device-info": "10.3.0",
|
||||
"react-native-document-picker": "8.1.2",
|
||||
"react-native-easy-grid": "0.2.2",
|
||||
"react-native-easy-toast": "2.3.0",
|
||||
"react-native-fast-image": "RocketChat/react-native-fast-image.git#bump-version",
|
||||
"react-native-file-viewer": "^2.1.4",
|
||||
"react-native-gesture-handler": "^2.15.0",
|
||||
"react-native-file-viewer": "2.1.4",
|
||||
"react-native-gesture-handler": "2.15.0",
|
||||
"react-native-image-crop-picker": "RocketChat/react-native-image-crop-picker#54e1e1c7e7d4b731c74ce9dd1bf9eb5148065092",
|
||||
"react-native-image-progress": "^1.1.1",
|
||||
"react-native-katex": "^0.5.1",
|
||||
"react-native-linear-gradient": "^2.6.2",
|
||||
"react-native-image-progress": "1.1.1",
|
||||
"react-native-katex": "0.5.1",
|
||||
"react-native-linear-gradient": "2.6.2",
|
||||
"react-native-localize": "2.1.1",
|
||||
"react-native-math-view": "^3.9.5",
|
||||
"react-native-math-view": "3.9.5",
|
||||
"react-native-mime-types": "2.3.0",
|
||||
"react-native-mmkv-storage": "^0.8.0",
|
||||
"react-native-mmkv-storage": "0.8.0",
|
||||
"react-native-modal": "13.0.1",
|
||||
"react-native-navigation-bar-color": "2.0.1",
|
||||
"react-native-notifications": "^4.3.3",
|
||||
"react-native-notifications": "4.3.3",
|
||||
"react-native-notifier": "1.6.1",
|
||||
"react-native-orientation-locker": "1.1.8",
|
||||
"react-native-picker-select": "^8.0.4",
|
||||
"react-native-picker-select": "8.0.4",
|
||||
"react-native-platform-touchable": "1.1.1",
|
||||
"react-native-popover-view": "^5.1.7",
|
||||
"react-native-popover-view": "5.1.7",
|
||||
"react-native-progress": "5.0.0",
|
||||
"react-native-prompt-android": "^1.1.0",
|
||||
"react-native-reanimated": "^3.8.1",
|
||||
"react-native-prompt-android": "1.1.0",
|
||||
"react-native-reanimated": "3.8.1",
|
||||
"react-native-restart": "0.0.22",
|
||||
"react-native-safe-area-context": "3.2.0",
|
||||
"react-native-screens": "^3.29.0",
|
||||
"react-native-screens": "3.29.0",
|
||||
"react-native-scrollable-tab-view": "ptomasroos/react-native-scrollable-tab-view",
|
||||
"react-native-simple-crypto": "RocketChat/react-native-simple-crypto#0.5.2",
|
||||
"react-native-skeleton-placeholder": "^5.2.4",
|
||||
"react-native-slowlog": "^1.0.2",
|
||||
"react-native-skeleton-placeholder": "5.2.4",
|
||||
"react-native-slowlog": "1.0.2",
|
||||
"react-native-svg": "13.8.0",
|
||||
"react-native-ui-lib": "RocketChat/react-native-ui-lib#7.2.0",
|
||||
"react-native-url-polyfill": "2.0.0",
|
||||
"react-native-vector-icons": "^9.2.0",
|
||||
"react-native-vector-icons": "9.2.0",
|
||||
"react-native-webview": "11.26.1",
|
||||
"react-redux": "^8.0.5",
|
||||
"reactotron-react-native": "^5.0.3",
|
||||
"react-redux": "8.0.5",
|
||||
"reactotron-react-native": "5.0.3",
|
||||
"redux": "4.2.0",
|
||||
"redux-immutable-state-invariant": "2.1.0",
|
||||
"redux-saga": "1.1.3",
|
||||
"remove-markdown": "^0.3.0",
|
||||
"remove-markdown": "0.3.0",
|
||||
"reselect": "4.0.0",
|
||||
"rn-extensions-share": "RocketChat/rn-extensions-share",
|
||||
"rn-fetch-blob": "^0.12.0",
|
||||
"rn-fetch-blob": "0.12.0",
|
||||
"rn-root-view": "RocketChat/rn-root-view",
|
||||
"semver": "7.3.8",
|
||||
"transliteration": "^2.3.5",
|
||||
"typed-redux-saga": "^1.5.0",
|
||||
"ua-parser-js": "^1.0.32",
|
||||
"uri-js": "^4.4.1",
|
||||
"transliteration": "2.3.5",
|
||||
"typed-redux-saga": "1.5.0",
|
||||
"ua-parser-js": "1.0.32",
|
||||
"uri-js": "4.4.1",
|
||||
"url-parse": "1.5.10",
|
||||
"use-debounce": "^9.0.4",
|
||||
"use-debounce": "9.0.4",
|
||||
"use-deep-compare-effect": "1.6.1",
|
||||
"xregexp": "5.0.2",
|
||||
"yup": "0.32.11"
|
||||
},
|
||||
"resolutions": {
|
||||
"ua-parser-js": "^1.0.2",
|
||||
"ua-parser-js": "1.0.2",
|
||||
"jpeg-js": "0.4.4",
|
||||
"@types/react": "18",
|
||||
"react-native-reanimated": "3.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/eslint-parser": "^7.14.7",
|
||||
"@babel/eslint-plugin": "^7.13.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.8.3",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12",
|
||||
"@babel/preset-env": "^7.20.0",
|
||||
"@babel/runtime": "^7.20.2",
|
||||
"@bugsnag/source-maps": "^2.2.0",
|
||||
"@babel/core": "7.20.2",
|
||||
"@babel/eslint-parser": "7.14.7",
|
||||
"@babel/eslint-plugin": "7.13.0",
|
||||
"@babel/plugin-proposal-decorators": "7.8.3",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "7.17.12",
|
||||
"@babel/preset-env": "7.20.0",
|
||||
"@babel/runtime": "7.20.2",
|
||||
"@bugsnag/source-maps": "2.2.0",
|
||||
"@react-native/babel-preset": "0.73.21",
|
||||
"@react-native/eslint-config": "0.73.2",
|
||||
"@react-native/metro-config": "0.73.5",
|
||||
"@react-native/typescript-config": "0.73.1",
|
||||
"@rocket.chat/eslint-config": "^0.4.0",
|
||||
"@rocket.chat/eslint-config": "0.4.0",
|
||||
"@storybook/addon-storyshots": "6.3",
|
||||
"@storybook/react": "6.3",
|
||||
"@storybook/react-native": "^6.0.1-beta.7",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@testing-library/react-native": "^12.4.3",
|
||||
"@types/bytebuffer": "^5.0.44",
|
||||
"@types/ejson": "^2.1.3",
|
||||
"@types/i18n-js": "^3.8.3",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/jsrsasign": "^10.5.8",
|
||||
"@types/lodash": "^4.14.188",
|
||||
"@types/react": "^18.2.6",
|
||||
"@storybook/react-native": "6.0.1-beta.7",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@testing-library/react-native": "12.4.3",
|
||||
"@types/bytebuffer": "5.0.44",
|
||||
"@types/ejson": "2.1.3",
|
||||
"@types/i18n-js": "3.8.3",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/jsrsasign": "10.5.8",
|
||||
"@types/lodash": "4.14.188",
|
||||
"@types/react": "18.2.6",
|
||||
"@types/react-native": "0.68.1",
|
||||
"@types/react-native-background-timer": "^2.0.0",
|
||||
"@types/react-native-config-reader": "^4.1.0",
|
||||
"@types/react-native-platform-touchable": "^1.1.2",
|
||||
"@types/react-native-scrollable-tab-view": "^0.10.2",
|
||||
"@types/react-native-vector-icons": "^6.4.12",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"@types/react-native-background-timer": "2.0.0",
|
||||
"@types/react-native-config-reader": "4.1.0",
|
||||
"@types/react-native-platform-touchable": "1.1.2",
|
||||
"@types/react-native-scrollable-tab-view": "0.10.2",
|
||||
"@types/react-native-vector-icons": "6.4.12",
|
||||
"@types/react-test-renderer": "18.0.0",
|
||||
"@types/semver": "7.3.13",
|
||||
"@types/ua-parser-js": "^0.7.36",
|
||||
"@types/url-parse": "^1.4.8",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.3",
|
||||
"@typescript-eslint/parser": "^4.28.5",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/url-parse": "1.4.8",
|
||||
"@typescript-eslint/eslint-plugin": "4.28.3",
|
||||
"@typescript-eslint/parser": "4.28.5",
|
||||
"axios": "0.27.2",
|
||||
"babel-jest": "^29.6.3",
|
||||
"babel-jest": "29.6.3",
|
||||
"babel-loader": "8.3.0",
|
||||
"babel-plugin-transform-remove-console": "^6.9.4",
|
||||
"babel-plugin-transform-remove-console": "6.9.4",
|
||||
"codecov": "3.8.3",
|
||||
"detox": "20.17.1",
|
||||
"eslint": "^8.19.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint": "8.19.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jest": "26.5.3",
|
||||
"eslint-plugin-jsx-a11y": "6.5.1",
|
||||
"eslint-plugin-react": "7.30.0",
|
||||
"eslint-plugin-react-hooks": "^4.5.0",
|
||||
"eslint-plugin-react-hooks": "4.5.0",
|
||||
"eslint-plugin-react-native": "4.0.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^29.6.3",
|
||||
"jest-cli": "^28.1.3",
|
||||
"jest-expo": "^46.0.1",
|
||||
"jest-junit": "^15.0.0",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
"jest": "29.6.3",
|
||||
"jest-cli": "28.1.3",
|
||||
"jest-expo": "46.0.1",
|
||||
"jest-junit": "15.0.0",
|
||||
"otp.js": "1.2.0",
|
||||
"patch-package": "8.0.0",
|
||||
"prettier": "2.8.8",
|
||||
"react-16-node-hanging-test-fix": "^1.0.0",
|
||||
"react-16-node-hanging-test-fix": "1.0.0",
|
||||
"react-dom": "18.1.0",
|
||||
"react-native-dotenv": "3.4.8",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"reactotron-redux": "3.1.3",
|
||||
"reactotron-redux-saga": "4.2.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.3.5"
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "4.3.5"
|
||||
},
|
||||
"jest-junit": {
|
||||
"addFileAttribute": "true"
|
||||
|
|
Loading…
Reference in New Issue