mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: roll stable runner to Aug 7 (#26334)
This commit is contained in:
parent
9509c300e4
commit
7516d6a914
@ -5,16 +5,16 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.37.0-alpha-aug-6-2023"
|
||||
"@playwright/test": "1.37.0-alpha-1691443998000"
|
||||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"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==",
|
||||
"version": "1.37.0-alpha-1691443998000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-1691443998000.tgz",
|
||||
"integrity": "sha512-tsGd/zjYkMIA70PX1koif2NhBKwQ0fbaIqJRd3lvLBlG3kITor4TLUVK4ynGuEWP12dxrYBxUSSCprtBiD49Eg==",
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.37.0-alpha-aug-6-2023"
|
||||
"playwright-core": "1.37.0-alpha-1691443998000"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@ -45,9 +45,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/playwright-core": {
|
||||
"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==",
|
||||
"version": "1.37.0-alpha-1691443998000",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-1691443998000.tgz",
|
||||
"integrity": "sha512-xAxBGDif0GsriKyu42G0odmzrXfukOUh40kGnZdP1XiHn4qT2YqUfota80Ut+HpTdtNi4zJBmS3rRXk09iIMNQ==",
|
||||
"bin": {
|
||||
"playwright-core": "cli.js"
|
||||
},
|
||||
@ -58,13 +58,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@playwright/test": {
|
||||
"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==",
|
||||
"version": "1.37.0-alpha-1691443998000",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-1691443998000.tgz",
|
||||
"integrity": "sha512-tsGd/zjYkMIA70PX1koif2NhBKwQ0fbaIqJRd3lvLBlG3kITor4TLUVK4ynGuEWP12dxrYBxUSSCprtBiD49Eg==",
|
||||
"requires": {
|
||||
"@types/node": "*",
|
||||
"fsevents": "2.3.2",
|
||||
"playwright-core": "1.37.0-alpha-aug-6-2023"
|
||||
"playwright-core": "1.37.0-alpha-1691443998000"
|
||||
}
|
||||
},
|
||||
"@types/node": {
|
||||
@ -79,9 +79,9 @@
|
||||
"optional": true
|
||||
},
|
||||
"playwright-core": {
|
||||
"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=="
|
||||
"version": "1.37.0-alpha-1691443998000",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-1691443998000.tgz",
|
||||
"integrity": "sha512-xAxBGDif0GsriKyu42G0odmzrXfukOUh40kGnZdP1XiHn4qT2YqUfota80Ut+HpTdtNi4zJBmS3rRXk09iIMNQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.37.0-alpha-aug-6-2023"
|
||||
"@playwright/test": "1.37.0-alpha-1691443998000"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user