Skip to content

Commit

Permalink
Merge pull request #55 from stjohnjohnson/bump-mocha-10
Browse files Browse the repository at this point in the history
[major] Bumping to Mocha 10
  • Loading branch information
stjohnjohnson committed May 4, 2023
2 parents b45bece + 45b111c commit 68b1cc4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 48 deletions.
79 changes: 34 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jenkins-mocha",
"version": "10.0.0",
"version": "11.0.0",
"description": "Bin wrapper for Mocha + Nyc + Xunit (for Jenkins)",
"bin": {
"jenkins-mocha": "./bin/jenkins.js"
Expand All @@ -26,7 +26,7 @@
"bugs": "https://github.com/stjohnjohnson/jenkins-mocha/issues",
"license": "MIT",
"dependencies": {
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"npm-which": "^3.0.0",
"nyc": "^15.0.0",
"shell-escape": "^0.2.0",
Expand All @@ -40,7 +40,7 @@
"sinon": "^7.0.0"
},
"engines": {
"node": "12.x || 14.x || >= 16.x"
"node": "14.x || >= 16.x"
},
"release": {
"debug": false,
Expand Down

0 comments on commit 68b1cc4

Please sign in to comment.