fix(starters): update dependency gatsby to ^2.8.4 (#14555)

This commit is contained in:
GatsbyJS Bot
2019-06-05 19:41:31 +00:00
parent 9ddc022635
commit 7ae1903369
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.8.3",
"gatsby": "^2.8.4",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},