Skip to content

Commit cef0678

Browse files
authored
Merge pull request #18 from share/share-2
Dependency updates - sharedb@2, mocha@9, nyc@15; remove async (unused)
2 parents 1fe8113 + 1fbf267 commit cef0678

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- 10
1919
- 12
2020
- 14
21+
- 16
2122
services:
2223
redis:
2324
image: redis

.mocharc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
reporter: spec
2+
check-leaks: true

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
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",
9-
"sharedb": "^1.0.0"
8+
"sharedb": "^1.0.0 || ^2.0.0"
109
},
1110
"devDependencies": {
1211
"chai": "^4.2.0",
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

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)