Skip to content

Commit

Permalink
build(package.json): 📦️ - peerDependencyRules 添加忽略过期依赖警告
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Oct 21, 2023
1 parent 8b98a5b commit 621d52a
Show file tree
Hide file tree
Showing 2 changed files with 1,212 additions and 1,561 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "MIT",
"engines": {
"node": ">=16",
"node": ">=18",
"pnpm": ">=8.1.0"
},
"scripts": {
Expand Down Expand Up @@ -130,12 +130,19 @@
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup",
"source-map-*",
"stable",
"uuid",
"urix"
"rollup"
]
},
"allowedDeprecatedVersions": {
"sourcemap-codec": "*",
"w3c-hr-time": "*",
"stable": "*",
"source-map-resolve": "*",
"source-map-url": "*",
"resolve-url": "*",
"rollup-plugin-terser": "*",
"urix": "*",
"uuid": "*"
}
},
"resolutions": {
Expand Down
Loading

0 comments on commit 621d52a

Please sign in to comment.