Update starter to latest canary

This commit is contained in:
Kyle Mathews 2017-05-19 11:57:38 +02:00
parent 1d2329c1c9
commit 6a806c21cd
8 changed files with 1295 additions and 1624 deletions

View file

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