Skip to content

Commit 37f0379

Browse files
knpwrsline0
authored andcommitted
Upgrade to Mocha 5.
1 parent 0ec8f0c commit 37f0379

File tree

3 files changed

+13
-27
lines changed

3 files changed

+13
-27
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stream.pipe(
2828
);
2929
```
3030

31-
This plugin uses `mocha` version `^4.0.0`. The major version of this plugin will
31+
This plugin uses `mocha` version `^5.0.0`. The major version of this plugin will
3232
match the major version of `mocha`, which is a peer dependency of this plugin.
3333

3434
The plugin accepts these special options:

package-lock.json

+9-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"through": "~2.3.8"
3030
},
3131
"peerDependencies": {
32-
"mocha": "^4.0.0",
32+
"mocha": "^5.0.0",
3333
"nyc": "^11.0.0"
3434
},
3535
"devDependencies": {
@@ -38,7 +38,7 @@
3838
"eslint-config-hahow":
3939
"git+https://github.com/hahow/eslint-config-hahow.git#v4.0.0",
4040
"gulp": "^3.9.1",
41-
"mocha": "^4.0.1",
41+
"mocha": "^5.0.0",
4242
"nyc": "^11.4.1",
4343
"prettier-eslint-cli": "^4.7.0",
4444
"sinon": "~4.1.3",
@@ -48,3 +48,4 @@
4848
"node": ">= 8"
4949
}
5050
}
51+

0 commit comments

Comments
 (0)