Skip to content

Commit 3766dcd

Browse files
piehGatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix(gatsby-plugin-sharp): fix "Cannot set property 'multipassCount' of undefined" error (#19131)
1 parent 8737a1d commit 3766dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"progress": "^2.0.3",
2525
"semver": "^5.7.1",
2626
"sharp": "^0.23.2",
27-
"svgo": "^1.3.0",
27+
"svgo": "1.3.0",
2828
"uuid": "^3.3.3"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)