Skip to content

Commit

Permalink
chore(deps): update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 2, 2024
1 parent efc7e71 commit fdf9255
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion ops/e2e-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
###################################################################

ARG VERBOSE=true
FROM mcr.microsoft.com/playwright:v1.41.2-focal-amd64
FROM mcr.microsoft.com/playwright:v1.45.1-focal-amd64
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa -y && \
Expand Down
52 changes: 26 additions & 26 deletions testing/website-e2e/package-lock.json

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

2 changes: 1 addition & 1 deletion testing/website-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/googlecloudplatform/emblem#readme",
"devDependencies": {
"@playwright/test": "1.41.1"
"@playwright/test": "1.45.0"
}
}

0 comments on commit fdf9255

Please sign in to comment.