Skip to content

Commit

Permalink
build: update playwright and increase version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHeiden committed Mar 17, 2024
1 parent 0c6ffbe commit 57b27ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion scraper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN npm run build
# https://playwright.dev/docs/docker
# https://mcr.microsoft.com/en-us/product/playwright/about
# Playwright version must match version specified in package.json
FROM mcr.microsoft.com/playwright:v1.39.0 as prod
FROM mcr.microsoft.com/playwright:v1.42.1 as prod
ARG appRootPath
WORKDIR ${appRootPath}
COPY package*.json crawlee.json ./
Expand Down
20 changes: 10 additions & 10 deletions scraper/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 scraper/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "scraper",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"dependencies": {
"crawlee": "^3.0.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"got": "^13.0.0",
"playwright": "1.39.0",
"playwright": "1.42.1",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
},
Expand Down

0 comments on commit 57b27ce

Please sign in to comment.