chore: roll playwright to 1.56.0-alpha-2025-09-10 (#1027)

This commit is contained in:
Yury Semikhatsky
2025-09-10 10:16:40 -07:00
committed by GitHub
parent 2036f8a9d5
commit dc3419023f
2 changed files with 17 additions and 17 deletions

View File

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