Merge pull request #122 from gatsbyjs/upgrade-gatsby-deps
v2 deps update
This commit is contained in:
commit
e049bc7c72
2 changed files with 1026 additions and 647 deletions
1629
package-lock.json
generated
1629
package-lock.json
generated
File diff suppressed because it is too large
Load diff
44
package.json
44
package.json
|
|
@ -7,26 +7,26 @@
|
|||
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "next",
|
||||
"gatsby-plugin-feed": "next",
|
||||
"gatsby-plugin-google-analytics": "next",
|
||||
"gatsby-plugin-manifest": "next",
|
||||
"gatsby-plugin-offline": "next",
|
||||
"gatsby-plugin-react-helmet": "next",
|
||||
"gatsby-plugin-sharp": "next",
|
||||
"gatsby-plugin-typography": "next",
|
||||
"gatsby-remark-copy-linked-files": "next",
|
||||
"gatsby-remark-images": "next",
|
||||
"gatsby-remark-prismjs": "next",
|
||||
"gatsby-remark-responsive-iframe": "next",
|
||||
"gatsby-remark-smartypants": "next",
|
||||
"gatsby-source-filesystem": "next",
|
||||
"gatsby-transformer-remark": "next",
|
||||
"gatsby-transformer-sharp": "next",
|
||||
"lodash": "^4.17.5",
|
||||
"gatsby": "^2.0.0",
|
||||
"gatsby-plugin-feed": "^2.0.5",
|
||||
"gatsby-plugin-google-analytics": "^2.0.5",
|
||||
"gatsby-plugin-manifest": "^2.0.2",
|
||||
"gatsby-plugin-offline": "^2.0.5",
|
||||
"gatsby-plugin-react-helmet": "^3.0.0",
|
||||
"gatsby-plugin-sharp": "^2.0.5",
|
||||
"gatsby-plugin-typography": "^2.2.0",
|
||||
"gatsby-remark-copy-linked-files": "^2.0.5",
|
||||
"gatsby-remark-images": "^2.0.1",
|
||||
"gatsby-remark-prismjs": "^3.0.0",
|
||||
"gatsby-remark-responsive-iframe": "^2.0.5",
|
||||
"gatsby-remark-smartypants": "^2.0.5",
|
||||
"gatsby-source-filesystem": "^2.0.1",
|
||||
"gatsby-transformer-remark": "^2.1.1",
|
||||
"gatsby-transformer-sharp": "^2.1.1",
|
||||
"lodash": "^4.17.11",
|
||||
"prismjs": "^1.15.0",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
"react": "^16.5.1",
|
||||
"react-dom": "^16.5.1",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-typography": "^0.16.13",
|
||||
"typeface-merriweather": "0.0.43",
|
||||
|
|
@ -36,9 +36,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-plugin-react": "^7.7.0",
|
||||
"gh-pages": "^1.1.0",
|
||||
"prettier": "^1.12.0"
|
||||
"eslint-plugin-react": "^7.11.1",
|
||||
"gh-pages": "^1.2.0",
|
||||
"prettier": "^1.14.2"
|
||||
},
|
||||
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
|
||||
"keywords": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue