Skip to content

Commit

Permalink
ncu -u: playwright-firefox ^1.37.1 → ^1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Sep 18, 2023
1 parent 13b2917 commit 840d35c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ WORKDIR /fgc
COPY package*.json ./

# Playwright installs patched firefox to ~/.cache/ms-playwright/firefox-*
# Requires some system deps to run (see install-deps above).
# Requires some system deps to run (see inlined install-deps above).
RUN npm install
# Old: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD + install firefox (had to be done after `npm install` to get the correct version). Now: playwright-firefox as npm dep and `npm install` will only install that.
# From 1.38 Playwright will no longer install browser automatically for playwright, but apparently still for playwright-firefox: https://github.com/microsoft/playwright/releases/tag/v1.38.0
# RUN npx playwright install firefox

COPY . .
Expand Down
30 changes: 15 additions & 15 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 @@ -15,7 +15,7 @@
"enquirer": "^2.4.1",
"lowdb": "^6.0.1",
"otplib": "^12.0.1",
"playwright-firefox": "^1.37.1",
"playwright-firefox": "^1.38.0",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"repository": {
Expand Down

0 comments on commit 840d35c

Please sign in to comment.