Upgrade to 1.0

This commit is contained in:
Kyle Mathews 2017-07-06 15:25:40 -07:00
parent 4f37a370a0
commit e5cbf1ef58
2 changed files with 17 additions and 17 deletions

View file

@ -16,7 +16,7 @@ module.exports = {
options: {
plugins: [
{
resolve: `gatsby-remark-responsive-image`,
resolve: `gatsby-remark-images`,
options: {
maxWidth: 590,
},

View file

@ -7,22 +7,22 @@
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
},
"dependencies": {
"gatsby": "next",
"gatsby-link": "next",
"gatsby-plugin-google-analytics": "next",
"gatsby-plugin-manifest": "next",
"gatsby-plugin-offline": "next",
"gatsby-plugin-preact": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sharp": "next",
"gatsby-remark-copy-linked-files": "next",
"gatsby-remark-prismjs": "next",
"gatsby-remark-responsive-iframe": "next",
"gatsby-remark-responsive-image": "next",
"gatsby-remark-smartypants": "next",
"gatsby-source-filesystem": "next",
"gatsby-transformer-remark": "next",
"gatsby-transformer-sharp": "next",
"gatsby": "^1.0.0",
"gatsby-link": "^1.0.0",
"gatsby-plugin-google-analytics": "^1.0.0",
"gatsby-plugin-manifest": "^1.0.0",
"gatsby-plugin-offline": "^1.0.0",
"gatsby-plugin-preact": "^1.0.0",
"gatsby-plugin-react-helmet": "^1.0.0",
"gatsby-plugin-sharp": "^1.0.0",
"gatsby-remark-copy-linked-files": "^1.0.0",
"gatsby-remark-prismjs": "^1.0.0",
"gatsby-remark-responsive-iframe": "^1.0.0",
"gatsby-remark-images": "^1.0.0",
"gatsby-remark-smartypants": "^1.0.0",
"gatsby-source-filesystem": "^1.0.0",
"gatsby-transformer-remark": "^1.0.0",
"gatsby-transformer-sharp": "^1.0.0",
"lodash": "^4.15.0",
"react-responsive-grid": "^0.3.3",
"react-typography": "^0.15.0",