chore: roll stable test runner to May 26 (#23308)

This commit is contained in:
Yury Semikhatsky 2023-05-26 09:19:23 -07:00 committed by GitHub
parent 57e496c978
commit 624e88e504
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.35.0-alpha-1685046878000"
"@playwright/test": "1.35.0-alpha-1685109821000"
}
},
"node_modules/@playwright/test": {
"version": "1.35.0-alpha-1685046878000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-1685046878000.tgz",
"integrity": "sha512-OgZV/Ncwxjodqjl7FrOOaVUiPhxc6h3gYGw9ElKT9Eac+67wjZafDgdH8eGOSXIwwyHOqP+M4PM6T8sq3vyvyA==",
"version": "1.35.0-alpha-1685109821000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-1685109821000.tgz",
"integrity": "sha512-FX1g4UHazT58jr4FbPKyr+Iw87umRz4jxlViZiS1x4FB87XW6VYRaViaXOPnI+sD/p8c4SMde+vSetHwkBLwpQ==",
"dependencies": {
"@types/node": "*",
"playwright-core": "1.35.0-alpha-1685046878000"
"playwright-core": "1.35.0-alpha-1685109821000"
},
"bin": {
"playwright": "cli.js"
@ -45,9 +45,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.35.0-alpha-1685046878000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-1685046878000.tgz",
"integrity": "sha512-2MdjKmIKazxVH4uZ8TSGjEJ6lpjfg4xgnCdoL46gKfKBd42mgPutfAplCGEtb0CRb9Oke8sYzo9HnA9EUuXQSg==",
"version": "1.35.0-alpha-1685109821000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-1685109821000.tgz",
"integrity": "sha512-IuaxLekxpKacjz3g7weJAfUQoj0Uz/viWBADJTFXuyP3wMviqRqUgaat/i2H4vfOvvQeYmGpi9MXs8d3olE6cQ==",
"bin": {
"playwright-core": "cli.js"
},
@ -58,13 +58,13 @@
},
"dependencies": {
"@playwright/test": {
"version": "1.35.0-alpha-1685046878000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-1685046878000.tgz",
"integrity": "sha512-OgZV/Ncwxjodqjl7FrOOaVUiPhxc6h3gYGw9ElKT9Eac+67wjZafDgdH8eGOSXIwwyHOqP+M4PM6T8sq3vyvyA==",
"version": "1.35.0-alpha-1685109821000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-1685109821000.tgz",
"integrity": "sha512-FX1g4UHazT58jr4FbPKyr+Iw87umRz4jxlViZiS1x4FB87XW6VYRaViaXOPnI+sD/p8c4SMde+vSetHwkBLwpQ==",
"requires": {
"@types/node": "*",
"fsevents": "2.3.2",
"playwright-core": "1.35.0-alpha-1685046878000"
"playwright-core": "1.35.0-alpha-1685109821000"
}
},
"@types/node": {
@ -79,9 +79,9 @@
"optional": true
},
"playwright-core": {
"version": "1.35.0-alpha-1685046878000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-1685046878000.tgz",
"integrity": "sha512-2MdjKmIKazxVH4uZ8TSGjEJ6lpjfg4xgnCdoL46gKfKBd42mgPutfAplCGEtb0CRb9Oke8sYzo9HnA9EUuXQSg=="
"version": "1.35.0-alpha-1685109821000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-1685109821000.tgz",
"integrity": "sha512-IuaxLekxpKacjz3g7weJAfUQoj0Uz/viWBADJTFXuyP3wMviqRqUgaat/i2H4vfOvvQeYmGpi9MXs8d3olE6cQ=="
}
}
}

View File

@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@playwright/test": "1.35.0-alpha-1685046878000"
"@playwright/test": "1.35.0-alpha-1685109821000"
}
}