First round of upgrades

This commit is contained in:
Zhiyuan Zheng 2021-10-04 18:26:05 +02:00
parent ffcba75fd9
commit 57bdd64ab4
3 changed files with 394 additions and 2739 deletions

View File

@ -382,7 +382,7 @@ PODS:
- React-Core
- react-native-netinfo (6.0.2):
- React-Core
- react-native-pager-view (5.4.4):
- react-native-pager-view (5.4.6):
- React-Core
- react-native-safe-area-context (3.2.0):
- React-Core
@ -454,7 +454,7 @@ PODS:
- React-perflogger (= 0.64.2)
- RNCAsyncStorage (1.15.8):
- React-Core
- RNFastImage (8.5.6):
- RNFastImage (8.5.11):
- React-Core
- SDWebImage (~> 5.11.1)
- SDWebImageWebPCoder (~> 0.8.4)
@ -489,7 +489,7 @@ PODS:
- React-RCTVibration
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.7.2):
- RNScreens (3.8.0):
- React-Core
- React-RCTImage
- RNSentry (2.6.2):
@ -508,7 +508,7 @@ PODS:
- Sentry/Core (7.1.4)
- UMAppLoader (2.2.0)
- UMCore (7.1.2)
- UMReactNativeAdapter (6.3.7):
- UMReactNativeAdapter (6.3.9):
- ExpoModulesCore
- React-Core
- UMCore
@ -593,8 +593,8 @@ DEPENDENCIES:
- "RNSentry (from `../node_modules/@sentry/react-native`)"
- RNSVG (from `../node_modules/react-native-svg`)
- UMAppLoader (from `../node_modules/unimodules-app-loader/ios`)
- "UMCore (from `../node_modules/react-native-unimodules/node_modules/@unimodules/core/ios`)"
- "UMReactNativeAdapter (from `../node_modules/react-native-unimodules/node_modules/@unimodules/react-native-adapter/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`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
@ -762,9 +762,9 @@ EXTERNAL SOURCES:
UMAppLoader:
:path: "../node_modules/unimodules-app-loader/ios"
UMCore:
:path: "../node_modules/react-native-unimodules/node_modules/@unimodules/core/ios"
:path: "../node_modules/@unimodules/core/ios"
UMReactNativeAdapter:
:path: "../node_modules/react-native-unimodules/node_modules/@unimodules/react-native-adapter/ios"
:path: "../node_modules/@unimodules/react-native-adapter/ios"
UMTaskManagerInterface:
:path: "../node_modules/unimodules-task-manager-interface/ios"
Yoga:
@ -833,7 +833,7 @@ SPEC CHECKSUMS:
react-native-blurhash: d978f8017ed091d9e1179775fe7bac14297e6e1e
react-native-cameraroll: 88f4e62d9ecd0e1f253abe4f685474f2ea14bfa2
react-native-netinfo: 92e6e4476eb8bf6fc2d7c0a6ca0a1406f663d73a
react-native-pager-view: 5ab4d0b4b44d89f77310cb3eb8129745f274ce55
react-native-pager-view: b90963d848e777def6714ab7fd40d02fa797e930
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
react-native-segmented-control: 65df6cd0619b780b3843d574a72d4c7cec396097
React-perflogger: 25373e382fed75ce768a443822f07098a15ab737
@ -849,10 +849,10 @@ SPEC CHECKSUMS:
React-runtimeexecutor: a9904c6d0218fb9f8b19d6dd88607225927668f9
ReactCommon: 149906e01aa51142707a10665185db879898e966
RNCAsyncStorage: e8b8d6320a0dd90eb610fb0d0b1ef90596697c69
RNFastImage: 047bd977c73870c39cce48032cc6a7913cb4fc47
RNFastImage: 1f2cab428712a4baaf78d6169eaec7f622556dd7
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 241c586663f44f19a53883c63375fdd041253960
RNScreens: 0591543e343c7444ea1756b6265d81a4295922c9
RNScreens: 6e1ea5787989f92b0671049b808aef64fa1ef98c
RNSentry: 68644ef607b780551cc555f084869764f2566652
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
@ -860,10 +860,10 @@ SPEC CHECKSUMS:
Sentry: 1d3eb1a25f8c5333c88dd5603904a6d461cd9fcf
UMAppLoader: 21af63390e55c82e037fb9752d93114a80ecf16e
UMCore: ce3a4faa010239063b8343895b29a6d97b01069d
UMReactNativeAdapter: bb7922210cf6fdb5768f78685f3c3a2060299119
UMReactNativeAdapter: d03cefd0e4e4179ab8c490408589f1c8a6c8b785
UMTaskManagerInterface: 2be431101b73604e64fbfffcf759336f9d8fccbb
Yoga: 575c581c63e0d35c9a83f4b46d01d63abc1100ac
PODFILE CHECKSUM: 34cad1fa3f14caa5b138177b6379ac2cba0e1087
COCOAPODS: 1.10.1
COCOAPODS: 1.11.2

