Skip to content

Commit

Permalink
Merge pull request #18 from share/share-2
Browse files Browse the repository at this point in the history
Dependency updates - sharedb@2, mocha@9, nyc@15; remove async (unused)
  • Loading branch information
ericyhwang committed Sep 28, 2021
2 parents 1fe8113 + 1fbf267 commit cef0678
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- 10
- 12
- 14
- 16
services:
redis:
image: redis
Expand Down
2 changes: 2 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reporter: spec
check-leaks: true
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
"description": "Redis pub/sub adapter adapter for ShareDB",
"main": "index.js",
"dependencies": {
"async": "^1.5.0",
"redis": "^2.6.0 || ^3.0.0",
"sharedb": "^1.0.0"
"sharedb": "^1.0.0 || ^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.7",
"eslint": "^7.23.0",
"eslint-config-google": "^0.14.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
"mocha": "^9.1.1",
"nyc": "^15.1.0"
},
"scripts": {
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore '**/*.js'",
Expand Down
2 changes: 0 additions & 2 deletions test/mocha.opts

This file was deleted.

0 comments on commit cef0678

Please sign in to comment.