Add Vite 8 to the supported peer dependencies range.
Vite 8 was recently released and users trying to upgrade are getting peer dependency conflicts since the current peerDependencies only covers up to ^7.0.0.
Current:
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
Proposed:
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
Update peerDependencies in package.json to include ^8.0.0
Test compatibility with Vite 8 internals (if any breaking changes affect the plugin)
Add Vite 8 to the supported peer dependencies range.
Vite 8 was recently released and users trying to upgrade are getting peer dependency conflicts since the current peerDependencies only covers up to ^7.0.0.
Current:
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
Proposed:
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
Update peerDependencies in package.json to include ^8.0.0
Test compatibility with Vite 8 internals (if any breaking changes affect the plugin)