chore: rolls back payload sharp version

This commit is contained in:
James 2024-03-04 20:29:08 -05:00
parent 83e2be39c6
commit b224382cea

View File

@ -26,5 +26,15 @@
"eslint": "^8", "eslint": "^8",
"eslint-config-next": "14.1.0", "eslint-config-next": "14.1.0",
"typescript": "^5" "typescript": "^5"
},
"pnpm": {
"supportedArchitectures": {
"os": [
"darwin"
],
"cpu": [
"arm64"
]
}
} }
} }