Update for latest canary + prettier

This commit is contained in:
Kyle Mathews 2017-04-21 12:19:19 -07:00
parent b7d1dbf4e1
commit b23a664df6
20 changed files with 436 additions and 314 deletions

View file

@ -7,24 +7,24 @@
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
},
"dependencies": {
"gatsby": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-link": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-parser-remark": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-parser-sharp": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-plugin-google-analytics": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-plugin-manifest": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-plugin-offline": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-plugin-preact": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-plugin-sharp": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-source-filesystem": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-typegen-filesystem": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-typegen-remark": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-typegen-remark-copy-linked-files": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-typegen-remark-prismjs": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-typegen-remark-responsive-iframe": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-typegen-remark-responsive-image": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-typegen-remark-smartypants": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby-typegen-sharp": "1.0.0-alpha12-alpha.1fdb9004",
"gatsby": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-link": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-transformer-remark": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-transformer-sharp": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-plugin-google-analytics": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-plugin-manifest": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-plugin-offline": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-plugin-preact": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-plugin-sharp": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-source-filesystem": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-typegen-filesystem": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-typegen-remark": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-typegen-remark-copy-linked-files": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-typegen-remark-prismjs": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-typegen-remark-responsive-iframe": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-typegen-remark-responsive-image": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-typegen-remark-smartypants": "1.0.0-alpha12-alpha.c0bba969",
"gatsby-typegen-sharp": "1.0.0-alpha12-alpha.c0bba969",
"lodash": "^4.15.0",
"moment": "^2.14.1",
"react-helmet": "^4.0.0",