fix(starters): update dependency gatsby to ^2.4.2 (#13843)

This commit is contained in:
GatsbyJS Bot
2019-05-03 16:38:29 +00:00
parent e15ddecfdb
commit 99289e2ed6
3 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.4.1",
"gatsby": "^2.4.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},