Skip to content

Commit

Permalink
fix(deps): update playwright to v1.50.0 (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 858200f commit 8c33f00
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
playwright.url = "github:pietdevries94/playwright-web-flake/1.49.1";
playwright.url = "github:pietdevries94/playwright-web-flake/1.50.0";
};

outputs = {
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.49.1-noble
FROM mcr.microsoft.com/playwright:v1.50.0-noble

WORKDIR /workspace
ADD package.json /workspace/
Expand Down
26 changes: 13 additions & 13 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"dependencies": {
"@fastify/static": "8.0.4",
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.0",
"fastify": "5.2.1",
"mhtml2html": "3.0.0",
"pino": "9.6.0",
"pixelmatch": "6.0.0",
"playwright": "1.49.1",
"playwright": "1.50.0",
"pngjs": "7.0.0",
"tar": "7.4.3"
},
Expand Down

0 comments on commit 8c33f00

Please sign in to comment.