Skip to content

Commit

Permalink
Update dependencies fix #21
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Dec 15, 2016
1 parent 29db83c commit bef0ca4
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 369 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^17.0.2",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-react-remove-prop-types": "^0.2.11",
"babel-preset-es2015": "^6.16.0",
Expand All @@ -45,7 +45,7 @@
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.0",
"jest-cli": "^17.0.3",
"jest-cli": "^18.0.0",
"json-loader": "^0.5.4",
"opn-cli": "^3.1.0",
"raw-loader": "^0.5.1",
Expand All @@ -55,12 +55,13 @@
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"history": "3.0.0",
"lodash": "^4.16.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-hot-loader": "^3.0.0-beta.5",
"react-router": "^2.8.1",
"react-router-scroll": "^0.3.3",
"react-router": "^3.0.0",
"react-router-scroll": "^0.4.1",
"styled-components": "^1.0.7"
}
}

0 comments on commit bef0ca4

Please sign in to comment.