Skip to content

Commit 858e4c5

Browse files
chore(deps): update playwright monorepo to v1.54.1 (#56)
* chore(deps): update playwright monorepo to v1.54.1 * chore(docker): playwright 1.54.1 docker --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: BobrImperator <[email protected]>
1 parent 03975aa commit 858e4c5

File tree

3 files changed

+25
-53
lines changed

3 files changed

+25
-53
lines changed

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.53.1-noble AS base
1+
FROM mcr.microsoft.com/playwright:v1.54.1-noble AS base
22
ARG DOCKER_USER
33
ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"

pnpm-lock.yaml

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

svelte-promise-modals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"svelte": "^5.0.0"
4343
},
4444
"devDependencies": {
45-
"@playwright/test": "1.40.1",
45+
"@playwright/test": "1.54.1",
4646
"@release-it-plugins/lerna-changelog": "^6.1.0",
4747
"@sveltejs/adapter-auto": "^3.0.0",
4848
"@sveltejs/adapter-static": "^3.0.0",

0 commit comments

Comments
 (0)