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: { options: {
plugins: [ plugins: [
{ {
resolve: `gatsby-remark-responsive-image`, resolve: `gatsby-remark-images`,
options: { options: {
maxWidth: 590, maxWidth: 590,
}, },

View file

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