Skip to content

Commit

Permalink
fix: pin Sharp at old version (#9653)
Browse files Browse the repository at this point in the history
* fix: pin Sharp at old version

* chore: changeset

* fix: try out a bigger range

* chore: lockfile

* fix: try again with just one version...

* fix: lockfile

* chore: use caret versions

* chore: changeset
  • Loading branch information
Princesseuh committed Jan 10, 2024
1 parent e50d75f commit 50f3918
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 232 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-stingrays-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro": patch
---

Pin Sharp to 0.32.6 until we can raise our semver requirements. To use the latest version of Sharp, you can add it to your project's dependencies.
2 changes: 1 addition & 1 deletion examples/starlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"astro": "^4.1.1",
"sass": "^1.69.5",
"sharp": "^0.32.5"
"sharp": "^0.32.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"zod": "^3.22.4"
},
"optionalDependencies": {
"sharp": "^0.33.1"
"sharp": "^0.32.6"
},
"devDependencies": {
"@astrojs/check": "^0.3.1",
Expand Down
Loading

0 comments on commit 50f3918

Please sign in to comment.