antfu-collective / vite-ssg

Static site generation for Vue 3 on Vite
MIT License
1.32k stars 136 forks source link

fix: update critters peer dependency to version 0.0.20 #380

Closed zakcutner closed 11 months ago

zakcutner commented 11 months ago

Description

This change updates critters to version 0.0.20 in the peer dependencies section of the package.json. This is needed so that projects that are using vite-ssg can also update critters to version 0.0.20 in their dev dependencies.

This change also means that the same version of critters is now used in both the dev dependencies and peer dependencies of vite-ssg.

Linked Issues

119

370

zakcutner commented 11 months ago

Hey @antfu! If you get a moment, would it be possible for a review on this change?