Skip to content

Commit

Permalink
Update playwright to v1.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent f480292 commit 9962691
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pnpx turbo@${turbo_version} prune e2e --docker


# final image
FROM mcr.microsoft.com/playwright:v1.49.0-jammy AS tester
FROM mcr.microsoft.com/playwright:v1.49.1-jammy AS tester
WORKDIR /app

ENV CI=true
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.49.0"
"@playwright/test": "1.49.1"
}
}
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9962691

Please sign in to comment.