chore: roll stable test-runner to 1.26.0-alpha-sep-7-2022 (#17166)

This commit is contained in:
Max Schmitt 2022-09-07 20:11:09 +02:00 committed by GitHub
parent 904801a5eb
commit 14ec71b905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -5,16 +5,16 @@
"packages": {
"": {
"dependencies": {
"@playwright/test": "1.23.0-alpha-1655778679000"
"@playwright/test": "1.26.0-alpha-sep-7-2022"
}
},
"node_modules/@playwright/test": {
"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==",
"version": "1.26.0-alpha-sep-7-2022",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0-alpha-sep-7-2022.tgz",
"integrity": "sha512-tTHg/fv5PDqyoHSJq04yc4B4d17FFXRlYeeOGJtI/Omu1ZIzdgUPH20b0PxxCIv7ZTx+U61dRLKIFeZ1/s6B3Q==",
"dependencies": {
"@types/node": "*",
"playwright-core": "1.23.0-alpha-1655778679000"
"playwright-core": "1.26.0-alpha-sep-7-2022"
},
"bin": {
"playwright": "cli.js"
@ -29,9 +29,9 @@
"integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA=="
},
"node_modules/playwright-core": {
"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==",
"version": "1.26.0-alpha-sep-7-2022",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0-alpha-sep-7-2022.tgz",
"integrity": "sha512-cqnlP+2uHl2dwwb6O4iPY/uNLiYwTn+LBCCqRpodUCPW77xMHE5Gw9S8VenuAoSSQ12F0liJA02XzjYZSV8HZw==",
"bin": {
"playwright": "cli.js"
},
@ -42,12 +42,12 @@
},
"dependencies": {
"@playwright/test": {
"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==",
"version": "1.26.0-alpha-sep-7-2022",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0-alpha-sep-7-2022.tgz",
"integrity": "sha512-tTHg/fv5PDqyoHSJq04yc4B4d17FFXRlYeeOGJtI/Omu1ZIzdgUPH20b0PxxCIv7ZTx+U61dRLKIFeZ1/s6B3Q==",
"requires": {
"@types/node": "*",
"playwright-core": "1.23.0-alpha-1655778679000"
"playwright-core": "1.26.0-alpha-sep-7-2022"
}
},
"@types/node": {
@ -56,9 +56,9 @@
"integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA=="
},
"playwright-core": {
"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=="
"version": "1.26.0-alpha-sep-7-2022",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0-alpha-sep-7-2022.tgz",
"integrity": "sha512-cqnlP+2uHl2dwwb6O4iPY/uNLiYwTn+LBCCqRpodUCPW77xMHE5Gw9S8VenuAoSSQ12F0liJA02XzjYZSV8HZw=="
}
}
}

View File

@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@playwright/test": "1.23.0-alpha-1655778679000"
"@playwright/test": "1.26.0-alpha-sep-7-2022"
}
}