Skip to content

Commit 1fbf267

Browse files
committed
Dependency updates: mocha@9, nyc@15; remove async (unused)
1 parent ac26094 commit 1fbf267

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.mocharc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
reporter: spec
2+
check-leaks: true

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Redis pub/sub adapter adapter for ShareDB",
55
"main": "index.js",
66
"dependencies": {
7-
"async": "^1.5.0",
87
"redis": "^2.6.0 || ^3.0.0",
98
"sharedb": "^1.0.0 || ^2.0.0"
109
},
@@ -13,8 +12,8 @@
1312
"coveralls": "^3.0.7",
1413
"eslint": "^7.23.0",
1514
"eslint-config-google": "^0.14.0",
16-
"mocha": "^6.2.2",
17-
"nyc": "^14.1.1"
15+
"mocha": "^9.1.1",
16+
"nyc": "^15.1.0"
1817
},
1918
"scripts": {
2019
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore '**/*.js'",

test/mocha.opts

-2
This file was deleted.

0 commit comments

Comments
 (0)