Skip to content

Commit

Permalink
fix: "Conflicting peer dependency" (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemand authored Jul 21, 2022
1 parent a1d0263 commit 91cbc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"picomatch": "^2.3.1"
},
"peerDependencies": {
"vite": "2"
"vite": "^2 || ^3"
},
"devDependencies": {
"@antfu/eslint-config": "*",
Expand Down

0 comments on commit 91cbc71

Please sign in to comment.