Skip to content

Commit 8974b94

Browse files
Snugugleoortizz
andauthored
Update sharp version (#227)
* Update sharp version The current sharp peer dependency is out of date. If you're trying to deploy a function that would use sharp, the deploy errors because there's a version mismatch. This is because SEMVER < 1 counts minor releases (0.xx) as potentially breaking, so `0.32` won't resolve with `0.33.x` installed * Update packages/firebase-frameworks/package.json Co-authored-by: Leonardo Ortiz <[email protected]> --------- Co-authored-by: Leonardo Ortiz <[email protected]>
1 parent 85fa61f commit 8974b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firebase-frameworks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"peerDependencies": {
5656
"firebase": "^9.9.0 || ^10.0.0",
5757
"firebase-admin": "^11.0.1 || ^12.0.0",
58-
"sharp": "^0.32.1"
58+
"sharp": "^0.32 || ^0.33"
5959
},
6060
"peerDependenciesMeta": {
6161
"firebase": {
@@ -77,4 +77,4 @@
7777
"sharp": "*",
7878
"ts-node": "*"
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)