Skip to content

Commit

Permalink
Merge pull request #1844 from GW2Treasures/renovate/playwright
Browse files Browse the repository at this point in the history
Update playwright to v1.49.1
  • Loading branch information
darthmaim authored Dec 10, 2024
2 parents 9054c40 + 6b1b5ab commit 98f48da
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 98f48da

Please sign in to comment.