aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHusam Salhab <47015061+hsalhab@users.noreply.github.com>2020-10-08 13:54:35 -0400
committerGitHub <noreply@github.com>2020-10-08 13:54:35 -0400
commitcf0f22d4e86e44efee6ae1d4f23e0642df117b79 (patch)
tree09dffae8e56257f7fd988e58034b8178da019254 /package.json
parentccdb6f46167fa3c30bc3f84620c9260494312e00 (diff)
HOT PATCH- Fix lock file issues (#49)
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a505886b..d3874024 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
- "@react-native-community/async-storage": "^1.12.0",
+ "@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.7.2",
"@react-navigation/native": "^5.6.1",