activeguild / vite-plugin-sass-dts

This is a plugin that automatically creates a type file when using the CSS module type-safely.
MIT License
120 stars 19 forks source link

Update peer dependency to vite 5 #87

Closed ghost closed 1 year ago

ghost commented 1 year ago

vite-plugin-sass-dts has peer dependency to vite ^3 or ^4. This results in the following error message if trying to upgrade to vite 5:

Could not resolve dependency:
npm WARN peer vite@"^3 || ^4" from vite-plugin-sass-dts@1.3.11
activeguild commented 1 year ago

@MarionHauffNAV

Thanks!! Fixed and released.