fix(starters): update dependency gatsby to ^2.12.0 (#15303)

This commit is contained in:
GatsbyJS Bot
2019-07-02 13:20:00 +00:00
parent afb4351de0
commit 8c8cebb383
3 changed files with 153 additions and 43 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.11.7",
"gatsby": "^2.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},