Update starter to latest canary
This commit is contained in:
parent
1d2329c1c9
commit
6a806c21cd
8 changed files with 1295 additions and 1624 deletions
33
package.json
33
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue