Skip to content

Commit fb3be2c

Browse files
committed
Update package dependencies
1 parent 3e8aa92 commit fb3be2c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

examples/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ module.exports = {
8888
// https://webpack.github.io/docs/webpack-dev-server.html#additional-configuration-options
8989
devServer: {
9090
noInfo: false,
91-
quite: false,
9291
lazy: false,
9392
// https://webpack.github.io/docs/node.js-api.html#compiler
9493
watchOptions: {
95-
poll: true // use polling instead of native watchers
94+
poll: true, // use polling instead of native watchers
95+
ignored: /node_modules/
9696
}
9797
}
9898
};

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,24 @@
6060
},
6161
"devDependencies": {
6262
"@trendmicro/react-loader": "^0.5.0",
63-
"babel-cli": "~6.22.2",
64-
"babel-core": "~6.22.1",
63+
"babel-cli": "~6.23.0",
64+
"babel-core": "~6.23.1",
6565
"babel-eslint": "~7.1.1",
66-
"babel-loader": "~6.2.10",
66+
"babel-loader": "~6.3.2",
6767
"babel-plugin-transform-decorators-legacy": "~1.3.4",
6868
"babel-preset-es2015": "~6.22.0",
69-
"babel-preset-react": "~6.22.0",
69+
"babel-preset-react": "~6.23.0",
7070
"babel-preset-stage-0": "~6.22.0",
7171
"clean-css": "~4.0.3",
7272
"clean-css-cli": "~4.0.0",
7373
"coveralls": "~2.11.15",
7474
"css-loader": "~0.26.1",
75-
"eslint": "~3.14.1",
75+
"eslint": "~3.15.0",
7676
"eslint-config-trendmicro": "~0.5.1",
7777
"eslint-loader": "~1.6.1",
7878
"eslint-plugin-import": "~2.2.0",
7979
"eslint-plugin-jsx-a11y": "~2.2.3",
80-
"eslint-plugin-react": "~6.9.0",
80+
"eslint-plugin-react": "~6.10.0",
8181
"extract-text-webpack-plugin": "^2.0.0-rc.3",
8282
"file-loader": "^0.10.0",
8383
"html-webpack-plugin": "~2.28.0",
@@ -89,10 +89,10 @@
8989
"stylint": "~1.5.9",
9090
"stylint-loader": "~1.0.0",
9191
"stylus-loader": "~2.4.0",
92-
"tap": "~10.0.0",
92+
"tap": "~10.1.1",
9393
"trendmicro-ui": "^0.2.0",
9494
"url-loader": "^0.5.7",
9595
"webpack": "~2.2.1",
96-
"webpack-dev-server": "~1.16.2"
96+
"webpack-dev-server": "~2.3.0"
9797
}
9898
}

0 commit comments

Comments
 (0)