Skip to content

Commit

Permalink
Dependency updates: mocha@9, nyc@15; remove async (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyhwang committed Sep 21, 2021
1 parent ac26094 commit 1fbf267
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
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
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"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 || ^2.0.0"
},
Expand All @@ -13,8 +12,8 @@
"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 1fbf267

Please sign in to comment.