chore: roll @playwright/test-runner to 0.2.11

This commit is contained in:
Pavel
2020-09-03 17:56:17 -07:00
parent b646c13fe8
commit f35db74640
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1165,9 +1165,9 @@
}
},
"@playwright/test-runner": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.2.10.tgz",
"integrity": "sha512-kOM8m+4/Crjjc01tC9avvMC/2GIMR46jpZrkNIpsBmbn3PkmLXNCyl0rT+2vqmHVaWDTAK6xxjN7JE3Xra3YSQ==",
"version": "0.2.11",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.2.11.tgz",
"integrity": "sha512-FSD/fcS3pJ1knQw9Orgx4oBN3sRFmOn9V9whfYQIGHkawGXoTI7RV8fB3kl2+iUziWoXcN69rMaR05e1jZHykA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
+1 -1
View File
@@ -22,7 +22,7 @@
"playwright": "1.3.0-next.1599177541247"
},
"devDependencies": {
"@playwright/test-runner": "^0.2.10",
"@playwright/test-runner": "^0.2.11",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"webpack": "^4.44.1",