Skip to content

Commit

Permalink
fix: use lax range for peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 23, 2021
1 parent 3161d75 commit 35bd963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
"ws": "^7.5.5"
},
"peerDependencies": {
"less": ">=4.0.0",
"sass": ">=1.0.0",
"stylus": ">=0.54.0"
"less": "*",
"sass": "*",
"stylus": "*"
},
"peerDependenciesMeta": {
"sass": {
Expand Down

0 comments on commit 35bd963

Please sign in to comment.