Skip to content

Commit

Permalink
chore: 🤖 add sharp as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Feb 6, 2024
1 parent 7b3a579 commit 4839204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
},
"optionalDependencies": {
"fsevents": "*",
"kind-of": "*"
"kind-of": "*",
"sharp": "*"
},
"sponsor": {
"url": "https://github.com/sponsors/shufo"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6499,7 +6499,7 @@ shallow-clone@^3.0.0:
dependencies:
kind-of "^6.0.2"

sharp@^0.33.0:
sharp@*, sharp@^0.33.0:
version "0.33.2"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.33.2.tgz#fcd52f2c70effa8a02160b1bfd989a3de55f2dfb"
integrity sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==
Expand Down

0 comments on commit 4839204

Please sign in to comment.