Skip to content

Commit

Permalink
[cli] fix npm >= v7 installation due to strict peer dependency requ…
Browse files Browse the repository at this point in the history
…irements
  • Loading branch information
sammoore authored and danstepanov committed Apr 2, 2024
1 parent 17ad08a commit bc891da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/happy-parrots-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-expo-stack': patch
---

fix npm >= v7 installation due to strict peer dependency requirements of @react-native-async-storage/async-storage to react-native
2 changes: 1 addition & 1 deletion cli/src/templates/base/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<% } %>
<% if (props.authenticationPackage?.name === "supabase") { %>
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-async-storage/async-storage": "1.21.0",
"@supabase/supabase-js": "^2.38.4",
"react-native-url-polyfill": "^2.0.0",
<% } %>
Expand Down

0 comments on commit bc891da

Please sign in to comment.