fix(starters): update dependency gatsby to ^2.5.0 (#14072)

This commit is contained in:
GatsbyJS Bot
2019-05-16 11:17:13 +00:00
parent 758f227b68
commit 008c9dc354
3 changed files with 71 additions and 52 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.4.6",
"gatsby": "^2.5.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},