Skip to content

Commit 48aa7ab

Browse files
committed
Update deps
1 parent bb725e0 commit 48aa7ab

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

config/eslint.js

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ module.exports = {
121121
'no-sequences': 'warn',
122122
'no-shadow-restricted-names': 'warn',
123123
'no-sparse-arrays': 'warn',
124+
'no-template-curly-in-string': 'warn',
124125
'no-this-before-super': 'warn',
125126
'no-throw-literal': 'warn',
126127
'no-undef': 'warn',

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"chalk": "1.1.3",
4646
"connect-history-api-fallback": "1.3.0",
4747
"cross-spawn": "4.0.0",
48-
"css-loader": "0.23.1",
48+
"css-loader": "0.24.0",
4949
"detect-port": "1.0.0",
50-
"eslint": "3.2.2",
51-
"eslint-loader": "1.4.1",
52-
"eslint-plugin-flowtype": "2.4.0",
50+
"eslint": "3.4.0",
51+
"eslint-loader": "1.5.0",
52+
"eslint-plugin-flowtype": "2.11.4",
5353
"eslint-plugin-import": "1.12.0",
54-
"eslint-plugin-jsx-a11y": "2.0.1",
54+
"eslint-plugin-jsx-a11y": "2.2.1",
5555
"eslint-plugin-react": "5.2.2",
5656
"extract-text-webpack-plugin": "1.0.1",
5757
"file-loader": "0.9.0",
@@ -60,21 +60,21 @@
6060
"gzip-size": "3.0.0",
6161
"html-loader": "0.4.3",
6262
"html-webpack-plugin": "2.22.0",
63-
"http-proxy-middleware": "0.17.0",
64-
"jest": "15.0.1",
63+
"http-proxy-middleware": "0.17.1",
64+
"jest": "15.1.0",
6565
"json-loader": "0.5.4",
6666
"object-assign": "4.1.0",
6767
"opn": "4.0.2",
6868
"path-exists": "3.0.0",
69-
"postcss-loader": "0.9.1",
69+
"postcss-loader": "0.11.1",
7070
"promise": "7.1.1",
7171
"recursive-readdir": "2.0.0",
7272
"rimraf": "2.5.4",
7373
"strip-ansi": "3.0.1",
7474
"style-loader": "0.13.1",
7575
"url-loader": "0.5.7",
76-
"webpack": "1.13.1",
77-
"webpack-dev-server": "1.14.1",
76+
"webpack": "1.13.2",
77+
"webpack-dev-server": "1.15.1",
7878
"whatwg-fetch": "1.0.0"
7979
},
8080
"devDependencies": {

0 commit comments

Comments
 (0)