Skip to content

Commit 9846208

Browse files
Upgrade devDependencies to latest and remove jsdomify
* coveralls@2.13.1 * eslint@4.0.0 * mocha@3.4.2 * webpack@2.6.1
1 parent bae9226 commit 9846208

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,13 @@
3232
"html-dom-parser": "0.1.0"
3333
},
3434
"devDependencies": {
35-
"coveralls": "^2.11.12",
36-
"eslint": "^3.3.1",
35+
"coveralls": "^2.13.1",
36+
"eslint": "^4.0.0",
3737
"istanbul": "^0.4.5",
38-
"jsdomify": "^2.1.0",
39-
"mocha": "^3.0.2",
38+
"mocha": "^3.4.2",
4039
"react": ">=15.4",
4140
"react-dom": ">=15.4",
42-
"webpack": "^1.13.2"
41+
"webpack": "^2.6.1"
4342
},
4443
"peerDependencies": {
4544
"react": ">=15.4",

0 commit comments

Comments
 (0)