mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
chore: roll stable test runner to May 25 (#23289)
This commit is contained in:
parent
1e95b6d906
commit
6a2d07401e
@ -5,16 +5,16 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.34.0-alpha-may-17-2023"
|
||||
"@playwright/test": "1.35.0-alpha-1685046878000"
|
||||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.34.0-alpha-may-17-2023",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0-alpha-may-17-2023.tgz",
|
||||
"integrity": "sha512-qTe4gttI6q40CLhaPZlefabk5IAHGpTZ+Xo3r6B0JC7wagdp+SD+/d04zNjzsSvLKWDHObNm4/OAvaRJSvA0kQ==",
|
||||
"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==",
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.34.0-alpha-may-17-2023"
|
||||
"playwright-core": "1.35.0-alpha-1685046878000"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@ -45,9 +45,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/playwright-core": {
|
||||
"version": "1.34.0-alpha-may-17-2023",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0-alpha-may-17-2023.tgz",
|
||||
"integrity": "sha512-nlxTsmHp9K84UBIY15Dxda36+zVg2908mNFPyWYDVYLXsKFt+aw0QPdAkfTyLVR8Af3J5LTFKbBsBym/w/OnIg==",
|
||||
"version": "1.35.0-alpha-1685046878000",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-1685046878000.tgz",
|
||||
"integrity": "sha512-2MdjKmIKazxVH4uZ8TSGjEJ6lpjfg4xgnCdoL46gKfKBd42mgPutfAplCGEtb0CRb9Oke8sYzo9HnA9EUuXQSg==",
|
||||
"bin": {
|
||||
"playwright-core": "cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
@ -55,13 +58,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@playwright/test": {
|
||||
"version": "1.34.0-alpha-may-17-2023",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0-alpha-may-17-2023.tgz",
|
||||
"integrity": "sha512-qTe4gttI6q40CLhaPZlefabk5IAHGpTZ+Xo3r6B0JC7wagdp+SD+/d04zNjzsSvLKWDHObNm4/OAvaRJSvA0kQ==",
|
||||
"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==",
|
||||
"requires": {
|
||||
"@types/node": "*",
|
||||
"fsevents": "2.3.2",
|
||||
"playwright-core": "1.34.0-alpha-may-17-2023"
|
||||
"playwright-core": "1.35.0-alpha-1685046878000"
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
@ -76,9 +79,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"playwright-core": {
|
||||
"version": "1.34.0-alpha-may-17-2023",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0-alpha-may-17-2023.tgz",
|
||||
"integrity": "sha512-nlxTsmHp9K84UBIY15Dxda36+zVg2908mNFPyWYDVYLXsKFt+aw0QPdAkfTyLVR8Af3J5LTFKbBsBym/w/OnIg=="
|
||||
"version": "1.35.0-alpha-1685046878000",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-1685046878000.tgz",
|
||||
"integrity": "sha512-2MdjKmIKazxVH4uZ8TSGjEJ6lpjfg4xgnCdoL46gKfKBd42mgPutfAplCGEtb0CRb9Oke8sYzo9HnA9EUuXQSg=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.34.0-alpha-may-17-2023"
|
||||
"@playwright/test": "1.35.0-alpha-1685046878000"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user