We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@vite-pwa/assets-generator use an outdated version of sharp (v0.32.6)
With AstroPWA integration it cause a fatal issue when use :
pwaAssets
assets:image
Image
Astro use an up-to-date version of sharp v0.33.4
See here for detail : withastro/astro#9345 (comment)
Please, is it possible to update sharp dependency to ^0.33.4 ?
^0.33.4
Thanks
devDependencies: @astrojs/tailwind 5.1.0 └─┬ astro 4.8.6 peer └── sharp 0.33.4 @vite-pwa/assets-generator 0.2.4 ├── sharp 0.32.6 └─┬ sharp-ico 0.1.5 └── sharp 0.33.4 @vite-pwa/astro 0.3.1 ├─┬ @vite-pwa/assets-generator 0.2.4 peer │ ├── sharp 0.32.6 │ └─┬ sharp-ico 0.1.5 │ └── sharp 0.33.4 ├─┬ astro 4.8.6 peer │ └── sharp 0.33.4 └─┬ vite-plugin-pwa 0.19.8 peer └─┬ @vite-pwa/assets-generator 0.2.4 peer ├── sharp 0.32.6 └─┬ sharp-ico 0.1.5 └── sharp 0.33.4 astro 4.8.6 └── sharp 0.33.4 sharp 0.33.4 sharp-ico 0.1.5 └── sharp 0.33.4 vite-plugin-pwa 0.19.8 └─┬ @vite-pwa/assets-generator 0.2.4 peer ├── sharp 0.32.6 └─┬ sharp-ico 0.1.5 └── sharp 0.33.4
The text was updated successfully, but these errors were encountered:
Oups I see a link with #38
Sorry, something went wrong.
No branches or pull requests
@vite-pwa/assets-generator use an outdated version of sharp (v0.32.6)
With AstroPWA integration it cause a fatal issue when use :
pwaAssets
integrationand
assets:image
Image
tag for optimizationAstro use an up-to-date version of sharp v0.33.4
See here for detail : withastro/astro#9345 (comment)
Please, is it possible to update sharp dependency to
^0.33.4
?Thanks
The text was updated successfully, but these errors were encountered: