fix: Update Playwright to v1.50.0 (match Docker image version)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
363c9df08e
commit
20f0fd4a4a
2 changed files with 3 additions and 3 deletions
|
|
@ -16,8 +16,8 @@ COPY src ./src
|
||||||
# Build
|
# Build
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Production stage
|
# Production stage - must match playwright version in package.json
|
||||||
FROM mcr.microsoft.com/playwright:v1.41.0-jammy
|
FROM mcr.microsoft.com/playwright:v1.50.0-jammy
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"playwright": "^1.41.0",
|
"playwright": "1.50.0",
|
||||||
"ws": "^8.16.0",
|
"ws": "^8.16.0",
|
||||||
"uuid": "^9.0.1",
|
"uuid": "^9.0.1",
|
||||||
"dotenv": "^16.4.1",
|
"dotenv": "^16.4.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue