chore: roll TestRunner to tip-of-tree (#8168)

This commit is contained in:
Andrey Lushnikov 2021-08-12 20:03:23 +03:00 committed by GitHub
parent 04a37aea5e
commit 45f51239a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@playwright/test": "=1.14.0-next-1628307477000"
"@playwright/test": "=1.15.0-next-1628784536000"
}
},
"node_modules/@babel/code-frame": {
@ -671,9 +671,9 @@
}
},
"node_modules/@playwright/test": {
"version": "1.14.0-next-1628307477000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1628307477000.tgz",
"integrity": "sha512-esI7JS6We9++lY+zX49Q06ctbdAsNiTARDFThU4Cdp5NEUKFtfzjV9ItbOWzMUJKDXRSDNZ1VMSay6x5DWokKQ==",
"version": "1.15.0-next-1628784536000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-1628784536000.tgz",
"integrity": "sha512-oYArjbec4K/nmz04s8QEOTa7lLOmXGWaLGD5uklQJ6+q3iKZndAFoo044jPJlK9djaXwfmrxQsrtEbDqCS4L9g==",
"hasInstallScript": true,
"dependencies": {
"@babel/code-frame": "^7.14.5",
@ -2371,9 +2371,9 @@
}
},
"@playwright/test": {
"version": "1.14.0-next-1628307477000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.14.0-next-1628307477000.tgz",
"integrity": "sha512-esI7JS6We9++lY+zX49Q06ctbdAsNiTARDFThU4Cdp5NEUKFtfzjV9ItbOWzMUJKDXRSDNZ1VMSay6x5DWokKQ==",
"version": "1.15.0-next-1628784536000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.15.0-next-1628784536000.tgz",
"integrity": "sha512-oYArjbec4K/nmz04s8QEOTa7lLOmXGWaLGD5uklQJ6+q3iKZndAFoo044jPJlK9djaXwfmrxQsrtEbDqCS4L9g==",
"requires": {
"@babel/code-frame": "^7.14.5",
"@babel/core": "^7.14.8",

View File

@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@playwright/test": "=1.14.0-next-1628307477000"
"@playwright/test": "=1.15.0-next-1628784536000"
}
}