Skip to content

Commit

Permalink
build(deps-dev): bump @playwright/test from 1.41.2 to 1.42.1 (#42)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump @playwright/test from 1.41.2 to 1.42.1

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.41.2 to 1.42.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.41.2...v1.42.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixup! build(deps-dev): bump @playwright/test from 1.41.2 to 1.42.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vojtěch Vidra <vojtechvidra@gmail.com>
  • Loading branch information
dependabot[bot] and VojtechVidra authored Mar 5, 2024
1 parent 79dcf1e commit 3a318a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion workspaces/e2e/docker_run_playwright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ docker run --rm --ipc=host \
--mount type=bind,src=./../../,dst=/app \
--mount type=volume,dst=/app/node_modules \
--mount type=volume,dst=/app/.pnpm-store \
mcr.microsoft.com/playwright:v1.41.2-jammy \
mcr.microsoft.com/playwright:v1.42.1-jammy \
/app/workspaces/e2e/docker_playwright_script.sh
2 changes: 1 addition & 1 deletion workspaces/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/node": "^20.11.21",
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.42.1",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
Expand Down

0 comments on commit 3a318a2

Please sign in to comment.