Skip to content

Commit

Permalink
fix: sharp versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Dec 6, 2023
1 parent 078a87a commit 493ffbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-actors-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@urami/core": patch
---

`sharp` has been correctly defined as peer dependency
11 changes: 7 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@
"png",
"avif"
],
"peerDependencies": {
"sharp": "^0.32.5"
},
"dependencies": {
"@hapi/accept": "^6.0.2",
"is-animated": "^2.0.2",
"send": "^0.18.0",
"sharp": "^0.32.5"
"send": "^0.18.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/send": "^0.17.1"
"@tsconfig/node20": "20.1.2",
"@types/send": "0.17.4",
"sharp": "^0.32.5"
}
}

0 comments on commit 493ffbd

Please sign in to comment.