fix(starters): update dependency gatsby to ^2.1.0 (#11745)

This commit is contained in:
GatsbyJS Bot
2019-02-13 21:33:20 +00:00
parent dff501df5f
commit 502c8bb7a4
3 changed files with 212 additions and 200 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "^2.0.119",
"gatsby": "^2.1.0",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},