Upgrade branch to latest gatsby
This commit is contained in:
parent
98e654bee7
commit
854294a799
13 changed files with 8871 additions and 202 deletions
31
package.json
31
package.json
|
|
@ -7,19 +7,38 @@
|
|||
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "^1.0.0-alpha3",
|
||||
"gatsby": "1.0.0-alpha12",
|
||||
"gatsby-link": "1.0.0-alpha12",
|
||||
"gatsby-parser-remark": "1.0.0-alpha12",
|
||||
"gatsby-parser-sharp": "1.0.0-alpha12",
|
||||
"gatsby-plugin-google-analytics": "1.0.0-alpha12",
|
||||
"gatsby-plugin-manifest": "1.0.0-alpha12",
|
||||
"gatsby-plugin-offline": "1.0.0-alpha12",
|
||||
"gatsby-plugin-preact": "1.0.0-alpha12",
|
||||
"gatsby-plugin-sharp": "1.0.0-alpha12",
|
||||
"gatsby-source-filesystem": "1.0.0-alpha12",
|
||||
"gatsby-typegen-filesystem": "1.0.0-alpha12",
|
||||
"gatsby-typegen-remark": "1.0.0-alpha12",
|
||||
"gatsby-typegen-remark-copy-linked-files": "1.0.0-alpha12",
|
||||
"gatsby-typegen-remark-prismjs": "1.0.0-alpha12",
|
||||
"gatsby-typegen-remark-responsive-iframe": "1.0.0-alpha12",
|
||||
"gatsby-typegen-remark-responsive-image": "1.0.0-alpha12",
|
||||
"gatsby-typegen-remark-smartypants": "1.0.0-alpha12",
|
||||
"gatsby-typegen-sharp": "1.0.0-alpha12",
|
||||
"lodash": "^4.15.0",
|
||||
"moment": "^2.14.1",
|
||||
"react-document-title": "^2.0.2",
|
||||
"react-helmet": "^4.0.0",
|
||||
"react-responsive-grid": "^0.3.3",
|
||||
"react-typography": "^0.12.0",
|
||||
"react-typography": "^0.15.0",
|
||||
"safe-access": "^0.1.0",
|
||||
"typography": "^0.13.0",
|
||||
"typography-theme-wordpress-2016": "^0.13.0",
|
||||
"typeface-merriweather": "^0.0.25",
|
||||
"typeface-montserrat": "^0.0.24",
|
||||
"typography": "^0.15.8",
|
||||
"typography-theme-wordpress-2016": "^0.15.1",
|
||||
"underscore.string": "^3.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gh-pages": "^0.11.0"
|
||||
"gh-pages": "^0.12.0"
|
||||
},
|
||||
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
|
||||
"keywords": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue