Skip to content

Commit

Permalink
Upgrade Playwright to 1.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henriksommerfeld committed Mar 2, 2024
1 parent abc8993 commit 16341a8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.41.2 as playwright
FROM mcr.microsoft.com/playwright:v1.42.1 as playwright

FROM playwright as playwright-hugo
ARG HUGO_VERSION="0.123.7"
Expand Down
46 changes: 23 additions & 23 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lunr": "2.3.9"
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.42.1",
"@types/node": "^20.10.6",
"prettier": "3.1.1"
},
Expand Down

0 comments on commit 16341a8

Please sign in to comment.