Trying to fix sharp problem with astro-compress for vercel

This commit is contained in:
prototypa
2024-01-27 13:14:53 -05:00
parent 217e63e6ed
commit 5600b9a457

View File

@ -35,7 +35,7 @@
"@types/lodash.merge": "^4.6.9", "@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1", "@typescript-eslint/parser": "^6.19.1",
"astro-compress": "^2.2.8", "astro-compress": "2.2.8",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.3", "eslint-plugin-astro": "^0.31.3",
"eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-jsx-a11y": "^6.8.0",
@ -48,6 +48,14 @@
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"overrides": {
"astro": {
"sharp": "0.33.0"
},
"astro-compress": {
"sharp": "0.33.0"
}
},
"engines": { "engines": {
"node": ">=18.14.1" "node": ">=18.14.1"
} }