fix(starters): upgrade gatsby version for all starters (#11382)

* fix(starters): upgrade gatsby version for all starters

* chore: bump offline and sharp as well

* chore: remove unused plugin

* chore: update deps (final?!)
This commit is contained in:
GatsbyJS Bot
2019-01-29 17:35:47 +00:00
parent ec41b0fedf
commit 917ba66bd6
3 changed files with 2133 additions and 2008 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "^2.0.76",
"gatsby": "^2.0.104",
"react": "^16.5.1",
"react-dom": "^16.5.1"
},