Skip to content

Commit

Permalink
chore: update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Aug 27, 2024
1 parent 4821c60 commit 3e1f316
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 98 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EXPOSE 80
CMD ["npm", "start"]

FROM node:20-slim AS downloader
RUN npx -y playwright@1.45.1 install --with-deps
RUN npx -y playwright@1.46.1 install --with-deps
LABEL "io.slimfact.vendor"="simsustech"
WORKDIR /app
COPY --from=api-deploy /build/downloader /app
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@playwright/test": "1.44.1",
"@playwright/test": "1.46.1",
"@types/bcrypt": "^5.0.2",
"@types/pg": "^8.11.6",
"@vitejs/plugin-vue": "5.0.5",
Expand Down
20 changes: 10 additions & 10 deletions packages/downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
},
"dependencies": {
"@fastify/rate-limit": "^9.1.0",
"@playwright/browser-chromium": "1.44.1",
"fastify": "^4.27.0",
"@playwright/browser-chromium": "1.46.1",
"fastify": "^4.28.1",
"npm-run-all": "^4.1.5",
"playwright": "^1.44.1"
"playwright": "1.46.1"
},
"devDependencies": {
"@types/node": "^20.14.2",
"eslint": "9.4.0",
"@types/node": "^22.5.0",
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "9.26.0",
"prettier": "^3.3.2",
"typescript": "5.4.5",
"typescript-eslint": "^7.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.27.0",
"prettier": "^3.3.3",
"typescript": "5.5.4",
"typescript-eslint": "^8.3.0",
"vue-eslint-parser": "^9.4.3"
}
}
Loading

0 comments on commit 3e1f316

Please sign in to comment.