remove problematic sharp dependency

This commit is contained in:
Karol Wypchlo 2021-01-26 13:35:49 +01:00
parent c69b314b67
commit 8e0160bfb7
2 changed files with 0 additions and 4 deletions

View File

@ -18,8 +18,6 @@ module.exports = {
path: `${__dirname}/src/images`, path: `${__dirname}/src/images`,
}, },
}, },
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
`gatsby-plugin-robots-txt`, `gatsby-plugin-robots-txt`,
{ {
resolve: `gatsby-plugin-manifest`, resolve: `gatsby-plugin-manifest`,

View File

@ -16,9 +16,7 @@
"gatsby-plugin-remove-serviceworker": "1.0.0", "gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-robots-txt": "1.5.5", "gatsby-plugin-robots-txt": "1.5.5",
"gatsby-plugin-sass": "3.1.0", "gatsby-plugin-sass": "3.1.0",
"gatsby-plugin-sharp": "2.13.1",
"gatsby-source-filesystem": "2.10.0", "gatsby-source-filesystem": "2.10.0",
"gatsby-transformer-sharp": "2.11.0",
"http-status-codes": "2.1.4", "http-status-codes": "2.1.4",
"jsonp": "0.2.1", "jsonp": "0.2.1",
"node-sass": "5.0.0", "node-sass": "5.0.0",