Skip to content

Commit

Permalink
Merge branch 'renovate/mocha-9.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Jun 28, 2021
2 parents 2ef2a57 + 4e5369f commit 49c8de4
Show file tree
Hide file tree
Showing 17 changed files with 691 additions and 5,045 deletions.
2 changes: 1 addition & 1 deletion integration/cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"mocha": "^9.0.0"
"mocha": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion integration/jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"mocha": "^9.0.0"
"mocha": "^9.0.1"
}
}
4 changes: 2 additions & 2 deletions integration/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@serenity-js/assertions": "^2.0.0",
"@serenity-js/core": "^2.0.0",
"@serenity-js/mocha": "^2.0.0",
"mocha": "^9.0.0"
"mocha": "^9.0.1"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"mocha": "^9.0.0"
"mocha": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion integration/protractor-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"mocha": "^9.0.0"
"mocha": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion integration/protractor-jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"mocha": "^9.0.0"
"mocha": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion integration/protractor-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"mocha": "^9.0.0"
"mocha": "^9.0.1"
}
}
Loading

0 comments on commit 49c8de4

Please sign in to comment.