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 Apr 4, 2024
1 parent efc7e71 commit 5988682
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 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.43.0-focal-amd64
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa -y && \
Expand Down
46 changes: 23 additions & 23 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.42.1"
}
}

0 comments on commit 5988682

Please sign in to comment.