Skip to content

Commit

Permalink
downgrade sharp to make FreBSD installation easier
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Sep 2, 2023
1 parent a866a75 commit 80d3cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-timeago": "^7.1.0",
"sharp": "^0.32.4",
"sharp": "0.32.3",
"superjson": "1.9.1",
"unique-names-generator": "^4.7.1",
"unzipper": "^0.10.14",
Expand Down Expand Up @@ -97,4 +97,4 @@
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}
}

0 comments on commit 80d3cc4

Please sign in to comment.