Skip to content

Commit

Permalink
fix: attempt to make sharp dependency declaration compatible with yarn (
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jul 10, 2024
1 parent 0a2a196 commit 57e070e
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 109 deletions.
6 changes: 6 additions & 0 deletions .changeset/tough-scissors-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'imagetools-core': patch
'vite-imagetools': patch
---

fix: attempt to make sharp dependency declaration compatible with yarn
4 changes: 1 addition & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@
"jest-file-snapshot": "^0.6.0",
"jest-image-snapshot": "^6.2.0",
"rollup": "^4.13.0",
"sharp": "^0.33.4",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vitest": "^1.4.0"
},
"dependencies": {
"sharp": "^0.33.1"
}
}
3 changes: 2 additions & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.0.5",
"imagetools-core": "workspace:^"
"imagetools-core": "workspace:^",
"sharp": "^0.33.4"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
Expand Down
Loading

0 comments on commit 57e070e

Please sign in to comment.