chore: roll to Playwright 1.6.1

This commit is contained in:
Pavel Feldman
2020-11-12 21:02:22 -08:00
parent 0e0dc006c5
commit b5a578478a
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "playwright-cli",
"version": "0.160.0-next",
"version": "0.161.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -5560,9 +5560,9 @@
}
},
"playwright": {
"version": "1.7.0-next.1605226555954",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.7.0-next.1605226555954.tgz",
"integrity": "sha512-sSIGpBzcjci5HH/rHlNxcjAcWGtb76zCubEz60Alw+772WcC9ulIw8qGMEAYloOcWQhcD9v+32Pgd+8wPO6c6A==",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.6.1.tgz",
"integrity": "sha512-0CQdAg1NbV+ZXr7p3E62sSPRLO2peNAFC7e7NXCXR7Nj75b9Dmc8lF8bevT7eu1gbzo0ZwtFUlmAGLZ1/W/wVg==",
"requires": {
"debug": "^4.1.1",
"extract-zip": "^2.0.1",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "playwright-cli",
"version": "0.160.0-next",
"version": "0.161.0",
"description": "Playwright CLI",
"repository": "github:Microsoft/playwright-cli",
"homepage": "https://playwright.dev",
@@ -31,7 +31,7 @@
"dependencies": {
"commander": "^6.1.0",
"highlight.js": "^10.1.2",
"playwright": "=1.7.0-next.1605226555954"
"playwright": "=1.6.1"
},
"devDependencies": {
"folio": "^0.3.10",