roll(test-runner): to 1.13.0-next-alpha-jun-14-2021 (#7111)

This commit is contained in:
Max Schmitt 2021-06-14 11:30:42 -07:00 committed by GitHub
parent 64b23040dc
commit 604cf2b89f
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.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",

View file

@ -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"
}
}