mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: roll stable test runner to jun-15-2023 (#23722)
This commit is contained in:
parent
77d322028c
commit
b032e10973
@ -5,16 +5,16 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.35.0-alpha-jun-7-2023"
|
||||
"@playwright/test": "1.36.0-alpha-jun-15-2023"
|
||||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.35.0-alpha-jun-7-2023",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-jun-7-2023.tgz",
|
||||
"integrity": "sha512-XCqnVaXRdtsstihswURbho2mjv4LW5uPeGd88GDPDvc9Z6KAdcucC/K010FAQj2oCXqnb+o6kR2EXeIzBaKOPw==",
|
||||
"version": "1.36.0-alpha-jun-15-2023",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.36.0-alpha-jun-15-2023.tgz",
|
||||
"integrity": "sha512-UiWKP1xv3Xo983JOViLvhQ4zluvc3sfUDkIbTpZouq5MbzXWwHoy6pzQqfvh7Wgipe4EZOSmxCkamvYjQGTSrA==",
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.35.0-alpha-jun-7-2023"
|
||||
"playwright-core": "1.36.0-alpha-jun-15-2023"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@ -45,9 +45,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/playwright-core": {
|
||||
"version": "1.35.0-alpha-jun-7-2023",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-jun-7-2023.tgz",
|
||||
"integrity": "sha512-vNtbVIcRlrpIT0U8ALpB8/BH3NSFQyeGRyDQdLYV+j8QI1iW8vAaA6DlExeKgb0bEwFVgttexqP+NfzCiQEskA==",
|
||||
"version": "1.36.0-alpha-jun-15-2023",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.0-alpha-jun-15-2023.tgz",
|
||||
"integrity": "sha512-jGN89dcf3NxT+gKtW523Vq2/1QSL7Iewkq6WcootSRoAIV3hRuE901jHd/r1iEbXnnIcWwLEOPSBvuXS+UXcIQ==",
|
||||
"bin": {
|
||||
"playwright-core": "cli.js"
|
||||
},
|
||||
@ -58,13 +58,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@playwright/test": {
|
||||
"version": "1.35.0-alpha-jun-7-2023",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-jun-7-2023.tgz",
|
||||
"integrity": "sha512-XCqnVaXRdtsstihswURbho2mjv4LW5uPeGd88GDPDvc9Z6KAdcucC/K010FAQj2oCXqnb+o6kR2EXeIzBaKOPw==",
|
||||
"version": "1.36.0-alpha-jun-15-2023",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.36.0-alpha-jun-15-2023.tgz",
|
||||
"integrity": "sha512-UiWKP1xv3Xo983JOViLvhQ4zluvc3sfUDkIbTpZouq5MbzXWwHoy6pzQqfvh7Wgipe4EZOSmxCkamvYjQGTSrA==",
|
||||
"requires": {
|
||||
"@types/node": "*",
|
||||
"fsevents": "2.3.2",
|
||||
"playwright-core": "1.35.0-alpha-jun-7-2023"
|
||||
"playwright-core": "1.36.0-alpha-jun-15-2023"
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
@ -79,9 +79,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"playwright-core": {
|
||||
"version": "1.35.0-alpha-jun-7-2023",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-jun-7-2023.tgz",
|
||||
"integrity": "sha512-vNtbVIcRlrpIT0U8ALpB8/BH3NSFQyeGRyDQdLYV+j8QI1iW8vAaA6DlExeKgb0bEwFVgttexqP+NfzCiQEskA=="
|
||||
"version": "1.36.0-alpha-jun-15-2023",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.0-alpha-jun-15-2023.tgz",
|
||||
"integrity": "sha512-jGN89dcf3NxT+gKtW523Vq2/1QSL7Iewkq6WcootSRoAIV3hRuE901jHd/r1iEbXnnIcWwLEOPSBvuXS+UXcIQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.35.0-alpha-jun-7-2023"
|
||||
"@playwright/test": "1.36.0-alpha-jun-15-2023"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user