Skip to content

Commit acb59be

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-windicss/package.json

Lines changed: 1 addition & 1 deletion
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)