Upgrade dependencies

This commit is contained in:
Kyle Mathews 2017-08-14 18:52:18 -04:00
parent d2e5504dc5
commit f7cf005389
2 changed files with 51 additions and 44 deletions

View file

@ -7,17 +7,17 @@
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
},
"dependencies": {
"gatsby": "^1.6.5",
"gatsby-link": "^1.6.5",
"gatsby-plugin-google-analytics": "^1.0.0",
"gatsby-plugin-manifest": "^1.0.0",
"gatsby-plugin-offline": "^1.0.0",
"gatsby": "^1.8.7",
"gatsby-link": "^1.6.7",
"gatsby-plugin-google-analytics": "^1.0.3",
"gatsby-plugin-manifest": "^1.0.3",
"gatsby-plugin-offline": "^1.0.3",
"gatsby-plugin-preact": "^1.0.0",
"gatsby-plugin-react-helmet": "^1.0.0",
"gatsby-plugin-react-helmet": "^1.0.2",
"gatsby-plugin-sharp": "^1.6.0",
"gatsby-plugin-typography": "^1.7.2",
"gatsby-plugin-typography": "^1.7.5",
"gatsby-remark-copy-linked-files": "^1.5.0",
"gatsby-remark-images": "^1.5.0",
"gatsby-remark-images": "^1.5.3",
"gatsby-remark-prismjs": "^1.2.0",
"gatsby-remark-responsive-iframe": "^1.4.1",
"gatsby-remark-smartypants": "^1.4.1",
@ -26,8 +26,8 @@
"gatsby-transformer-sharp": "^1.6.0",
"lodash": "^4.15.0",
"react-responsive-grid": "^0.3.3",
"typeface-merriweather": "0.0.25",
"typeface-montserrat": "0.0.24",
"typeface-merriweather": "^0.0.35",
"typeface-montserrat": "^0.0.35",
"typography-theme-wordpress-2016": "^0.15.1"
},
"devDependencies": {