Skip to content

Commit 950b262

Browse files
authoredOct 7, 2024··
chore(deps-dev): bump the dependencies group (#387)
Bumps the dependencies group in /examples/cypress with 2 updates: [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) and [multiple-cucumber-html-reporter](https://github.com/WasiqB/multiple-cucumber-html-reporter). Updates `@badeball/cypress-cucumber-preprocessor` from 21.0.0 to 21.0.2 - [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases) - [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md) - [Commits](badeball/cypress-cucumber-preprocessor@v21.0.0...v21.0.2) Updates `multiple-cucumber-html-reporter` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/WasiqB/multiple-cucumber-html-reporter/releases) - [Changelog](https://github.com/WasiqB/multiple-cucumber-html-reporter/blob/main/CHANGELOG.md) - [Commits](v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: multiple-cucumber-html-reporter dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c751ff7 commit 950b262

File tree

2 files changed

+212
-178
lines changed

2 files changed

+212
-178
lines changed
 

‎examples/cypress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"author": "Wasiq Bhamla",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@badeball/cypress-cucumber-preprocessor": "^21.0.0",
17+
"@badeball/cypress-cucumber-preprocessor": "^21.0.2",
1818
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.3",
1919
"@types/node": "^22.7.4",
2020
"cypress": "^13.13.2",
21-
"multiple-cucumber-html-reporter": "^3.7.0",
21+
"multiple-cucumber-html-reporter": "^3.8.0",
2222
"typescript": "^5.6.2"
2323
},
2424
"dependencies": {

‎examples/cypress/pnpm-lock.yaml

+210-176
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.