mirror of
https://github.com/microsoft/playwright-cli.git
synced 2026-09-14 19:59:39 +08:00
chore: roll to Playwright 1.6.1
This commit is contained in:
Generated
+4
-4
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user