Add alternative in package.json to resolutions for npm

This commit is contained in:
prototypa
2023-12-23 15:04:24 -05:00
parent bc773e136e
commit bbc1309a56

View File

@ -52,6 +52,9 @@
"astro/sharp": "0.33.1", "astro/sharp": "0.33.1",
"astro-compress/sharp": "0.33.1" "astro-compress/sharp": "0.33.1"
}, },
"overrides": {
"sharp": "0.33.1"
},
"engines": { "engines": {
"node": ">=18.14.1" "node": ">=18.14.1"
} }