Skip to content

Commit 9cf770a

Browse files
committed
Upgrade Playwright
1 parent 9117883 commit 9cf770a

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
playwright:
3-
image: mcr.microsoft.com/playwright:v1.57.0-noble
3+
image: mcr.microsoft.com/playwright:v1.58.0-noble
44
platform: linux/arm64
55
working_dir: /app
66
volumes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
5454
"@jest/globals": "^30.0.3",
5555
"@jest/types": "^30.0.1",
56-
"@playwright/test": "^1.57.0",
56+
"@playwright/test": "^1.58.0",
5757
"@rollup/plugin-babel": "^6.1.0",
5858
"@rollup/plugin-commonjs": "^29.0.0",
5959
"@rollup/plugin-node-resolve": "^16.0.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)