Skip to content

Commit

Permalink
chore: update real world test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Jul 11, 2024
1 parent d5ad3a2 commit 29b8664
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion test/real-world/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.41.1-jammy
FROM mcr.microsoft.com/playwright:v1.45.1-jammy

WORKDIR /tmp/test

Expand Down
38 changes: 19 additions & 19 deletions test/real-world/package-lock.json

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

4 changes: 2 additions & 2 deletions test/real-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.41.1",
"@types/node": "^20.11.10"
"@playwright/test": "1.45.1",
"@types/node": "20.14.10"
}
}

0 comments on commit 29b8664

Please sign in to comment.