dev: upgrade to gatsby 4 (#2553)

This commit is contained in:
Ludovic Fernandez 2022-02-06 10:52:34 +01:00 committed by GitHub
parent 19385fa814
commit 4b37b0e375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11843 additions and 22871 deletions

View file

@ -22,7 +22,6 @@ module.exports = {
},
plugins: [
`gatsby-alias-imports`,
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
{
@ -52,7 +51,6 @@ module.exports = {
gatsbyRemarkPlugins: [
`gatsby-remark-autolink-headers`,
`gatsby-remark-external-links`,
`gatsby-remark-embedder`,
{
resolve: `gatsby-remark-images`,
options: {
@ -109,7 +107,6 @@ module.exports = {
},
`gatsby-plugin-netlify`,
`gatsby-plugin-netlify-cache`,
`gatsby-plugin-catch-links`,
`gatsby-plugin-emotion`,
`gatsby-plugin-react-helmet`,