Upgrade dependencies

This commit is contained in:
Kyle Mathews 2017-11-13 13:32:49 -08:00
parent 696b75cb1f
commit b56f6fb67b
2 changed files with 140 additions and 249 deletions

View file

@ -7,15 +7,15 @@
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
},
"dependencies": {
"gatsby": "^1.9.108",
"gatsby-link": "^1.6.26",
"gatsby": "^1.9.110",
"gatsby-link": "^1.6.27",
"gatsby-plugin-feed": "^1.3.13",
"gatsby-plugin-google-analytics": "^1.0.12",
"gatsby-plugin-offline": "^1.0.10",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sharp": "^1.6.20",
"gatsby-plugin-typography": "^1.7.10",
"gatsby-remark-copy-linked-files": "^1.5.20",
"gatsby-remark-copy-linked-files": "^1.5.21",
"gatsby-remark-images": "^1.5.31",
"gatsby-remark-prismjs": "^1.2.9",
"gatsby-remark-responsive-iframe": "^1.4.14",
@ -25,8 +25,8 @@
"gatsby-transformer-sharp": "^1.6.13",
"lodash": "^4.17.4",
"react-responsive-grid": "^0.3.4",
"typeface-merriweather": "^0.0.43",
"typeface-montserrat": "^0.0.43",
"typeface-merriweather": "0.0.43",
"typeface-montserrat": "0.0.43",
"typography-theme-wordpress-2016": "^0.15.10"
},
"devDependencies": {