Skip to content

Commit fb293af

Browse files
committed
fix(): Updates dependencies.
Updates the dependencies. Nothing too notable here.
1 parent 81113c9 commit fb293af

File tree

2 files changed

+34
-32
lines changed

2 files changed

+34
-32
lines changed

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -31,44 +31,44 @@
3131
},
3232
"homepage": "https://github.com/ctrlplusb/react-component-queries#readme",
3333
"devDependencies": {
34-
"babel-cli": "6.9.0",
35-
"babel-core": "6.9.0",
36-
"babel-eslint": "6.0.4",
37-
"babel-loader": "6.2.4",
34+
"babel-cli": "6.11.4",
35+
"babel-core": "6.13.2",
36+
"babel-eslint": "6.1.2",
37+
"babel-loader": "6.2.5",
3838
"babel-plugin-rewire": "1.0.0-rc-2",
39-
"babel-preset-es2015": "6.9.0",
40-
"babel-preset-react": "6.5.0",
41-
"babel-preset-stage-1": "6.5.0",
42-
"babel-register": "6.9.0",
39+
"babel-preset-es2015": "6.13.2",
40+
"babel-preset-react": "6.11.1",
41+
"babel-preset-stage-1": "6.13.0",
42+
"babel-register": "6.11.6",
4343
"chai": "3.5.0",
4444
"codecov.io": "0.1.6",
45-
"commitizen": "2.8.1",
45+
"commitizen": "2.8.6",
4646
"compression": "1.6.2",
47-
"cz-conventional-changelog": "1.1.6",
48-
"enzyme": "2.3.0",
49-
"eslint": "2.10.2",
50-
"eslint-config-airbnb": "9.0.1",
51-
"eslint-loader": "1.3.0",
52-
"eslint-plugin-import": "1.8.0",
53-
"eslint-plugin-jsx-a11y": "1.2.2",
54-
"eslint-plugin-mocha": "2.2.0",
55-
"eslint-plugin-react": "5.1.1",
56-
"express": "4.13.4",
57-
"ghooks": "1.2.1",
47+
"cz-conventional-changelog": "1.2.0",
48+
"enzyme": "2.4.1",
49+
"eslint": "3.3.1",
50+
"eslint-config-airbnb": "10.0.1",
51+
"eslint-loader": "1.5.0",
52+
"eslint-plugin-import": "1.14.0",
53+
"eslint-plugin-jsx-a11y": "2.1.0",
54+
"eslint-plugin-mocha": "4.3.0",
55+
"eslint-plugin-react": "6.1.2",
56+
"express": "4.14.0",
57+
"ghooks": "1.3.2",
5858
"isparta": "4.0.0",
59-
"jsdom": "9.2.0",
60-
"lodash-webpack-plugin": "0.8.2",
61-
"mocha": "2.5.3",
59+
"jsdom": "9.4.2",
60+
"lodash-webpack-plugin": "0.10.0",
61+
"mocha": "3.0.2",
6262
"path": "0.12.7",
63-
"react": "15.1.0",
64-
"react-addons-test-utils": "15.1.0",
65-
"react-dom": "15.1.0",
66-
"react-sizeme": "2.1.0",
67-
"semantic-release": "6.2.2",
68-
"stats-webpack-plugin": "0.3.1",
69-
"webpack": "1.13.1",
63+
"react": "15.3.1",
64+
"react-addons-test-utils": "15.3.1",
65+
"react-dom": "15.3.1",
66+
"react-sizeme": "2.1.3",
67+
"semantic-release": "6.3.0",
68+
"stats-webpack-plugin": "0.4.2",
69+
"webpack": "1.13.2",
7070
"webpack-dev-middleware": "1.6.1",
71-
"webpack-hot-middleware": "2.10.0"
71+
"webpack-hot-middleware": "2.12.2"
7272
},
7373
"peerDependencies": {
7474
"react": "^0.14.0 || ^15.0.0",

webpack.config.babel.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable import/no-extraneous-dependencies */
2+
13
import webpack from 'webpack';
24
import path from 'path';
35
import WebpackStatsPlugin from 'stats-webpack-plugin';
@@ -78,7 +80,7 @@ if (env === `production`) {
7880
);
7981

8082
config.plugins.push(
81-
new LodashModuleReplacementPlugin
83+
new LodashModuleReplacementPlugin()
8284
);
8385
}
8486

0 commit comments

Comments
 (0)