fix(starters): update dependency gatsby to ^2.4.1 (#13834)

This commit is contained in:
GatsbyJS Bot
2019-05-03 11:44:22 +00:00
parent 34de58cd6e
commit e15ddecfdb
3 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.4.0",
"gatsby": "^2.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},