Skip to content

Commit db72fe0

Browse files
authored
fix(vite-plugin-windicss): Compatible with vite6 (#328)
1 parent 942294f commit db72fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/vite-plugin-windicss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prepublishOnly": "npm run build"
4343
},
4444
"peerDependencies": {
45-
"vite": "^2.0.1 || ^3.0.0 || ^4.0.0 || ^5.0.0"
45+
"vite": "^2.0.1 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
4646
},
4747
"dependencies": {
4848
"@windicss/plugin-utils": "workspace:*",

0 commit comments

Comments
 (0)