chore: roll stable test runner to July 19 (#24314)

This commit is contained in:
Yury Semikhatsky 2023-07-20 15:40:57 -07:00 committed by GitHub
parent c7a5de6bb8
commit b2965158d3
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": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"@playwright/test": "1.36.0-alpha-jun-15-2023" "@playwright/test": "1.37.0-alpha-1689796912000"
} }
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.36.0-alpha-jun-15-2023", "version": "1.37.0-alpha-1689796912000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.36.0-alpha-jun-15-2023.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-1689796912000.tgz",
"integrity": "sha512-UiWKP1xv3Xo983JOViLvhQ4zluvc3sfUDkIbTpZouq5MbzXWwHoy6pzQqfvh7Wgipe4EZOSmxCkamvYjQGTSrA==", "integrity": "sha512-3qqZNu3yyVUl5jblbQBA5p7S4oZDYqZ0KBCMK2YPDm/WpFdhypOiOCCqeSJR0OKbvHFiKTaHlQD/dXBKjLBIDg==",
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "*",
"playwright-core": "1.36.0-alpha-jun-15-2023" "playwright-core": "1.37.0-alpha-1689796912000"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@ -45,9 +45,9 @@
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.36.0-alpha-jun-15-2023", "version": "1.37.0-alpha-1689796912000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.0-alpha-jun-15-2023.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-1689796912000.tgz",
"integrity": "sha512-jGN89dcf3NxT+gKtW523Vq2/1QSL7Iewkq6WcootSRoAIV3hRuE901jHd/r1iEbXnnIcWwLEOPSBvuXS+UXcIQ==", "integrity": "sha512-lHwiTFeWgeqFWION9eZ1r7zhKfOmHB1tZyXHlHN6iVsqEPVuYlHwJWAXTJviddRDKPfd3fORoeOMKwztHO5Lvw==",
"bin": { "bin": {
"playwright-core": "cli.js" "playwright-core": "cli.js"
}, },
@ -58,13 +58,13 @@
}, },
"dependencies": { "dependencies": {
"@playwright/test": { "@playwright/test": {
"version": "1.36.0-alpha-jun-15-2023", "version": "1.37.0-alpha-1689796912000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.36.0-alpha-jun-15-2023.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-1689796912000.tgz",
"integrity": "sha512-UiWKP1xv3Xo983JOViLvhQ4zluvc3sfUDkIbTpZouq5MbzXWwHoy6pzQqfvh7Wgipe4EZOSmxCkamvYjQGTSrA==", "integrity": "sha512-3qqZNu3yyVUl5jblbQBA5p7S4oZDYqZ0KBCMK2YPDm/WpFdhypOiOCCqeSJR0OKbvHFiKTaHlQD/dXBKjLBIDg==",
"requires": { "requires": {
"@types/node": "*", "@types/node": "*",
"fsevents": "2.3.2", "fsevents": "2.3.2",
"playwright-core": "1.36.0-alpha-jun-15-2023" "playwright-core": "1.37.0-alpha-1689796912000"
} }
}, },
"@types/node": { "@types/node": {
@ -79,9 +79,9 @@
"optional": true "optional": true
}, },
"playwright-core": { "playwright-core": {
"version": "1.36.0-alpha-jun-15-2023", "version": "1.37.0-alpha-1689796912000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.0-alpha-jun-15-2023.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-1689796912000.tgz",
"integrity": "sha512-jGN89dcf3NxT+gKtW523Vq2/1QSL7Iewkq6WcootSRoAIV3hRuE901jHd/r1iEbXnnIcWwLEOPSBvuXS+UXcIQ==" "integrity": "sha512-lHwiTFeWgeqFWION9eZ1r7zhKfOmHB1tZyXHlHN6iVsqEPVuYlHwJWAXTJviddRDKPfd3fORoeOMKwztHO5Lvw=="
} }
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"dependencies": { "dependencies": {
"@playwright/test": "1.36.0-alpha-jun-15-2023" "@playwright/test": "1.37.0-alpha-1689796912000"
} }
} }