Skip to content

Commit

Permalink
bump gatsby version to 4.15.0 to use graphqlTypegen config property
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip committed May 25, 2022
1 parent 6dffdb1 commit 94ab56e
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 474 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const ignoreTranslations = ignoreLanguages.map(
)

const config: GatsbyConfig = {
graphqlTypegen: true,
siteMetadata: {
// `title` & `description` pulls from respective ${lang}.json files in PageMetadata.js
title: `ethereum.org`,
Expand Down Expand Up @@ -233,7 +234,6 @@ const config: GatsbyConfig = {
// https://www.gatsbyjs.com/docs/reference/release-notes/v2.28/#feature-flags-in-gatsby-configjs
flags: {
FAST_DEV: true, // DEV_SSR, QUERY_ON_DEMAND & LAZY_IMAGES
GRAPHQL_TYPEGEN: true, // ref. https://www.gatsbyjs.com/docs/reference/release-notes/v4.14/
},
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dotenv": "^8.2.0",
"ethereum-blockies-base64": "^1.0.2",
"framer-motion": "^4.1.3",
"gatsby": "^4.14.0",
"gatsby": "^4.15.0",
"gatsby-plugin-gatsby-cloud": "^4.3.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-intl": "^0.3.3",
Expand Down
Loading

0 comments on commit 94ab56e

Please sign in to comment.