Skip to content

Commit

Permalink
chore: allow future version of Vite as peer dep (close #187)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Dec 10, 2022
1 parent 5275ce2 commit 32c5658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"meow": "^9.0.0",
"stylelint": ">=13",
"typescript": "*",
"vite": "^2.0.0 || ^3.0.0-0",
"vite": ">=2.0.0",
"vls": "*",
"vti": "*",
"optionator": "^0.9.1"
Expand Down

0 comments on commit 32c5658

Please sign in to comment.