chore: roll Playwright to latest (#1056)

This commit is contained in:
Pavel Feldman
2025-09-18 16:39:32 -07:00
committed by GitHub
parent d42e0e12fc
commit a70854c02f
2 changed files with 17 additions and 17 deletions

View File

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