Skip to content

Commit

Permalink
do not auto install peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Oct 17, 2023
1 parent 453c60d commit f47eac8
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
auto-install-peers=true
auto-install-peers=false
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,14 @@
},
"npm": false
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": ["@babel/*", "@eslint/*"]
}
},
"volta": {
"node": "16.18.1",
"yarn": "1.22.19"
"yarn": "1.22.19",
"pnpm": ">= 8.9.2"
}
}
Loading

0 comments on commit f47eac8

Please sign in to comment.