Skip to content

Commit

Permalink
fix pnpmfile deps #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Oct 30, 2024
1 parent fbea9c8 commit 6c377ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ function readPackage(pkg, context) {
// addPeerDependencies("styled-components", { "react-native": "*" }),
addPeerDependencies("use-latest-callback", { react: "*" }),
addPeerDependencies("rn-range-slider", {
react: "18.2.0",
"react-native": "0.74.5",
react: "*",
"react-native": "*",
"prop-types": "*",
}),
addPeerDependencies("react-native-animatable", {
Expand Down
6 changes: 3 additions & 3 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 6c377ec

Please sign in to comment.