diff --git a/gatsby-config.js b/gatsby-config.js index 2840389..612b379 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -16,7 +16,7 @@ module.exports = { options: { plugins: [ { - resolve: `gatsby-remark-responsive-image`, + resolve: `gatsby-remark-images`, options: { maxWidth: 590, }, diff --git a/package.json b/package.json index 42ac128..e7e38fc 100644 --- a/package.json +++ b/package.json @@ -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",