Skip to content

Commit

Permalink
fix(vite-plugin-windicss): Compatible with vite6 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree authored Nov 29, 2024
1 parent 942294f commit db72fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-windicss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"vite": "^2.0.1 || ^3.0.0 || ^4.0.0 || ^5.0.0"
"vite": "^2.0.1 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"dependencies": {
"@windicss/plugin-utils": "workspace:*",
Expand Down

0 comments on commit db72fe0

Please sign in to comment.