Skip to content

Commit 2e847c2

Browse files
committed
Update dependencies
1 parent 407e3dd commit 2e847c2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"no-lone-blocks": 2,
9595
"no-lonely-if": 2,
9696
"no-loop-func": 2,
97+
"no-mixed-operators": 2,
9798
"no-mixed-spaces-and-tabs": 2,
9899
"no-multi-spaces": 2,
99100
"no-multi-str": 2,
@@ -146,6 +147,7 @@
146147
"no-useless-computed-key": 2,
147148
"no-useless-concat": 2,
148149
"no-useless-constructor": 2,
150+
"no-useless-rename": 2,
149151
"no-var": 2,
150152
"no-void": 2,
151153
"no-whitespace-before-property": 2,
@@ -172,6 +174,7 @@
172174
"space-unary-ops": [2, { "words": true, "nonwords": false }],
173175
"spaced-comment": [2, "always"],
174176
"template-curly-spacing": 2,
177+
"unicode-bom": [2, "never"],
175178
"use-isnan": 2,
176179
"valid-jsdoc": 2,
177180
"valid-typeof": 2,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-loader": "^6.2.4",
3333
"bootstrap": "^3.3.6",
3434
"css-loader": "^0.23.1",
35-
"eslint": "2.10.2",
35+
"eslint": "2.13.0",
3636
"eslint-plugin-react": "^5.2.2",
3737
"extract-text-webpack-plugin": "^1.0.1",
3838
"file-loader": "^0.8.5",
@@ -48,7 +48,7 @@
4848
"supertest": "^1.2.0",
4949
"supertest-as-promised": "^3.1.0",
5050
"url-loader": "^0.5.7",
51-
"wdio-mocha-framework": "^0.2.13",
51+
"wdio-mocha-framework": "^0.3.2",
5252
"webdriverio": "^4.0.9",
5353
"webpack": "^1.13.1",
5454
"webpack-bundle-size-analyzer": "^2.0.2"

0 commit comments

Comments
 (0)