mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
update dependency playwright to ^1.30.0 (#151106)
## Summary Currently we use 1.27.1 that comes with bundled Chromium 107.0.5304.18 (released September 28, 2022) Updating playwright to use the recent [Chromium 110](https://github.com/microsoft/playwright/releases/tag/v1.30.0) for testing.
This commit is contained in:
parent
0757c69a79
commit
6a4bdf247f
2 changed files with 11 additions and 6 deletions
|
@ -1421,7 +1421,7 @@
|
|||
"pirates": "^4.0.1",
|
||||
"piscina": "^3.2.0",
|
||||
"pixelmatch": "^5.3.0",
|
||||
"playwright": "^1.26.0",
|
||||
"playwright": "^1.30.0",
|
||||
"pngjs": "^3.4.0",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-loader": "^4.2.0",
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -22744,12 +22744,17 @@ playwright-core@1.27.1, playwright-core@=1.27.1:
|
|||
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.27.1.tgz#840ef662e55a3ed759d8b5d3d00a5f885a7184f4"
|
||||
integrity sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q==
|
||||
|
||||
playwright@^1.26.0:
|
||||
version "1.27.1"
|
||||
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.27.1.tgz#4eecac5899566c589d4220ca8acc16abe8a67450"
|
||||
integrity sha512-xXYZ7m36yTtC+oFgqH0eTgullGztKSRMb4yuwLPl8IYSmgBM88QiB+3IWb1mRIC9/NNwcgbG0RwtFlg+EAFQHQ==
|
||||
playwright-core@1.30.0:
|
||||
version "1.30.0"
|
||||
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.30.0.tgz#de987cea2e86669e3b85732d230c277771873285"
|
||||
integrity sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g==
|
||||
|
||||
playwright@^1.30.0:
|
||||
version "1.30.0"
|
||||
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.30.0.tgz#b1d7be2d45d97fbb59f829f36f521f12010fe072"
|
||||
integrity sha512-ENbW5o75HYB3YhnMTKJLTErIBExrSlX2ZZ1C/FzmHjUYIfxj/UnI+DWpQr992m+OQVSg0rCExAOlRwB+x+yyIg==
|
||||
dependencies:
|
||||
playwright-core "1.27.1"
|
||||
playwright-core "1.30.0"
|
||||
|
||||
plugin-error@^1.0.1:
|
||||
version "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue