Skip to content

Commit

Permalink
Fixed build failure on Node 13 caused by old sharp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 17, 2020
1 parent 8fe888c commit e12f34d
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 98 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-spoons-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystonejs/website': patch
---

Updated `gatsby-plugin-manifest` dependency to 2.2.41 and `gatsby-plugin-sharp` dependency to 2.4.5.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-lunr": "^1.4.0",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-mdx": "^1.0.64",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sharp": "^2.2.7",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-remark-autolink-headers": "^2.1.21",
"gatsby-remark-check-links": "^2.0.4",
"gatsby-remark-copy-linked-files": "^2.1.3",
Expand Down
Loading

0 comments on commit e12f34d

Please sign in to comment.