Skip to content

Commit

Permalink
Downgraded mocha and eslint
Browse files Browse the repository at this point in the history
- unfortunately `mocha` v9 and `eslint` v7 drop support for Node 10 and
  11, but I don't want to start introducing Node version drops if I can
  avoid it
- downgrading them fixes the problem in the mean time
  • Loading branch information
daniellockyer committed Apr 12, 2022
1 parent f39b10d commit b58d341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -46,8 +46,8 @@
"tar": "^6.1.11"
},
"devDependencies": {
"eslint": "^7.32.0",
"mocha": "^9.2.2"
"eslint": "^6.8.0",
"mocha": "^7.2.0"
},
"peerDependencies": {
"node-gyp": "8.x"
Expand Down

0 comments on commit b58d341

Please sign in to comment.