1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 11:05:25 -04:00

add sharp as an optional dependency

https://nextjs.org/docs/messages/sharp-missing-in-production
This commit is contained in:
Jake Jarvis 2022-08-27 15:17:09 -04:00
parent bdc8555b93
commit a73f6a9c30
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 918 additions and 54 deletions

967
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -86,7 +86,7 @@
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"cross-env": "^7.0.3",
"eslint": "~8.22.0",
"eslint": "~8.23.0",
"eslint-config-next": "12.2.6-canary.5",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-mdx": "~2.0.2",
@ -98,6 +98,9 @@
"typescript": "^4.7.4",
"uglify-js": "^3.17.0"
},
"optionalDependencies": {
"sharp": "^0.30.7"
},
"engines": {
"node": ">=16.x"
},