Skip to content

Commit 43ba99e

Browse files
committed
update dependencies
1 parent ec48617 commit 43ba99e

File tree

2 files changed

+721
-611
lines changed

2 files changed

+721
-611
lines changed

package.json

+14-10
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@
77
"test": "gulp test"
88
},
99
"repository": "raccoon-lee/gulp-spawn-mocha",
10-
"keywords": ["gulpplugin", "mocha", "spawn", "child", "process", "nyc"],
10+
"keywords": [
11+
"gulpplugin",
12+
"mocha",
13+
"spawn",
14+
"child",
15+
"process",
16+
"nyc"
17+
],
1118
"author": {
1219
"name": "Kenneth Powers",
1320
"email": "[email protected]"
@@ -24,29 +31,26 @@
2431
},
2532
"homepage": "https://github.com/raccoon-lee/gulp-spawn-mocha-nyc",
2633
"dependencies": {
27-
"plugin-error": "^1.0.1",
2834
"lodash": "^4.17.4",
35+
"plugin-error": "^1.0.1",
2936
"through": "~2.3.8"
3037
},
3138
"peerDependencies": {
32-
"mocha": "^5.0.0",
33-
"nyc": "^11.0.0"
39+
"mocha": "^5.2.0",
40+
"nyc": "^11.9.0"
3441
},
3542
"devDependencies": {
3643
"chai": "~4.1.2",
37-
"coveralls": "^3.0.0",
38-
"eslint-config-hahow":
39-
"git+https://github.com/hahow/eslint-config-hahow.git#v4.0.0",
44+
"coveralls": "^3.0.2",
45+
"eslint-config-hahow": "git+https://github.com/hahow/eslint-config-hahow.git#v4.0.0",
4046
"gulp": "^3.9.1",
4147
"mocha": "^5.0.0",
4248
"nyc": "^11.4.1",
4349
"prettier-eslint-cli": "^4.7.0",
44-
"sinon": "~4.1.3",
50+
"sinon": "~4.1.6",
4551
"sinon-chai": "~2.14.0"
4652
},
4753
"engines": {
4854
"node": ">= 8"
4955
}
5056
}
51-
52-

0 commit comments

Comments
 (0)