Skip to content

Commit

Permalink
feat: pin the nitro modules peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Dec 22, 2024
1 parent b85d59d commit 59d26e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"react": "*",
<% if (project.moduleConfig === 'nitro-modules') { -%>
"react-native": "*",
"react-native-nitro-modules": "*"
"react-native-nitro-modules": "^<%- versions.nitroModules %>"
<% } else { -%>
"react-native": "*"
<% } -%>
Expand Down

0 comments on commit 59d26e2

Please sign in to comment.