diff --git a/package-lock.json b/package-lock.json index fdd8e58250..420187db85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-internal", - "version": "1.12.0-next", + "version": "1.13.0-next", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playwright-internal", - "version": "1.12.0-next", + "version": "1.13.0-next", "license": "Apache-2.0", "dependencies": { "@babel/code-frame": "^7.12.13", @@ -2489,7 +2489,6 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "dev": true, "engines": { "node": ">=0.1.90" } @@ -11658,8 +11657,7 @@ "colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "dev": true + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" }, "commander": { "version": "6.2.1", diff --git a/package.json b/package.json index b7d9529700..4b687f56c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.12.0-next", + "version": "1.13.0-next", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev", @@ -58,23 +58,23 @@ "@babel/plugin-transform-modules-commonjs": "^7.14.0", "@babel/preset-typescript": "^7.13.0", "colors": "^1.4.0", - "expect": "^26.4.2", - "minimatch": "^3.0.3", - "ms": "^2.1.2", - "pirates": "^4.0.1", - "pixelmatch": "^5.2.1", - "source-map-support": "^0.4.18", "commander": "^6.1.0", "debug": "^4.1.1", + "expect": "^26.4.2", "extract-zip": "^2.0.1", "https-proxy-agent": "^5.0.0", "jpeg-js": "^0.4.2", "mime": "^2.4.6", + "minimatch": "^3.0.3", + "ms": "^2.1.2", + "pirates": "^4.0.1", + "pixelmatch": "^5.2.1", "pngjs": "^5.0.0", "progress": "^2.0.3", "proper-lockfile": "^4.1.1", "proxy-from-env": "^1.1.0", "rimraf": "^3.0.2", + "source-map-support": "^0.4.18", "stack-utils": "^2.0.3", "ws": "^7.4.6", "yazl": "^2.5.1"