fix(starters): update dependency gatsby to ^2.1.10 (#11926)

* fix(starters): update dependency gatsby to ^2.1.10

* Fix linting
This commit is contained in:
GatsbyJS Bot
2019-02-20 12:21:58 +00:00
parent 4ebd061e3c
commit 143fa936ee
3 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "^2.1.9",
"gatsby": "^2.1.10",
"react": "^16.8.2",
"react-dom": "^16.8.2"
},