mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
chore: roll stable test runner to May 26 (#23308)
This commit is contained in:
parent
57e496c978
commit
624e88e504
@ -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=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.35.0-alpha-1685046878000"
|
||||
"@playwright/test": "1.35.0-alpha-1685109821000"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user