Skip to content

Commit e316383

Browse files
committed
chore(deps): update playwright
1 parent 16a5d6c commit e316383

4 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/actions/e2e/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ runs:
44
using: composite
55
steps:
66
- name: End-to-End
7-
uses: phi-ag/run-playwright@abd0642d44f054b8f7a71b8d5c1ffc23f02f0454 # v1
7+
uses: phi-ag/run-playwright@5ba5f2e9d1b6cdc9d3db7362561f68e7e4334bb7 # v1
88
with:
9-
version: v1.57.0-noble@sha256:3bed4b1a12f2338642f3d8cba28e291deef3c66bd4a964bbeb3e57bbff511dbd
9+
version: v1.58.0-noble@sha256:35c7d48b4ccaf3aca5018f5f1bf7f50c7da7d61d176c530741f4f2e9ca336c34
1010
options: -v ${STORE_PATH}:${STORE_PATH}
1111
run: |
1212
npm install -g --force corepack

e2e_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22
set -eu
33

4-
VERSION=v1.57.0-noble@sha256:3bed4b1a12f2338642f3d8cba28e291deef3c66bd4a964bbeb3e57bbff511dbd
4+
VERSION=v1.58.0-noble@sha256:35c7d48b4ccaf3aca5018f5f1bf7f50c7da7d61d176c530741f4f2e9ca336c34
55
STORE_PATH="$(pnpm store path --silent)"
66

77
mkdir -p .playwright

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@axe-core/playwright": "4.11.0",
5151
"@eslint/js": "9.39.2",
52-
"@playwright/test": "1.57.0",
52+
"@playwright/test": "1.58.0",
5353
"@tailwindcss/vite": "4.1.18",
5454
"@testing-library/jest-dom": "6.9.1",
5555
"@trivago/prettier-plugin-sort-imports": "6.0.2",

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)