Skip to content

Commit

Permalink
Update mocha peer dep to include 9.x.x (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jneander committed Jan 12, 2022
1 parent 7bc97c2 commit c0e3dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "3.3.3"
},
"peerDependencies": {
"mocha": "^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X"
"mocha": "^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X || ^9.X.X"
},
"optionalDependencies": {
"tsconfig-paths": "^3.5.0"
Expand Down

0 comments on commit c0e3dce

Please sign in to comment.