Skip to content

Commit

Permalink
chore: update to playwright 1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed May 19, 2024
1 parent e2ea186 commit 29d451c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
screenshot-update:
image: mcr.microsoft.com/playwright:v1.43.1-focal
image: mcr.microsoft.com/playwright:v1.44.0-focal
volumes:
- .:/e2e
working_dir: /e2e
Expand Down
24 changes: 12 additions & 12 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 @@ -100,7 +100,7 @@
],
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@playwright/test": "^1.43.1",
"@playwright/test": "1.44.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.12.7",
Expand Down

0 comments on commit 29d451c

Please sign in to comment.