chore: sync versions across packages (#1929)
This commit is contained in:
parent
511883d3f0
commit
a147d3f99b
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "playwright-chromium",
|
||||
"version": "0.13.0-post",
|
||||
"version": "0.14.0-post",
|
||||
"description": "A high-level API to automate Chromium",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"main": "index.js",
|
||||
|
|
@ -12,6 +12,6 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"playwright-core": "=0.13.0-post"
|
||||
"playwright-core": "=0.14.0-post"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "playwright-firefox",
|
||||
"version": "0.13.0-post",
|
||||
"version": "0.14.0-post",
|
||||
"description": "A high-level API to automate Firefox",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"main": "index.js",
|
||||
|
|
@ -12,6 +12,6 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"playwright-core": "=0.13.0-post"
|
||||
"playwright-core": "=0.14.0-post"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "playwright-webkit",
|
||||
"version": "0.13.0-post",
|
||||
"version": "0.14.0-post",
|
||||
"description": "A high-level API to automate WebKit",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"main": "index.js",
|
||||
|
|
@ -12,6 +12,6 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"playwright-core": "=0.13.0-post"
|
||||
"playwright-core": "=0.14.0-post"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "playwright",
|
||||
"version": "0.13.0-post",
|
||||
"version": "0.14.0-post",
|
||||
"description": "A high-level API to automate web browsers",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"main": "index.js",
|
||||
|
|
@ -13,6 +13,6 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"playwright-core": "=0.13.0-post"
|
||||
"playwright-core": "=0.14.0-post"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue