Skip to content

Commit 3b64098

Browse files
committed
chore(deps): update playwright
1 parent 7db4902 commit 3b64098

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@62fb08dcf41a96bfc0a8e712568f1fac1a2ab61b # v1
7+
uses: phi-ag/run-playwright@777ed103933f0c53a82b3c7b9e340050dcd04cbc # v1
88
with:
9-
version: v1.52.0-noble@sha256:a021500a801bab0611049217ffad6b9697d827205c15babb86a53bc1a61c02d5
9+
version: v1.53.0-noble@sha256:c30040b375c6daebbc1997818ea5889e74a26916c7837e0354cfa1de30fafbed
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.52.0-noble@sha256:a021500a801bab0611049217ffad6b9697d827205c15babb86a53bc1a61c02d5
4+
VERSION=v1.53.0-noble@sha256:c30040b375c6daebbc1997818ea5889e74a26916c7837e0354cfa1de30fafbed
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.28.0",
52-
"@playwright/test": "1.52.0",
52+
"@playwright/test": "1.53.0",
5353
"@tailwindcss/vite": "4.1.10",
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)