Skip to content

Commit 22ee7a0

Browse files
dependabot[bot]umputun
authored andcommitted
Bump playwright from 1.25.0 to 1.55.1 in /frontend
Bumps [playwright](https://github.com/microsoft/playwright) from 1.25.0 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.25.0...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a311ff7 commit 22ee7a0

File tree

3 files changed

+28
-24
lines changed

3 files changed

+28
-24
lines changed

frontend/Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:jammy
1+
FROM mcr.microsoft.com/playwright:v1.57.0-noble
22

33
ENV CI true
44
WORKDIR /frontend

frontend/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"author": "Paul Mineev <paul@mineev.me>",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"@playwright/test": "^1.25.0",
12+
"@playwright/test": "1.57.0",
1313
"@types/node": "^22.9.0",
1414
"nanoid": "^5.0.8",
15-
"playwright": "^1.25.0",
15+
"playwright": "1.57.0",
1616
"ts-node": "^10.9.1",
1717
"typescript": "^5.6.3"
1818
}

frontend/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)