Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* ci: bump gh action playwright image

Signed-off-by: rare-magma <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: rare-magma <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rare-magma <[email protected]>
  • Loading branch information
dependabot[bot] and rare-magma authored Jul 3, 2024
1 parent 7a5596b commit 5a2f41c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.42.1-jammy
image: mcr.microsoft.com/playwright:v1.45.1-jammy
needs:
- test
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.42.1-jammy
image: mcr.microsoft.com/playwright:v1.45.1-jammy
needs:
- test
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@playwright/test": "1.42.1",
"@playwright/test": "1.45.1",
"@simbathesailor/use-what-changed": "2.0.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit 5a2f41c

Please sign in to comment.