Skip to content

Commit

Permalink
fix: upgrade gatsby to 4.21.0 to fix Firefox dev
Browse files Browse the repository at this point in the history
on `gatsby` 4.19.0, Firefox won't render the site in development
if there are any runtime errors. this was fixed in 4.21.0.
see gatsbyjs/gatsby#36365
  • Loading branch information
sunnyzanchi committed Jan 3, 2023
1 parent 57bac1e commit ac128ab
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 164 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"common-tags": "^1.8.0",
"date-fns": "^2.17.0",
"front-matter": "^4.0.2",
"gatsby": "~4.19.0",
"gatsby": "4.21.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gatsby-cloud": "~4.19.0",
"gatsby-plugin-json-output": "^1.2.0",
Expand Down
Loading

0 comments on commit ac128ab

Please sign in to comment.