Skip to content

Commit db8018e

Browse files
authored
Merge branch 'master' into upgrade/hey-api
2 parents 6e8e360 + 948e7c9 commit db8018e

File tree

4 files changed

+26
-27
lines changed

4 files changed

+26
-27
lines changed

frontend/Dockerfile.playwright

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
FROM node:24
1+
FROM mcr.microsoft.com/playwright:v1.55.0-noble
22

33
WORKDIR /app
44

55
COPY package*.json /app/
66

77
RUN npm install
88

9-
RUN npx -y playwright install --with-deps
10-
119
COPY ./ /app/
1210

1311
ARG VITE_API_URL=${VITE_API_URL}

frontend/package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@biomejs/biome": "1.9.4",
3030
"@hey-api/openapi-ts": "0.78.3",
31-
"@playwright/test": "^1.52.0",
31+
"@playwright/test": "^1.55.0",
3232
"@tanstack/router-devtools": "1.19.1",
3333
"@tanstack/router-vite-plugin": "1.19.0",
3434
"@types/node": "^22.15.3",

release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
### Upgrades
1919

20+
* ⬆️ Update Playwright. PR [#1793](https://github.com/fastapi/full-stack-fastapi-template/pull/1793) by [@alejsdev](https://github.com/alejsdev).
2021
* ⬆️ Upgrade React and related dependencies. PR [#1843](https://github.com/fastapi/full-stack-fastapi-template/pull/1843) by [@alejsdev](https://github.com/alejsdev).
2122

2223
### Docs

0 commit comments

Comments
 (0)