View File

@ -19,7 +19,6 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"app:build": "bundle exec fastlane build",
"test": "jest --watchAll",
"release": "scripts/release.sh",
"clean": "react-native-clean-project"
},
@ -31,15 +30,15 @@
"@react-native-community/cameraroll": "4.0.4",
"@react-native-community/netinfo": "6.0.2",
"@react-native-community/segmented-control": "2.2.2",
"@react-navigation/bottom-tabs": "6.0.5",
"@react-navigation/native": "6.0.2",
"@react-navigation/native-stack": "6.1.0",
"@react-navigation/stack": "6.0.7",
"@react-navigation/bottom-tabs": "6.0.7",
"@react-navigation/native": "6.0.4",
"@react-navigation/native-stack": "6.2.2",
"@react-navigation/stack": "6.0.9",
"@reduxjs/toolkit": "1.6.1",
"@sentry/react-native": "2.6.2",
"@sharcoux/slider": "5.4.3",
"axios": "0.21.4",
"expo": "42.0.3",
"@sharcoux/slider": "5.5.2",
"axios": "0.22.0",
"expo": "42.0.4",
"expo-auth-session": "3.3.1",
"expo-av": "9.2.3",
"expo-crypto": "9.2.0",
@ -70,20 +69,20 @@
"react-native": "0.64.2",
"react-native-animated-spinkit": "1.5.2",
"react-native-blurhash": "1.1.5",
"react-native-fast-image": "8.5.6",
"react-native-fast-image": "8.5.11",
"react-native-feather": "1.1.2",
"react-native-flash-message": "0.1.24",
"react-native-flash-message": "0.2.0",
"react-native-gesture-handler": "1.10.3",
"react-native-htmlview": "0.16.0",
"react-native-pager-view": "5.4.4",
"react-native-pager-view": "5.4.6",
"react-native-reanimated": "2.2.2",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "3.7.2",
"react-native-screens": "3.8.0",
"react-native-svg": "12.1.1",
"react-native-swipe-list-view": "3.2.9",
"react-native-tab-view": "3.1.1",
"react-native-unimodules": "0.14.8",
"react-query": "3.23.2",
"react-query": "3.25.1",
"react-redux": "7.2.5",
"react-timeago": "6.2.1",
"redux-persist": "6.0.0",
@ -96,34 +95,21 @@
"@babel/core": "7.15.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@expo/config": "5.0.9",
"@jest/types": "27.1.0",
"@testing-library/jest-native": "4.0.2",
"@testing-library/react-hooks": "7.0.1",
"@testing-library/react-native": "7.2.0",
"@types/jest": "27.0.1",
"@types/lodash": "4.14.172",
"@types/react": "17.0.19",
"@expo/config": "6.0.0",
"@types/lodash": "4.14.175",
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react-native": "0.64.13",
"@types/react-navigation": "3.4.0",
"@types/react-redux": "7.1.18",
"@types/react-test-renderer": "17.0.1",
"@types/react-timeago": "4.1.3",
"@types/valid-url": "1.0.3",
"@welldone-software/why-did-you-render": "6.2.1",
"babel-jest": "27.1.0",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-transform-remove-console": "6.9.4",
"chalk": "4.1.2",
"dotenv": "10.0.0",
"jest": "27.1.0",
"jest-expo": "42.1.0",
"nock": "13.1.3",
"react-native-clean-project": "3.6.7",
"react-navigation": "4.4.4",
"react-navigation-stack": "2.10.4",
"react-test-renderer": "17.0.2",
"typescript": "4.4.3"
}
}

3063
yarn.lock

File diff suppressed because it is too large Load Diff