Skip to content

Commit

Permalink
Downgrade to Sharp 0.31.1 because of bug in macOS Catalina
Browse files Browse the repository at this point in the history
  • Loading branch information
cacaodev committed Apr 10, 2023
1 parent 80b459b commit b3c90bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -29,7 +29,7 @@
"jest-image-snapshot": "^4.5.1",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"sharp": "^0.31.3",
"sharp": "^0.31.1",
"ts-jest": "^27.0.1",
"tsutils": "^3.21.0",
"typescript": "^4.3.2"
Expand Down Expand Up @@ -62,6 +62,6 @@
"tslib": "^2.3.1"
},
"peerDependencies": {
"sharp": "^0.31.3"
"sharp": "^0.31.1"
}
}

0 comments on commit b3c90bc

Please sign in to comment.