chore: roll Playwright to latest (#1009)

This commit is contained in:
Pavel Feldman
2025-09-06 10:42:37 -07:00
committed by GitHub
parent 3d6a66fd08
commit e4b545c438
4 changed files with 39 additions and 17 deletions

View File

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