Skip to content

Commit

Permalink
Update playwright-core to version 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored and rmehner committed Feb 29, 2024
1 parent c81844d commit b70bf78
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-kings-clap.md
@@ -0,0 +1,5 @@
---
"bits-to-dead-trees": minor
---

Upgrade to playwright 1.42.0
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.41.2
FROM mcr.microsoft.com/playwright:v1.42.0

ENV NODE_ENV=production
ENV PORT=8000
Expand Down
14 changes: 7 additions & 7 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
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"fastify": "^4.26.1",
"playwright-core": "^1.41.2"
"playwright-core": "^1.42.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit b70bf78

Please sign in to comment.