File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
- 10
19
19
- 12
20
20
- 14
21
+ - 16
21
22
services :
22
23
redis :
23
24
image : redis
Original file line number Diff line number Diff line change
1
+ reporter : spec
2
+ check-leaks : true
Original file line number Diff line number Diff line change 4
4
"description" : " Redis pub/sub adapter adapter for ShareDB" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
- "async" : " ^1.5.0" ,
8
7
"redis" : " ^2.6.0 || ^3.0.0" ,
9
- "sharedb" : " ^1.0.0"
8
+ "sharedb" : " ^1.0.0 || ^2.0.0 "
10
9
},
11
10
"devDependencies" : {
12
11
"chai" : " ^4.2.0" ,
13
12
"coveralls" : " ^3.0.7" ,
14
13
"eslint" : " ^7.23.0" ,
15
14
"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 "
18
17
},
19
18
"scripts" : {
20
19
"lint" : " ./node_modules/.bin/eslint --ignore-path .gitignore '**/*.js'" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments