Skip to content

Commit

Permalink
fix: update sharp dependency
Browse files Browse the repository at this point in the history
To avoid crash when using Streamdecks on Ubuntu, see pr #212
  • Loading branch information
nytamin committed Oct 16, 2024
1 parent 0a38cc6 commit d0a0326
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 130 deletions.
4 changes: 2 additions & 2 deletions shared/packages/peripherals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/SuperFlyTV/SuperConductor/issues"
},
"devDependencies": {
"@types/sharp": "^0.31.1",
"@types/sharp": "^0.32.0",
"winston": "^3.15.0"
},
"dependencies": {
Expand All @@ -43,7 +43,7 @@
"@shared/models": "^0.12.0-alpha.5",
"lodash-es": "^4.17.21",
"p-queue": "^8.0.1",
"sharp": "^0.31.3",
"sharp": "^0.33.5",
"superfly-timeline": "^8.3.1",
"xkeys": "^3.1.2"
}
Expand Down
Loading

0 comments on commit d0a0326

Please sign in to comment.