Skip to content

Commit af8ebf9

Browse files
committed
do not auto install peer dependencies
do not auto install peer dependencies
1 parent 414d37f commit af8ebf9

3 files changed

Lines changed: 975 additions & 287 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers=false

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,14 @@
5454
},
5555
"npm": false
5656
},
57+
"pnpm": {
58+
"peerDependencyRules": {
59+
"ignoreMissing": ["@babel/*", "@eslint/*"]
60+
}
61+
},
5762
"volta": {
5863
"node": "16.18.1",
59-
"yarn": "1.22.19"
64+
"yarn": "1.22.19",
65+
"pnpm": ">= 8.9.2"
6066
}
6167
}

0 commit comments

Comments
 (0)