Skip to content

Commit

Permalink
build(deps-dev): bump @playwright/test from 1.40.1 to 1.41.2
Browse files Browse the repository at this point in the history
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.1 to 1.41.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.41.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and VojtechVidra committed Feb 15, 2024
1 parent 5bb41cb commit 51d516c
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.40.0-jammy \
mcr.microsoft.com/playwright:v1.41.2-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.5",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.2",
"typescript": "^5.3.2",
"vite": "^5.0.11"
}
Expand Down

0 comments on commit 51d516c

Please sign in to comment.