Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa committed Dec 18, 2016
1 parent 1e70324 commit d12502e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"accepts": "1.3.3",
"ansi-html": "0.0.6",
"babel-core": "6.20.0",
"babel-generator": "6.20.0",
"babel-loader": "6.2.9",
"babel-core": "6.21.0",
"babel-generator": "6.21.0",
"babel-loader": "6.2.10",
"babel-plugin-module-resolver": "2.4.0",
"babel-plugin-react-require": "^3.0.0",
"babel-plugin-transform-async-to-generator": "6.16.0",
Expand All @@ -51,7 +51,7 @@
"domready": "1.0.8",
"friendly-errors-webpack-plugin": "1.1.2",
"glamor": "2.20.12",
"glob-promise": "2.0.0",
"glob-promise": "3.1.0",
"htmlescape": "1.1.1",
"is-windows-bash": "1.0.3",
"json-loader": "0.5.4",
Expand All @@ -68,13 +68,13 @@
"strip-ansi": "3.0.1",
"url": "0.11.0",
"webpack": "1.14.0",
"webpack-dev-middleware": "1.8.4",
"webpack-dev-middleware": "1.9.0",
"webpack-hot-middleware": "2.13.2",
"write-file-webpack-plugin": "3.4.2"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"babel-preset-env": "1.0.2",
"babel-preset-env": "1.1.4",
"benchmark": "2.1.2",
"coveralls": "2.11.15",
"gulp": "3.9.1",
Expand All @@ -83,8 +83,8 @@
"gulp-cached": "1.1.1",
"gulp-jest": "^0.6.0",
"gulp-notify": "2.2.0",
"husky": "0.11.9",
"jest": "^17.0.3",
"husky": "0.12.0",
"jest": "^18.0.0",
"nyc": "^10.0.0",
"run-sequence": "1.2.2",
"standard": "8.6.0",
Expand Down

0 comments on commit d12502e

Please sign in to comment.