fix(starters): update dependency gatsby to ^2.13.3 (#15377)

This commit is contained in:
GatsbyJS Bot
2019-07-03 23:27:26 +00:00
parent bd38952c3c
commit 196e86d5e4
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.13.2",
"gatsby": "^2.13.3",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},