chore: cut v1.16.0 branch (#9656)

This commit is contained in:
Andrey Lushnikov 2021-10-20 12:44:32 -07:00 committed by GitHub
parent ddb70a6d35
commit 6b1767efbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 33 additions and 33 deletions

36
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "playwright-internal",
"version": "1.16.0-next",
"version": "1.17.0-next",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "playwright-internal",
"version": "1.16.0-next",
"version": "1.17.0-next",
"license": "Apache-2.0",
"workspaces": [
"packages/*"
@ -9308,11 +9308,11 @@
"dev": true
},
"packages/playwright": {
"version": "1.16.0-next",
"version": "1.17.0-next",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
},
"bin": {
"playwright": "cli.js"
@ -9322,11 +9322,11 @@
}
},
"packages/playwright-chromium": {
"version": "1.16.0-next",
"version": "1.17.0-next",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
},
"bin": {
"playwright": "cli.js"
@ -9336,7 +9336,7 @@
}
},
"packages/playwright-core": {
"version": "1.16.0-next",
"version": "1.17.0-next",
"license": "Apache-2.0",
"dependencies": {
"commander": "^8.2.0",
@ -9372,11 +9372,11 @@
}
},
"packages/playwright-firefox": {
"version": "1.16.0-next",
"version": "1.17.0-next",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
},
"bin": {
"playwright": "cli.js"
@ -9387,7 +9387,7 @@
},
"packages/playwright-test": {
"name": "@playwright/test",
"version": "1.16.0-next",
"version": "1.17.0-next",
"license": "Apache-2.0",
"dependencies": {
"@babel/code-frame": "^7.14.5",
@ -9418,7 +9418,7 @@
"open": "^8.3.0",
"pirates": "^4.0.1",
"pixelmatch": "^5.2.1",
"playwright-core": "=1.16.0-next",
"playwright-core": "=1.17.0-next",
"pngjs": "^5.0.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.4.18",
@ -9456,11 +9456,11 @@
}
},
"packages/playwright-webkit": {
"version": "1.16.0-next",
"version": "1.17.0-next",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
},
"bin": {
"playwright": "cli.js"
@ -10223,7 +10223,7 @@
"open": "^8.3.0",
"pirates": "^4.0.1",
"pixelmatch": "^5.2.1",
"playwright-core": "=1.16.0-next",
"playwright-core": "=1.17.0-next",
"pngjs": "^5.0.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.4.18",
@ -14747,13 +14747,13 @@
"playwright": {
"version": "file:packages/playwright",
"requires": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
}
},
"playwright-chromium": {
"version": "file:packages/playwright-chromium",
"requires": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
}
},
"playwright-core": {
@ -14787,13 +14787,13 @@
"playwright-firefox": {
"version": "file:packages/playwright-firefox",
"requires": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
}
},
"playwright-webkit": {
"version": "file:packages/playwright-webkit",
"requires": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
}
},
"pngjs": {

View File

@ -1,7 +1,7 @@
{
"name": "playwright-internal",
"private": true,
"version": "1.16.0-next",
"version": "1.17.0-next",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",

View File

@ -23,7 +23,7 @@
},
"../playwright-test": {
"name": "@playwright/test",
"version": "1.16.0-next",
"version": "1.17.0-next",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@ -52,7 +52,7 @@
"open": "^8.3.0",
"pirates": "^4.0.1",
"pixelmatch": "^5.2.1",
"playwright-core": "=1.16.0-next",
"playwright-core": "=1.17.0-next",
"source-map-support": "^0.4.18"
},
"engines": {
@ -142,7 +142,7 @@
"open": "^8.3.0",
"pirates": "^4.0.1",
"pixelmatch": "^5.2.1",
"playwright-core": "=1.16.0-next",
"playwright-core": "=1.17.0-next",
"source-map-support": "^0.4.18"
}
},

View File

@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "1.16.0-next",
"version": "1.17.0-next",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
@ -25,6 +25,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "1.16.0-next",
"version": "1.17.0-next",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",

View File

@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "1.16.0-next",
"version": "1.17.0-next",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
@ -25,6 +25,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@playwright/test",
"version": "1.16.0-next",
"version": "1.17.0-next",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
@ -51,7 +51,7 @@
"open": "^8.3.0",
"pirates": "^4.0.1",
"pixelmatch": "^5.2.1",
"playwright-core": "=1.16.0-next",
"playwright-core": "=1.17.0-next",
"pngjs": "^5.0.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.4.18",

View File

@ -1,6 +1,6 @@
{
"name": "playwright-webkit",
"version": "1.16.0-next",
"version": "1.17.0-next",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
@ -25,6 +25,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "playwright",
"version": "1.16.0-next",
"version": "1.17.0-next",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
@ -24,6 +24,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.0-next"
"playwright-core": "=1.17.0-next"
}
}