Skip to content

Commit

Permalink
fix pnpmfile deps #6 :^)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Oct 30, 2024
1 parent 6c377ec commit 8217917
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ function readPackage(pkg, context) {
"prop-types": "*",
}),
addPeerDependencies("react-native-animatable", {
react: "18.2.0",
"react-native": "0.72.6",
react: "*",
"react-native": "*",
}),

addDependencies("@react-native/dev-middleware", { ws: "*" }),
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8217917

Please sign in to comment.