chore: roll stable test-runner to 1.23.0-alpha-1655778679000 (#15015)

This commit is contained in:
Max Schmitt 2022-06-21 18:53:38 +02:00 committed by GitHub
parent 3fa5d1d8ec
commit 5b5d24a7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 16 deletions

View File

@ -5,15 +5,16 @@
"packages": {
"": {
"dependencies": {
"@playwright/test": "1.22.0-alpha-may-11-2022"
"@playwright/test": "1.23.0-alpha-1655778679000"
}
},
"node_modules/@playwright/test": {
"version": "1.22.0-alpha-may-11-2022",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.22.0-alpha-may-11-2022.tgz",
"integrity": "sha512-npzuozlP64p6qPEUcZODdeD9lLOw026RoAdcV3VZuQNUWYIyd9qjMCHGr0RgF6Gk2R47gcOJL5d11wnEMb8QJQ==",
"version": "1.23.0-alpha-1655778679000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.0-alpha-1655778679000.tgz",
"integrity": "sha512-U35JRHm/XSUf5PGorEjuyioYqHc4K3oCM1yd5SPKUH3XopxkQ6nJzNY+RtMEhXAjsEKYHbEqCNInoCdetwFiYQ==",
"dependencies": {
"playwright-core": "1.22.0-alpha-may-11-2022"
"@types/node": "*",
"playwright-core": "1.23.0-alpha-1655778679000"
},
"bin": {
"playwright": "cli.js"
@ -22,10 +23,15 @@
"node": ">=14"
}
},
"node_modules/@types/node": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz",
"integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA=="
},
"node_modules/playwright-core": {
"version": "1.22.0-alpha-may-11-2022",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.22.0-alpha-may-11-2022.tgz",
"integrity": "sha512-tNf2m6xplhrKxOfVobX1vatTBNIb2XegkIpk0v/AueiX46QOE6m/rWMdjB8MjEWz8QfIatQtUQGD3gJRZPm5HA==",
"version": "1.23.0-alpha-1655778679000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.0-alpha-1655778679000.tgz",
"integrity": "sha512-UEYy5U7y5FrhkzCS2TCIqCObVBiqlavm+/WwimzWPeU4fA5sLu0rcn4YFcKKt4NQUo+1B7gnfZHFcKO7wDj8jQ==",
"bin": {
"playwright": "cli.js"
},
@ -36,17 +42,23 @@
},
"dependencies": {
"@playwright/test": {
"version": "1.22.0-alpha-may-11-2022",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.22.0-alpha-may-11-2022.tgz",
"integrity": "sha512-npzuozlP64p6qPEUcZODdeD9lLOw026RoAdcV3VZuQNUWYIyd9qjMCHGr0RgF6Gk2R47gcOJL5d11wnEMb8QJQ==",
"version": "1.23.0-alpha-1655778679000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.0-alpha-1655778679000.tgz",
"integrity": "sha512-U35JRHm/XSUf5PGorEjuyioYqHc4K3oCM1yd5SPKUH3XopxkQ6nJzNY+RtMEhXAjsEKYHbEqCNInoCdetwFiYQ==",
"requires": {
"playwright-core": "1.22.0-alpha-may-11-2022"
"@types/node": "*",
"playwright-core": "1.23.0-alpha-1655778679000"
}
},
"@types/node": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz",
"integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA=="
},
"playwright-core": {
"version": "1.22.0-alpha-may-11-2022",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.22.0-alpha-may-11-2022.tgz",
"integrity": "sha512-tNf2m6xplhrKxOfVobX1vatTBNIb2XegkIpk0v/AueiX46QOE6m/rWMdjB8MjEWz8QfIatQtUQGD3gJRZPm5HA=="
"version": "1.23.0-alpha-1655778679000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.0-alpha-1655778679000.tgz",
"integrity": "sha512-UEYy5U7y5FrhkzCS2TCIqCObVBiqlavm+/WwimzWPeU4fA5sLu0rcn4YFcKKt4NQUo+1B7gnfZHFcKO7wDj8jQ=="
}
}
}

View File

@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@playwright/test": "1.22.0-alpha-may-11-2022"
"@playwright/test": "1.23.0-alpha-1655778679000"
}
}