chore: roll Playwright to 1.52.0-alpha-1743011787000 (#40)

This commit is contained in:
Max Schmitt 2025-03-26 22:02:03 +01:00 committed by GitHub
parent bd9c8729ff
commit 77fc45a89b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 15 deletions

26
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"commander": "^13.1.0",
"playwright": "1.52.0-alpha-2025-03-21",
"playwright": "1.52.0-alpha-1743011787000",
"zod-to-json-schema": "^3.24.4"
},
"bin": {
@ -20,7 +20,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@playwright/test": "1.52.0-alpha-2025-03-21",
"@playwright/test": "1.52.0-alpha-1743011787000",
"@stylistic/eslint-plugin": "^3.0.1",
"@types/node": "^22.13.10",
"@typescript-eslint/eslint-plugin": "^8.26.1",
@ -285,13 +285,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.52.0-alpha-2025-03-21",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.52.0-alpha-2025-03-21.tgz",
"integrity": "sha512-GGnn8kqjGB0rT7GThhas73r5pONnrztPlDAYrYfSO6mWB/NGIyxU3SrNY4Po8+bOnoqlBhxCdU1q+s84HKAMBg==",
"version": "1.52.0-alpha-1743011787000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.52.0-alpha-1743011787000.tgz",
"integrity": "sha512-ikJR8JXof5IBvErrmIsR3ixov4nKlQe/6PSYK/R6eTEe6eoT+eEXlaNY4z6mn9dF02Z1zYGxzAbb8TvSvuwh4Q==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.52.0-alpha-2025-03-21"
"playwright": "1.52.0-alpha-1743011787000"
},
"bin": {
"playwright": "cli.js"
@ -3296,12 +3296,12 @@
}
},
"node_modules/playwright": {
"version": "1.52.0-alpha-2025-03-21",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.52.0-alpha-2025-03-21.tgz",
"integrity": "sha512-KPF+1SS3V8/jmejyFRjx3PqXm0nbxI6ya+fVNpC4eWXA+TTmo3Oia52ZT6scEbmqDGG8S+YUXbmhTQMpfyL0Ow==",
"version": "1.52.0-alpha-1743011787000",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.52.0-alpha-1743011787000.tgz",
"integrity": "sha512-wg9Tu4ZDKJWo7hBKpeuD/XLtLOQ7fCCuBfekgUrPLStA12O3224E1fbp/xGFnmi47SF71Y8F6C2Beyd3gYFWlQ==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.52.0-alpha-2025-03-21"
"playwright-core": "1.52.0-alpha-1743011787000"
},
"bin": {
"playwright": "cli.js"
@ -3314,9 +3314,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.52.0-alpha-2025-03-21",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0-alpha-2025-03-21.tgz",
"integrity": "sha512-T7lqGZ1I8TZXuVTBz1dwE5yrwBimlIXlE88kiq9Rgub3jM8xaGtVKSlspeyozFZYS/GhCqPU6fG1oC8ndYvmGw==",
"version": "1.52.0-alpha-1743011787000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0-alpha-1743011787000.tgz",
"integrity": "sha512-yOpMfKxTBRqdm50b52cojvTCNttWN+Xk6LXF+KU4ufcGwcRjUud1xdHmHHvQNFFanXM1MBYnDKsMkRvjPsuYOw==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"

View File

@ -30,13 +30,13 @@
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"commander": "^13.1.0",
"playwright": "1.52.0-alpha-2025-03-21",
"playwright": "1.52.0-alpha-1743011787000",
"zod-to-json-schema": "^3.24.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@playwright/test": "1.52.0-alpha-2025-03-21",
"@playwright/test": "1.52.0-alpha-1743011787000",
"@stylistic/eslint-plugin": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",