Skip to content

Commit

Permalink
fix(): Updates dependencies.
Browse files Browse the repository at this point in the history
Updates the dependencies. Nothing too notable here.
  • Loading branch information
ctrlplusb committed Aug 23, 2016
1 parent 81113c9 commit fb293af
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,44 +31,44 @@
},
"homepage": "https://github.com/ctrlplusb/react-component-queries#readme",
"devDependencies": {
"babel-cli": "6.9.0",
"babel-core": "6.9.0",
"babel-eslint": "6.0.4",
"babel-loader": "6.2.4",
"babel-cli": "6.11.4",
"babel-core": "6.13.2",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.5",
"babel-plugin-rewire": "1.0.0-rc-2",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-1": "6.5.0",
"babel-register": "6.9.0",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-preset-stage-1": "6.13.0",
"babel-register": "6.11.6",
"chai": "3.5.0",
"codecov.io": "0.1.6",
"commitizen": "2.8.1",
"commitizen": "2.8.6",
"compression": "1.6.2",
"cz-conventional-changelog": "1.1.6",
"enzyme": "2.3.0",
"eslint": "2.10.2",
"eslint-config-airbnb": "9.0.1",
"eslint-loader": "1.3.0",
"eslint-plugin-import": "1.8.0",
"eslint-plugin-jsx-a11y": "1.2.2",
"eslint-plugin-mocha": "2.2.0",
"eslint-plugin-react": "5.1.1",
"express": "4.13.4",
"ghooks": "1.2.1",
"cz-conventional-changelog": "1.2.0",
"enzyme": "2.4.1",
"eslint": "3.3.1",
"eslint-config-airbnb": "10.0.1",
"eslint-loader": "1.5.0",
"eslint-plugin-import": "1.14.0",
"eslint-plugin-jsx-a11y": "2.1.0",
"eslint-plugin-mocha": "4.3.0",
"eslint-plugin-react": "6.1.2",
"express": "4.14.0",
"ghooks": "1.3.2",
"isparta": "4.0.0",
"jsdom": "9.2.0",
"lodash-webpack-plugin": "0.8.2",
"mocha": "2.5.3",
"jsdom": "9.4.2",
"lodash-webpack-plugin": "0.10.0",
"mocha": "3.0.2",
"path": "0.12.7",
"react": "15.1.0",
"react-addons-test-utils": "15.1.0",
"react-dom": "15.1.0",
"react-sizeme": "2.1.0",
"semantic-release": "6.2.2",
"stats-webpack-plugin": "0.3.1",
"webpack": "1.13.1",
"react": "15.3.1",
"react-addons-test-utils": "15.3.1",
"react-dom": "15.3.1",
"react-sizeme": "2.1.3",
"semantic-release": "6.3.0",
"stats-webpack-plugin": "0.4.2",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.10.0"
"webpack-hot-middleware": "2.12.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
Expand Down
4 changes: 3 additions & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable import/no-extraneous-dependencies */

import webpack from 'webpack';
import path from 'path';
import WebpackStatsPlugin from 'stats-webpack-plugin';
Expand Down Expand Up @@ -78,7 +80,7 @@ if (env === `production`) {
);

config.plugins.push(
new LodashModuleReplacementPlugin
new LodashModuleReplacementPlugin()
);
}

Expand Down

0 comments on commit fb293af

Please sign in to comment.