fix(starters): update dependency gatsby to ^2.5.5 (#14141)

This commit is contained in:
GatsbyJS Bot
2019-05-18 09:52:23 +00:00
parent 98ab893b8d
commit 5d0c3881b8
3 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.5.4",
"gatsby": "^2.5.5",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},