Upgrades for Gatsby 0.8
This commit is contained in:
parent
066c8013c4
commit
4d3c5ca244
6 changed files with 59 additions and 48 deletions
16
package.json
16
package.json
|
|
@ -21,20 +21,24 @@
|
|||
},
|
||||
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
|
||||
"dependencies": {
|
||||
"lodash": "^3.10.1",
|
||||
"lodash": "^4.5.0",
|
||||
"moment": "^2.10.3",
|
||||
"react": "^0.14.3",
|
||||
"react": "^0.14.7",
|
||||
"react-document-title": "^2.0.1",
|
||||
"react-dom": "^0.14.3",
|
||||
"react-dom": "^0.14.7",
|
||||
"react-responsive-grid": "^0.3.0",
|
||||
"react-router": "^0.13.5",
|
||||
"react-router": "^2.0.0",
|
||||
"safe-access": "^0.1.0",
|
||||
"typography": "^0.6.2",
|
||||
"typography": "^0.7.0",
|
||||
"underscore.string": "^3.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-react-transform": "^1.1.1",
|
||||
"eslint": "^1.10.3",
|
||||
"eslint-config-airbnb": "^5.0.1",
|
||||
"eslint-plugin-react": "^4.0.0"
|
||||
"eslint-plugin-react": "^4.0.0",
|
||||
"react-transform-catch-errors": "^1.0.0",
|
||||
"react-transform-hmr": "^1.0.0",
|
||||
"redbox-react": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue