Skip to content

Commit

Permalink
dep: update Playwright to v1.41.0 (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Jan 18, 2024
1 parent e2eb716 commit 1c936ad
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/artillery-engine-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"author": "",
"license": "MPL-2.0",
"dependencies": {
"@playwright/browser-chromium": "1.41.0",
"debug": "^4.3.2",
"playwright": "1.39.0",
"@playwright/browser-chromium": "1.39.0"
"playwright": "1.41.0"
},
"devDependencies": {
"@playwright/test": "1.39.0"
"@playwright/test": "1.41.0"
}
}
2 changes: 1 addition & 1 deletion packages/artillery/lib/platform/aws-ecs/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: Version we use here needs to be kept consistent with that in
# artillery-engine-playwright.
# ********************************
FROM mcr.microsoft.com/playwright:v1.39.0
FROM mcr.microsoft.com/playwright:v1.41.0
LABEL maintainer="team@artillery.io"

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 1c936ad

Please sign in to comment.