Skip to content

Commit 963b248

Browse files
committed
fix: get sharp far away from bundlers as possible
1 parent 4575b24 commit 963b248

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

package-lock.json

Lines changed: 6 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/backend/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@
8686
"validator": "^13.9.0",
8787
"winston": "^3.9.0",
8888
"winston-daily-rotate-file": "^4.7.1",
89-
"yargs": "^17.7.2"
89+
"yargs": "^17.7.2",
90+
"sharp": "^0.34.3",
91+
"sharp-bmp": "^0.1.5",
92+
"sharp-ico": "^0.1.5"
9093
},
9194
"devDependencies": {
9295
"@types/node": "^20.5.3",

0 commit comments

Comments
 (0)