roll(test-runner): to 1.13.0-next-alpha-jun-14-2021 (#7111)
This commit is contained in:
parent
64b23040dc
commit
604cf2b89f
14
tests/config/test-runner/package-lock.json
generated
14
tests/config/test-runner/package-lock.json
generated
|
|
@ -5,7 +5,7 @@
|
|||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@playwright/test": "=1.12.0-next-alpha-jun-8-2021"
|
||||
"@playwright/test": "=1.13.0-next-alpha-jun-14-2021"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
|
|
@ -633,9 +633,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.12.0-next-alpha-jun-8-2021",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.12.0-next-alpha-jun-8-2021.tgz",
|
||||
"integrity": "sha512-20v8n4EiaV/z30Ahr/fcUeXfsvQXIMiOI7c2xMVOgQIAkM+7Ck+MKw9ePH3k6pTchHwzJfCqDzWSvvhkIqKAeA==",
|
||||
"version": "1.13.0-next-alpha-jun-14-2021",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-alpha-jun-14-2021.tgz",
|
||||
"integrity": "sha512-XBTpxVytAWTL3fEPuB225V4h+R1gtgF7nCBZxFGfxQg/rUVQNIpEwo6fNtlgg1B5WnqtjXLBvkj80Q+4VJ/wzw==",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
|
|
@ -2392,9 +2392,9 @@
|
|||
}
|
||||
},
|
||||
"@playwright/test": {
|
||||
"version": "1.12.0-next-alpha-jun-8-2021",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.12.0-next-alpha-jun-8-2021.tgz",
|
||||
"integrity": "sha512-20v8n4EiaV/z30Ahr/fcUeXfsvQXIMiOI7c2xMVOgQIAkM+7Ck+MKw9ePH3k6pTchHwzJfCqDzWSvvhkIqKAeA==",
|
||||
"version": "1.13.0-next-alpha-jun-14-2021",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.13.0-next-alpha-jun-14-2021.tgz",
|
||||
"integrity": "sha512-XBTpxVytAWTL3fEPuB225V4h+R1gtgF7nCBZxFGfxQg/rUVQNIpEwo6fNtlgg1B5WnqtjXLBvkj80Q+4VJ/wzw==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.12.13",
|
||||
"@babel/core": "^7.14.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@playwright/test": "=1.12.0-next-alpha-jun-8-2021"
|
||||
"@playwright/test": "=1.13.0-next-alpha-jun-14-2021"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue