Skip to content

Commit

Permalink
build(deps-dev): bump @playwright/test from 1.45.3 to 1.48.1
Browse files Browse the repository at this point in the history
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.3 to 1.48.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.45.3...v1.48.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>
  • Loading branch information
dependabot[bot] authored and VojtechVidra committed Oct 25, 2024
1 parent fc9346e commit 710f95a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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.45.3-jammy \
mcr.microsoft.com/playwright:v1.48.1-jammy \
$1
2 changes: 1 addition & 1 deletion workspaces/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@flows/js": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@playwright/test": "^1.48.1",
"@types/node": "^20.16.5",
"typescript": "^5.5.4",
"vite": "^5.4.9"
Expand Down

0 comments on commit 710f95a

Please sign in to comment.