* Dev dependencies
* Upgrade async-storage / netinfo / device-info / elements / mmkv dependencies
(cherry picked from commit 9628dc9547)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
f306cef236
commit
a100ed4ad2
6 changed files with 261 additions and 277 deletions
|
|
@ -32,8 +32,8 @@ PODS:
|
|||
- libwebp/mux (1.1.0):
|
||||
- libwebp/demux
|
||||
- libwebp/webp (1.1.0)
|
||||
- MMKV (1.2.1):
|
||||
- MMKVCore (~> 1.2.1)
|
||||
- MMKV (1.2.2):
|
||||
- MMKVCore (~> 1.2.2)
|
||||
- MMKVCore (1.2.2)
|
||||
- Permission-Camera (2.1.5):
|
||||
- RNPermissions
|
||||
|
|
@ -220,10 +220,10 @@ PODS:
|
|||
- React
|
||||
- react-native-local-auth (1.6.0):
|
||||
- React
|
||||
- react-native-mmkv-storage (0.3.5):
|
||||
- MMKV (= 1.2.1)
|
||||
- react-native-mmkv-storage (0.3.7):
|
||||
- MMKV (= 1.2.2)
|
||||
- React
|
||||
- react-native-netinfo (5.9.5):
|
||||
- react-native-netinfo (5.9.6):
|
||||
- React
|
||||
- react-native-notifications (2.1.7):
|
||||
- React
|
||||
|
|
@ -310,13 +310,13 @@ PODS:
|
|||
- React-RCTText
|
||||
- rn-fetch-blob (0.12.0):
|
||||
- React-Core
|
||||
- RNCAsyncStorage (1.11.0):
|
||||
- RNCAsyncStorage (1.12.0):
|
||||
- React
|
||||
- RNCClipboard (1.2.3):
|
||||
- React
|
||||
- RNCMaskedView (0.1.10):
|
||||
- React
|
||||
- RNDeviceInfo (5.6.4):
|
||||
- RNDeviceInfo (5.6.5):
|
||||
- React
|
||||
- RNFastImage (8.3.2):
|
||||
- React
|
||||
|
|
@ -593,7 +593,7 @@ SPEC CHECKSUMS:
|
|||
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
|
||||
jail-monkey: d7c5048b2336f22ee9c9e0efa145f1f917338ea9
|
||||
libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3
|
||||
MMKV: 67253edee25a34edf332f91d73fa94a9e038b971
|
||||
MMKV: b14909757d8b70e2aa89ff1c6d56a7b239e10a29
|
||||
MMKVCore: 6225324fe5006026bc86ef8641d567e00c6582f3
|
||||
Permission-Camera: 53d46bd722aea28d796e20f05fb3cbe6cde6ccb6
|
||||
Permission-PhotoLibrary: 3400b260e5f80e0dd9c04d00c2ceab233bf88427
|
||||
|
|
@ -614,8 +614,8 @@ SPEC CHECKSUMS:
|
|||
react-native-hw-keyboard-event: b517cefb8d5c659a38049c582de85ff43337dc53
|
||||
react-native-image-picker: a6c3d644751a388b0fc8b56822ff7cbd398a3008
|
||||
react-native-local-auth: 359af242caa1e5c501ac9dfe33b1e238ad8f08c6
|
||||
react-native-mmkv-storage: be9f9ed4ce7c1af990f40bf610c8b8a59c88a944
|
||||
react-native-netinfo: 7f3f3ed9e8f0e7ab3e7cac00cbfdc6997e25ecaf
|
||||
react-native-mmkv-storage: a452e035494ecb7f641ec192b2dccdb50021a826
|
||||
react-native-netinfo: d2c312fa4b151214e1d5c8456ddb5f28ff24a576
|
||||
react-native-notifications: 24706907104a0f00c35c4bde7e0ca76a50f730e1
|
||||
react-native-passcode-status: 88c4f6e074328bc278bd127646b6c694ad5a530a
|
||||
react-native-safe-area: e8230b0017d76c00de6b01e2412dcf86b127c6a3
|
||||
|
|
@ -636,10 +636,10 @@ SPEC CHECKSUMS:
|
|||
ReactNativeKeyboardTrackingView: 02137fac3b2ebd330d74fa54ead48b14750a2306
|
||||
ReactNativeNavigation: 667586f6924fbd09512e2933fe70497db914b758
|
||||
rn-fetch-blob: 17961aec08caae68bb8fc0e5b40f93b3acfa6932
|
||||
RNCAsyncStorage: db711e29e5e0500d9bd21aa0c2e397efa45302b1
|
||||
RNCAsyncStorage: 3eea36d9460c5159b592f9ecbe5a77f8aca98006
|
||||
RNCClipboard: 5f3218dcdc28405aa2ae72b78e388f150b826dd3
|
||||
RNCMaskedView: f5c7d14d6847b7b44853f7acb6284c1da30a3459
|
||||
RNDeviceInfo: b4e7cc649b2258a60490c7ac096efbf85fbe65c3
|
||||
RNDeviceInfo: e841619c3dac5495a095c5455473579ff04908d4
|
||||
RNFastImage: e19ba191922e7dab9d932a4d59d62d76660aa222
|
||||
RNFileViewer: db62d60dd19007c54b2c959b5e675a46d59f8a43
|
||||
RNGestureHandler: 8f09cd560f8d533eb36da5a6c5a843af9f056b38
|
||||
|
|
|
|||
485
package-lock.json
generated
485
package-lock.json
generated
File diff suppressed because it is too large
Load diff
29
package.json
29
package.json
|
|
@ -8,11 +8,11 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.11.2",
|
||||
"@react-native-community/async-storage": "1.11.0",
|
||||
"@react-native-community/async-storage": "1.12.0",
|
||||
"@react-native-community/cameraroll": "4.0.0",
|
||||
"@react-native-community/clipboard": "1.2.3",
|
||||
"@react-native-community/masked-view": "0.1.10",
|
||||
"@react-native-community/netinfo": "5.9.5",
|
||||
"@react-native-community/netinfo": "5.9.6",
|
||||
"@react-navigation/native": "5.3.2",
|
||||
"@react-navigation/stack": "5.3.6",
|
||||
"@rudderstack/rudder-sdk-react-native": "0.1.2",
|
||||
|
|
@ -40,9 +40,9 @@
|
|||
"react-native-calendars": "1.303.0",
|
||||
"react-native-circular-progress": "1.3.6",
|
||||
"react-native-cookies": "github:mattermost/react-native-cookies#b35bafc388ae09c83bd875e887daf6a0755e0b40",
|
||||
"react-native-device-info": "5.6.4",
|
||||
"react-native-device-info": "5.6.5",
|
||||
"react-native-document-picker": "3.5.4",
|
||||
"react-native-elements": "2.2.0",
|
||||
"react-native-elements": "2.2.1",
|
||||
"react-native-exception-handler": "2.10.8",
|
||||
"react-native-fast-image": "8.3.2",
|
||||
"react-native-file-viewer": "2.1.1",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"react-native-linear-gradient": "2.5.6",
|
||||
"react-native-local-auth": "1.6.0",
|
||||
"react-native-localize": "1.4.1",
|
||||
"react-native-mmkv-storage": "0.3.5",
|
||||
"react-native-mmkv-storage": "0.3.7",
|
||||
"react-native-navigation": "6.4.0",
|
||||
"react-native-notifications": "2.1.7",
|
||||
"react-native-passcode-status": "1.1.2",
|
||||
|
|
@ -70,7 +70,6 @@
|
|||
"react-native-slider": "0.11.0",
|
||||
"react-native-status-bar-size": "0.3.3",
|
||||
"react-native-svg": "12.1.0",
|
||||
"react-native-v8": "0.62.2-patch.1",
|
||||
"react-native-vector-icons": "7.0.0",
|
||||
"react-native-video": "5.1.0-alpha7",
|
||||
"react-native-webview": "github:mattermost/react-native-webview#b5e22940a613869d3999feac9451ee65352f4fbe",
|
||||
|
|
@ -93,7 +92,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.10.5",
|
||||
"@babel/core": "7.11.1",
|
||||
"@babel/core": "7.11.4",
|
||||
"@babel/plugin-transform-runtime": "7.11.0",
|
||||
"@babel/preset-env": "7.11.0",
|
||||
"@babel/register": "7.10.5",
|
||||
|
|
@ -103,11 +102,11 @@
|
|||
"@types/jest": "26.0.10",
|
||||
"@types/moment-timezone": "0.5.30",
|
||||
"@types/react": "16.9.46",
|
||||
"@types/react-native": "0.63.8",
|
||||
"@types/react-native": "0.63.9",
|
||||
"@types/react-test-renderer": "16.9.3",
|
||||
"@types/shallow-equals": "1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "3.9.1",
|
||||
"@typescript-eslint/parser": "3.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "3.10.0",
|
||||
"@typescript-eslint/parser": "3.10.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-jest": "26.3.0",
|
||||
"babel-plugin-module-resolver": "4.0.0",
|
||||
|
|
@ -120,16 +119,16 @@
|
|||
"eslint-plugin-header": "3.0.0",
|
||||
"eslint-plugin-jest": "23.20.0",
|
||||
"eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee",
|
||||
"eslint-plugin-react": "7.20.3",
|
||||
"eslint-plugin-react": "7.20.6",
|
||||
"harmony-reflect": "1.6.1",
|
||||
"husky": "4.2.5",
|
||||
"isomorphic-fetch": "2.2.1",
|
||||
"jest": "26.4.0",
|
||||
"jest-cli": "26.4.0",
|
||||
"jest": "26.4.2",
|
||||
"jest-cli": "26.4.2",
|
||||
"jest-enzyme": "7.1.2",
|
||||
"jetifier": "1.6.6",
|
||||
"jsdom-global": "3.0.2",
|
||||
"metro-react-native-babel-preset": "0.62.0",
|
||||
"metro-react-native-babel-preset": "0.63.0",
|
||||
"mmjstool": "github:mattermost/mattermost-utilities#086f4ffdca4e31a0be22f6bcdfa093ed83fb29e",
|
||||
"mock-async-storage": "2.2.0",
|
||||
"mock-socket": "9.0.3",
|
||||
|
|
@ -142,7 +141,7 @@
|
|||
"redux-persist-node-storage": "2.0.0",
|
||||
"socketcluster": "16.0.1",
|
||||
"ts-jest": "26.2.0",
|
||||
"typescript": "3.9.7",
|
||||
"typescript": "4.0.2",
|
||||
"underscore": "1.10.2",
|
||||
"util": "0.12.3"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue