Skip to content

Commit 3e1f316

Browse files
chore: update playwright
1 parent 4821c60 commit 3e1f316

4 files changed

Lines changed: 484 additions & 98 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ EXPOSE 80
4545
CMD ["npm", "start"]
4646

4747
FROM node:20-slim AS downloader
48-
RUN npx -y playwright@1.45.1 install --with-deps
48+
RUN npx -y playwright@1.46.1 install --with-deps
4949
LABEL "io.slimfact.vendor"="simsustech"
5050
WORKDIR /app
5151
COPY --from=api-deploy /build/downloader /app

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"devDependencies": {
7777
"@faker-js/faker": "^8.4.1",
78-
"@playwright/test": "1.44.1",
78+
"@playwright/test": "1.46.1",
7979
"@types/bcrypt": "^5.0.2",
8080
"@types/pg": "^8.11.6",
8181
"@vitejs/plugin-vue": "5.0.5",

packages/downloader/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
},
2525
"dependencies": {
2626
"@fastify/rate-limit": "^9.1.0",
27-
"@playwright/browser-chromium": "1.44.1",
28-
"fastify": "^4.27.0",
27+
"@playwright/browser-chromium": "1.46.1",
28+
"fastify": "^4.28.1",
2929
"npm-run-all": "^4.1.5",
30-
"playwright": "^1.44.1"
30+
"playwright": "1.46.1"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^20.14.2",
34-
"eslint": "9.4.0",
33+
"@types/node": "^22.5.0",
34+
"eslint": "9.9.1",
3535
"eslint-config-prettier": "9.1.0",
36-
"eslint-plugin-prettier": "^5.1.3",
37-
"eslint-plugin-vue": "9.26.0",
38-
"prettier": "^3.3.2",
39-
"typescript": "5.4.5",
40-
"typescript-eslint": "^7.15.0",
36+
"eslint-plugin-prettier": "^5.2.1",
37+
"eslint-plugin-vue": "9.27.0",
38+
"prettier": "^3.3.3",
39+
"typescript": "5.5.4",
40+
"typescript-eslint": "^8.3.0",
4141
"vue-eslint-parser": "^9.4.3"
4242
}
4343
}

0 commit comments

Comments
 (0)