mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 09:23:42 +03:00
chore: roll stable test runner to Aug 6 (#26310)
This commit is contained in:
parent
f1f43c9ad1
commit
3eb59b873a
@ -5,16 +5,16 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.37.0-alpha-1689796912000"
|
||||
"@playwright/test": "1.37.0-alpha-aug-6-2023"
|
||||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.37.0-alpha-1689796912000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-1689796912000.tgz",
|
||||
"integrity": "sha512-3qqZNu3yyVUl5jblbQBA5p7S4oZDYqZ0KBCMK2YPDm/WpFdhypOiOCCqeSJR0OKbvHFiKTaHlQD/dXBKjLBIDg==",
|
||||
"version": "1.37.0-alpha-aug-6-2023",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-aug-6-2023.tgz",
|
||||
"integrity": "sha512-DxQE7xoEY9Xrh2q+Nn443RJHlP8JBkyWxbobMYlIU6FcHImYZ5WzVgmXxAL0oj65+4GbQ9Jnntmnx10hmbYAVw==",
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.37.0-alpha-1689796912000"
|
||||
"playwright-core": "1.37.0-alpha-aug-6-2023"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@ -45,9 +45,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/playwright-core": {
|
||||
"version": "1.37.0-alpha-1689796912000",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-1689796912000.tgz",
|
||||
"integrity": "sha512-lHwiTFeWgeqFWION9eZ1r7zhKfOmHB1tZyXHlHN6iVsqEPVuYlHwJWAXTJviddRDKPfd3fORoeOMKwztHO5Lvw==",
|
||||
"version": "1.37.0-alpha-aug-6-2023",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-aug-6-2023.tgz",
|
||||
"integrity": "sha512-dkspy0wqQtdUC8ZI/Q2TElTEh7yOhdoBlvfZyunQYgWHWoJFfqC2RzrRg55v9+jo+ivk7jqjmvAkURJHtxPGNA==",
|
||||
"bin": {
|
||||
"playwright-core": "cli.js"
|
||||
},
|
||||
@ -58,13 +58,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@playwright/test": {
|
||||
"version": "1.37.0-alpha-1689796912000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-1689796912000.tgz",
|
||||
"integrity": "sha512-3qqZNu3yyVUl5jblbQBA5p7S4oZDYqZ0KBCMK2YPDm/WpFdhypOiOCCqeSJR0OKbvHFiKTaHlQD/dXBKjLBIDg==",
|
||||
"version": "1.37.0-alpha-aug-6-2023",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-aug-6-2023.tgz",
|
||||
"integrity": "sha512-DxQE7xoEY9Xrh2q+Nn443RJHlP8JBkyWxbobMYlIU6FcHImYZ5WzVgmXxAL0oj65+4GbQ9Jnntmnx10hmbYAVw==",
|
||||
"requires": {
|
||||
"@types/node": "*",
|
||||
"fsevents": "2.3.2",
|
||||
"playwright-core": "1.37.0-alpha-1689796912000"
|
||||
"playwright-core": "1.37.0-alpha-aug-6-2023"
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
@ -79,9 +79,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"playwright-core": {
|
||||
"version": "1.37.0-alpha-1689796912000",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-1689796912000.tgz",
|
||||
"integrity": "sha512-lHwiTFeWgeqFWION9eZ1r7zhKfOmHB1tZyXHlHN6iVsqEPVuYlHwJWAXTJviddRDKPfd3fORoeOMKwztHO5Lvw=="
|
||||
"version": "1.37.0-alpha-aug-6-2023",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-aug-6-2023.tgz",
|
||||
"integrity": "sha512-dkspy0wqQtdUC8ZI/Q2TElTEh7yOhdoBlvfZyunQYgWHWoJFfqC2RzrRg55v9+jo+ivk7jqjmvAkURJHtxPGNA=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.37.0-alpha-1689796912000"
|
||||
"@playwright/test": "1.37.0-alpha-aug-6-2023"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user