Skip to content

Commit

Permalink
fix: vite version range incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Sep 26, 2022
1 parent 1d031d1 commit 1486c44
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 @@ -66,6 +66,6 @@
"vite": "^3.1.3"
},
"peerDependencies": {
"vite": "^3.0.0"
"vite": ">=3"
}
}

0 comments on commit 1486c44

Please sign in to comment.