chore: roll Playwright to latest (#1050)

This commit is contained in:
Pavel Feldman
2025-09-17 09:38:19 -07:00
committed by GitHub
parent c49dedb83f
commit 335315f158
4 changed files with 90 additions and 121 deletions

View File

@@ -33,15 +33,15 @@
}
},
"dependencies": {
"playwright": "1.56.0-alpha-2025-09-10",
"playwright-core": "1.56.0-alpha-2025-09-10"
"playwright": "1.56.0-alpha-2025-09-17",
"playwright-core": "1.56.0-alpha-2025-09-17"
},
"bin": {
"mcp-server-playwright": "cli.js"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.17.5",
"@playwright/test": "1.56.0-alpha-2025-09-10",
"@playwright/test": "1.56.0-alpha-2025-09-17",
"@types/node": "^24.3.0",
"zod-to-json-schema": "^3.24.6"
}