Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Sep 17, 2017
1 parent 9a838a6 commit d0ff1de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
15 changes: 9 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,27 @@

## Dependencies

- autoprefixer: v7.1.2 → [v7.1.3](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md#713)
- autoprefixer: v7.1.2 → [v7.1.4](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md#714)
- babel-cli: v6.24.1 → [v6.26.0][babel6260]
- babel-core: v6.24.1 → [v6.26.0][babel6260]
- babel-loader: v7.1.1 → [v7.1.2](https://github.com/babel/babel-loader/releases/tag/v7.1.2)
- babel-polyfill: v6.23.0 → [v6.26.0][babel6260]
- babel-plugin-istanbul: v4.1.4 → v4.1.5
- babel-plugin-react-transform: v2.0.2 → [v3.0.0](https://github.com/gaearon/babel-plugin-react-transform/releases) - add `React.PureComponent` to the list of default super classes
- 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]
- 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)
- karma: v1.7.0 → [v1.7.1](https://github.com/karma-runner/karma/releases/tag/1.7.1)
- karma-mocha-reporter: v2.2.3 → [v2.2.4](https://github.com/litixsoft/karma-mocha-reporter/blob/master/CHANGELOG.md#224-2017-08-24)
- mocha: v3.4.2 → [v3.5.0](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#350--2017-07-31)
- 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)
- phantomjs-prebuilt: v2.1.14 → [v2.1.15] - fix security issues with dependencies
- webpack: v3.4.1 → [v3.5.6](https://github.com/webpack/webpack/releases)
- 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.7.1](https://github.com/webpack/webpack-dev-server/releases)
- webpack-dev-server: v2.6.1 → [v2.8.2](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)

[babel6260]: https://github.com/babel/babel/blob/master/CHANGELOG.md#6260-2017-08-16

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"detect-port": "1.2.1",
"figures": "2.0.0",
"filesize": "3.5.10",
"fs-extra": "4.0.1",
"gzip-size": "3.0.0",
"fs-extra": "4.0.2",
"gzip-size": "4.0.0",
"inquirer": "3.2.3",
"minimist": "1.2.0",
"ora": "1.3.0",
Expand All @@ -50,9 +50,9 @@
"babel-core": "6.26.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-inferno": "3.2.0",
"babel-plugin-istanbul": "4.1.4",
"babel-plugin-istanbul": "4.1.5",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-react-transform": "3.0.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
Expand Down Expand Up @@ -85,15 +85,15 @@
"karma-webpack": "2.0.4",
"phantomjs-prebuilt": "2.1.15",

"mocha": "3.5.0",
"mocha": "3.5.3",
"expect": "1.20.2",

"object-assign": "4.1.1",
"promise": "8.0.1",
"whatwg-fetch": "2.0.3",

"webpack": "3.5.6",
"autoprefixer": "7.1.3",
"webpack": "3.6.0",
"autoprefixer": "7.1.4",
"babel-loader": "7.1.2",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"copy-webpack-plugin": "4.0.1",
Expand All @@ -107,8 +107,8 @@
"style-loader": "0.18.2",
"url-loader": "0.5.9",
"webpack-dev-middleware": "1.12.0",
"webpack-dev-server": "2.7.1",
"webpack-hot-middleware": "2.19.0"
"webpack-dev-server": "2.8.2",
"webpack-hot-middleware": "2.19.1"
},
"devDependencies": {
"babel-preset-flow": "6.23.0",
Expand All @@ -118,7 +118,7 @@
"flow-bin": "0.54.1",
"glob": "7.1.2",
"nyc": "11.2.1",
"rimraf": "2.6.1",
"rimraf": "2.6.2",
"temp": "0.8.3",
"tree-kill": "1.1.0"
},
Expand Down

0 comments on commit d0ff1de

Please sign in to comment.