Update async-storage dependency (#4599) (#4676)

(cherry picked from commit 60418d57c7)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Mattermost Build 2020-08-14 18:02:16 -04:00 committed by GitHub
parent d1c81ef2d4
commit 6a9300afb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -310,7 +310,7 @@ PODS:
- React-RCTText
- rn-fetch-blob (0.12.0):
- React-Core
- RNCAsyncStorage (1.10.1):
- RNCAsyncStorage (1.11.0):
- React
- RNCClipboard (1.2.3):
- React
@ -636,7 +636,7 @@ SPEC CHECKSUMS:
ReactNativeKeyboardTrackingView: 02137fac3b2ebd330d74fa54ead48b14750a2306
ReactNativeNavigation: 667586f6924fbd09512e2933fe70497db914b758
rn-fetch-blob: 17961aec08caae68bb8fc0e5b40f93b3acfa6932
RNCAsyncStorage: f640ddf9266df777c38e112ea5881ead7188b59c
RNCAsyncStorage: db711e29e5e0500d9bd21aa0c2e397efa45302b1
RNCClipboard: 5f3218dcdc28405aa2ae72b78e388f150b826dd3
RNCMaskedView: f5c7d14d6847b7b44853f7acb6284c1da30a3459
RNDeviceInfo: 498ccbf8b1361fe858581e3c1193ecee1a031e62

6
package-lock.json generated
View file

@ -5313,9 +5313,9 @@
}
},
"@react-native-community/async-storage": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/@react-native-community/async-storage/-/async-storage-1.10.1.tgz",
"integrity": "sha512-9wjW4lNAKkNgeQtj4dG2graKoJoiAELvh6QDXZ55ld5J58kOfJIe6ELaGBUtIAoXPpmjsddjpXrfV6af3mN2JA==",
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@react-native-community/async-storage/-/async-storage-1.11.0.tgz",
"integrity": "sha512-Pq9LlmvtCEKAGdkyrgTcRxNh2fnHFykEj2qnRYijOl1pDIl2MkD5IxaXu5eOL0wgOtAl4U//ff4z40Td6XR5rw==",
"requires": {
"deep-assign": "^3.0.0"
}

View file

@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"@babel/runtime": "7.10.4",
"@react-native-community/async-storage": "1.10.1",
"@react-native-community/async-storage": "1.11.0",
"@react-native-community/cameraroll": "4.0.0",
"@react-native-community/clipboard": "1.2.3",
"@react-native-community/masked-view": "0.1.10",