chore: roll stable test runner (#23075)

This commit is contained in:
Yury Semikhatsky 2023-05-16 18:02:53 -07:00 committed by GitHub
parent fec5059fee
commit 2d3ab74d22
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.34.0-alpha-apr-27-2023"
"@playwright/test": "1.34.0-alpha-may-17-2023"
}
},
"node_modules/@playwright/test": {
"version": "1.34.0-alpha-apr-27-2023",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0-alpha-apr-27-2023.tgz",
"integrity": "sha512-84zqaA6Z8Eq3Grlsbc9IftyKyghp2JtAoaOSo6l1efP1gNW4qilT4ouRKBC5bzxXKPfg8JFf3Y+gEFNWvR8Ggg==",
"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==",
"dependencies": {
"@types/node": "*",
"playwright-core": "1.34.0-alpha-apr-27-2023"
"playwright-core": "1.34.0-alpha-may-17-2023"
},
"bin": {
"playwright": "cli.js"
@ -45,9 +45,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.34.0-alpha-apr-27-2023",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0-alpha-apr-27-2023.tgz",
"integrity": "sha512-pc1ipma7ijOeZC4Zr3sM0F2WSz1VAk4g/q2LNRZxOZmmIvR7M8j363yZhKsvzUEVK2aj5WfaI2GVFTUFMTsv5A==",
"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==",
"engines": {
"node": ">=14"
}
@ -55,13 +55,13 @@
},
"dependencies": {
"@playwright/test": {
"version": "1.34.0-alpha-apr-27-2023",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0-alpha-apr-27-2023.tgz",
"integrity": "sha512-84zqaA6Z8Eq3Grlsbc9IftyKyghp2JtAoaOSo6l1efP1gNW4qilT4ouRKBC5bzxXKPfg8JFf3Y+gEFNWvR8Ggg==",
"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==",
"requires": {
"@types/node": "*",
"fsevents": "2.3.2",
"playwright-core": "1.34.0-alpha-apr-27-2023"
"playwright-core": "1.34.0-alpha-may-17-2023"
}
},
"@types/node": {
@ -76,9 +76,9 @@
"optional": true
},
"playwright-core": {
"version": "1.34.0-alpha-apr-27-2023",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0-alpha-apr-27-2023.tgz",
"integrity": "sha512-pc1ipma7ijOeZC4Zr3sM0F2WSz1VAk4g/q2LNRZxOZmmIvR7M8j363yZhKsvzUEVK2aj5WfaI2GVFTUFMTsv5A=="
"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=="
}
}
}

View File

@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@playwright/test": "1.34.0-alpha-apr-27-2023"
"@playwright/test": "1.34.0-alpha-may-17-2023"
}
}