feat(gatsby-recipes): Add Gatsby react helmet recipe (#23495)

* feat(gatsby-recipes): Add Gatsby react helmet recipe

* Adding react-helmet

* Update gatsby-plugin-react-helmet.mdx

Co-authored-by: Kyle Mathews <mathews.kyle@gmail.com>
This commit is contained in:
GatsbyJS Bot
2020-04-27 15:04:26 +00:00
co-authored by Kyle Mathews
parent 47f6415c86
commit 581a0f7cd3
3 changed files with 331 additions and 316 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.20.36",
"gatsby": "^2.21.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},