Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Sep 30, 2017
1 parent 47b9d74 commit 19bd6ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
- babel-plugin-transform-react-remove-prop-types: v0.4.6 → [v0.4.8](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/releases)
- babel-polyfill: v6.23.0 → [v6.26.0][babel6260]
- babel-runtime: v6.25.0 → [v6.26.0][babel6260]
- copy-webpack-plugin: v4.0.1 → [v4.1.0](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#410-2017-09-29)
- css-loader: v0.28.4 → [v0.28.7](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#0287-2017-08-30)
- file-loader: v0.11.2 → [v1.1.3](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#113-2017-09-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.3.0](https://github.com/SBoudrias/Inquirer.js/releases)
Expand All @@ -33,7 +35,7 @@
- mocha: v3.4.2 → [v3.5.3](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#353--2017-09-11)
- phantomjs-prebuilt: v2.1.14 → [v2.1.15] - fix security issues with dependencies
- webpack-dev-middleware: v1.11.0 → [v1.12.0](https://github.com/webpack/webpack-dev-middleware/releases/tag/v1.12.0)
- webpack-dev-server: v2.6.1 → [v2.8.2](https://github.com/webpack/webpack-dev-server/releases)
- webpack-dev-server: v2.6.1 → [v2.9.1](https://github.com/webpack/webpack-dev-server/releases)
- webpack-hot-middleware: v2.18.2 → [v2.19.0](https://github.com/glenjamin/webpack-hot-middleware/compare/v2.18.2...v2.19.0)
- webpack: v3.4.1 → [v3.6.0](https://github.com/webpack/webpack/releases)

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chalk": "2.1.0",
"copy-template-dir": "1.3.0",
"cross-spawn": "5.1.0",
"debug": "3.0.1",
"debug": "3.1.0",
"detect-port": "1.2.1",
"figures": "2.0.0",
"filesize": "3.5.10",
Expand Down Expand Up @@ -96,26 +96,26 @@
"autoprefixer": "7.1.4",
"babel-loader": "7.1.2",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"copy-webpack-plugin": "4.0.1",
"copy-webpack-plugin": "4.1.0",
"css-loader": "0.28.7",
"eventsource-polyfill": "0.9.6",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"file-loader": "1.1.3",
"html-webpack-plugin": "2.30.1",
"npm-install-webpack2-plugin": "5.0.1",
"postcss-loader": "2.0.6",
"style-loader": "0.18.2",
"url-loader": "0.5.9",
"webpack-dev-middleware": "1.12.0",
"webpack-dev-server": "2.8.2",
"webpack-dev-server": "2.9.1",
"webpack-hot-middleware": "2.19.1"
},
"devDependencies": {
"babel-preset-flow": "6.23.0",
"cross-env": "5.0.5",
"eslint-config-jonnybuchanan": "5.0.0",
"eslint-config-jonnybuchanan": "5.0.1",
"eventsource": "1.0.5",
"flow-bin": "0.55.0",
"flow-bin": "0.56.0",
"glob": "7.1.2",
"nyc": "11.2.1",
"rimraf": "2.6.2",
Expand Down

0 comments on commit 19bd6ba

Please sign in to comment.