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 Jan 28, 2025
1 parent 1e45d9e commit 78b9436
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 78b9436

Please sign in to comment.