Skip to content

Commit 4c7402d

Browse files
gaearonGeorge Czabania
authored and
George Czabania
committed
Update deps
1 parent 20239b4 commit 4c7402d

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

config/eslint.js

Lines changed: 1 addition & 0 deletions
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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"connect-history-api-fallback": "1.3.0",
4747
"copy-webpack-plugin": "3.0.1",
4848
"cross-spawn": "4.0.0",
49-
"css-loader": "0.23.1",
49+
"css-loader": "0.24.0",
5050
"detect-port": "1.0.0",
51-
"eslint": "3.2.2",
52-
"eslint-loader": "1.4.1",
53-
"eslint-plugin-flowtype": "2.4.0",
51+
"eslint": "3.4.0",
52+
"eslint-loader": "1.5.0",
53+
"eslint-plugin-flowtype": "2.11.4",
5454
"eslint-plugin-import": "1.12.0",
55-
"eslint-plugin-jsx-a11y": "2.0.1",
55+
"eslint-plugin-jsx-a11y": "2.2.1",
5656
"eslint-plugin-react": "5.2.2",
5757
"extract-text-webpack-plugin": "1.0.1",
5858
"file-loader": "0.9.0",
@@ -61,21 +61,21 @@
6161
"gzip-size": "3.0.0",
6262
"html-loader": "0.4.3",
6363
"html-webpack-plugin": "2.22.0",
64-
"http-proxy-middleware": "0.17.0",
65-
"jest": "15.0.1",
64+
"http-proxy-middleware": "0.17.1",
65+
"jest": "15.1.0",
6666
"json-loader": "0.5.4",
6767
"object-assign": "4.1.0",
6868
"opn": "4.0.2",
6969
"path-exists": "3.0.0",
70-
"postcss-loader": "0.9.1",
70+
"postcss-loader": "0.11.1",
7171
"promise": "7.1.1",
7272
"recursive-readdir": "2.0.0",
7373
"rimraf": "2.5.4",
7474
"strip-ansi": "3.0.1",
7575
"style-loader": "0.13.1",
7676
"url-loader": "0.5.7",
77-
"webpack": "1.13.1",
78-
"webpack-dev-server": "1.14.1",
77+
"webpack": "1.13.2",
78+
"webpack-dev-server": "1.15.1",
7979
"whatwg-fetch": "1.0.0"
8080
},
8181
"devDependencies": {

0 commit comments

Comments
 (0)