mirror of
https://github.com/microsoft/playwright-cli.git
synced 2026-09-14 19:59:39 +08:00
chore: roll to 1.5.1 official (#116)
This commit is contained in:
Generated
+4
-4
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "playwright-cli",
|
||||
"version": "0.150.0",
|
||||
"version": "0.151.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@@ -5563,9 +5563,9 @@
|
||||
}
|
||||
},
|
||||
"playwright": {
|
||||
"version": "1.5.0-next.1602697602857",
|
||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.5.0-next.1602697602857.tgz",
|
||||
"integrity": "sha512-DojifRKIHOQHLBcF7KIIotcwZYxFWHw+wzOq5HHPyBIEWH6ACRKtwwRZxoNAe5pCmc6P+PPdVlsADMJm1I0x7w==",
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.5.1.tgz",
|
||||
"integrity": "sha512-FYxrQ2TAmvp5ZnBnc6EJHc1Vt3DmXx8xVDq6rxVVG4YVoNKHYMarHI92zGyDlueN2kKCavrhk4Et9w6jJ5XWaA==",
|
||||
"requires": {
|
||||
"debug": "^4.1.1",
|
||||
"extract-zip": "^2.0.1",
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "playwright-cli",
|
||||
"version": "0.150.0",
|
||||
"version": "0.151.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.5.0-next.1602697602857"
|
||||
"playwright": "=1.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"folio": "^0.3.10",
|
||||
|
||||
Reference in New Issue
Block a user