Skip to content

Commit ac128ab

Browse files
committed
fix: upgrade gatsby to 4.21.0 to fix Firefox dev
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
1 parent 57bac1e commit ac128ab

File tree

2 files changed

+224
-164
lines changed

2 files changed

+224
-164
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"common-tags": "^1.8.0",
1616
"date-fns": "^2.17.0",
1717
"front-matter": "^4.0.2",
18-
"gatsby": "~4.19.0",
18+
"gatsby": "4.21.0",
1919
"gatsby-image": "^3.11.0",
2020
"gatsby-plugin-gatsby-cloud": "~4.19.0",
2121
"gatsby-plugin-json-output": "^1.2.0",

0 commit comments

Comments
 (0)