Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Sep 22, 2017
1 parent 5172ccd commit 47b9d74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Added

- Added [`babel.env` config](https://github.com/insin/nwb/blob/master/docs/Configuration.md#env-object) to pass additional [options for `babel-preset-env`](https://github.com/babel/babel-preset-env#options).
- Added additional Enzyme compat config for recent versions of React 15.
- Added additional Enzyme [`webpack.compat`](https://github.com/insin/nwb/blob/master/docs/Configuration.md#compat-object) for recent versions of React 15.

## Changed

Expand All @@ -27,7 +27,7 @@
- css-loader: v0.28.4 → [v0.28.7](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#0287-2017-08-30)
- gzip-size: v3.0.0 → v4.0.0 - async interface now uses Promises
- html-webpack-plugin: v2.29.0 → [v2.30.1](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md#v2301)
- inquirer: v3.2.1 → [v3.2.3](https://github.com/SBoudrias/Inquirer.js/releases)
- inquirer: v3.2.1 → [v3.3.0](https://github.com/SBoudrias/Inquirer.js/releases)
- karma-mocha-reporter: v2.2.3 → [v2.2.4](https://github.com/litixsoft/karma-mocha-reporter/blob/master/CHANGELOG.md#224-2017-08-24)
- karma: v1.7.0 → [v1.7.1](https://github.com/karma-runner/karma/releases/tag/1.7.1)
- mocha: v3.4.2 → [v3.5.3](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#353--2017-09-11)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"filesize": "3.5.10",
"fs-extra": "4.0.2",
"gzip-size": "4.0.0",
"inquirer": "3.2.3",
"inquirer": "3.3.0",
"minimist": "1.2.0",
"ora": "1.3.0",
"resolve": "1.4.0",
Expand Down Expand Up @@ -115,12 +115,12 @@
"cross-env": "5.0.5",
"eslint-config-jonnybuchanan": "5.0.0",
"eventsource": "1.0.5",
"flow-bin": "0.54.1",
"flow-bin": "0.55.0",
"glob": "7.1.2",
"nyc": "11.2.1",
"rimraf": "2.6.2",
"temp": "0.8.3",
"tree-kill": "1.1.0"
"tree-kill": "1.2.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 47b9d74

Please sign in to comment.