Skip to content

Commit

Permalink
upgrade playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Jan 14, 2024
1 parent 5fa4ee7 commit 476fccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cd node_modules/odiff-bin && npm run postinstall

# Run Stage

FROM mcr.microsoft.com/playwright:v1.37.0-focal AS runner
FROM mcr.microsoft.com/playwright:v1.40.1-focal AS runner
# Check available tags: https://mcr.microsoft.com/en-us/product/playwright/tags

ENV NODE_ENV=production
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"lodash.kebabcase": "4.1.1",
"odiff-bin": "2.6.1",
"pixelmatch": "5.3.0",
"playwright-core": "1.37.0",
"playwright-core": "1.40.1",
"pngjs": "7.0.0",
"posthog-node": "3.1.1",
"serve-handler": "6.1.5",
Expand All @@ -81,7 +81,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@playwright/test": "1.37.0",
"@playwright/test": "1.40.1",
"@types/async": "3.2.20",
"@types/fs-extra": "11.0.2",
"@types/jest": "29.5.5",
Expand Down

0 comments on commit 476fccb

Please sign in to comment.