Skip to content

Commit c580b13

Browse files
committed
chore(deps): update playwright to v1.54.1
1 parent 5edb3e4 commit c580b13

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/actions/e2e/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: End-to-End
77
uses: phi-ag/run-playwright@c30d90a1fa8df191ea54fdb7898c9782ae7b396a # v1
88
with:
9-
version: v1.54.0-noble@sha256:18d6adb6aaccf1b0f30eba890069972e089138e4a59ddb5303d7e7290e4e38b6
9+
version: v1.54.1-noble@sha256:307ace13c8ba4349f790f4dfbc6eaa9fcafdeb29c218ff36129c7cacebb1e35f
1010
options: -v ${STORE_PATH}:${STORE_PATH}
1111
run: |
1212
corepack enable

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.54.0-noble@sha256:18d6adb6aaccf1b0f30eba890069972e089138e4a59ddb5303d7e7290e4e38b6
4+
VERSION=v1.54.1-noble@sha256:307ace13c8ba4349f790f4dfbc6eaa9fcafdeb29c218ff36129c7cacebb1e35f
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.10.2",
5151
"@eslint/js": "9.30.1",
52-
"@playwright/test": "1.54.0",
52+
"@playwright/test": "1.54.1",
5353
"@tailwindcss/vite": "4.1.11",
5454
"@testing-library/jest-dom": "6.6.3",
5555
"@trivago/prettier-plugin-sort-imports": "5.2.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)