Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit f0f96ef

Browse files
authored
fix(deps): Removes duplicate @react-native-community/async-storage and upgrades it to 1.11.0 (#355 by @markrickert)
1 parent 608e325 commit f0f96ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

boilerplate/package.json.ejs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@
4545
"@react-navigation/native": "^5.1.5",
4646
<% if(props.useExpo){ %>
4747
"@react-navigation/stack": "^5.2.10",
48-
<% } else { -%>
49-
"@react-native-community/async-storage": "^1.5.1",
48+
<% } else { -%>
49+
"@react-native-community/async-storage": "^1.11.0",
5050
"@react-native-community/masked-view": "0.1.5",
5151
"react-native-safe-area-view": "1.0.0",
5252
"react-native-gesture-handler": "<%= props.reactNativeGestureHandlerVersion %>",
5353
"react-native-localize": "^1.0.0",
5454
"react-native-keychain": "5.0.1",
55-
"@react-native-community/async-storage": "^1.9.0",
5655
<% } -%>
5756
"validate.js": "0.13.1"
5857
},

0 commit comments

Comments
 (0)