Skip to content

Commit

Permalink
Upgrade Playwright to 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehner committed Nov 28, 2022
1 parent c51397c commit 1a0f800
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-ladybugs-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-to-dead-trees": patch
---

Upgrade Playwright to 1.28.1
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.28.0-jammy
FROM mcr.microsoft.com/playwright:v1.28.1-jammy

ENV NODE_ENV=production
ENV SERVER_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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"fastify": "^4.10.2",
"playwright-core": "^1.28.0"
"playwright-core": "^1.28.1"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
Expand Down

0 comments on commit 1a0f800

Please sign in to comment.