antfu-collective / vite-ssg

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

chore: update critters peerDep to 0.0.24 #399

Closed sapphi-red closed 2 months ago

sapphi-red commented 5 months ago

Because ^ does not mean a range for versions starting with 0.0, the version of critters needs to be bumped. Otherwise, users will get incompatible versions error. https://github.com/npm/node-semver/blob/main/README.md#caret-ranges-123-025-004:~:text=In%20other%20words%2C%20this%20allows%20patch%20and%20minor%20updates%20for%20versions%201.0.0%20and%20above%2C%20patch%20updates%20for%20versions%200.X%20%3E%3D0.1.0%2C%20and%20no%20updates%20for%20versions%200.0.X

refs #119, #380

sapphi-red commented 3 months ago

Updated to 0.0.24

antfu commented 2 months ago

Oh sorry I missed it!