0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Update dependency @playwright/test to v1.30.0

This commit is contained in:
renovate[bot] 2023-01-25 04:03:58 +00:00 committed by Daniel Lockyer
parent e243b583f6
commit cbdd866dc7
2 changed files with 10 additions and 10 deletions

View file

@ -202,7 +202,7 @@
"sqlite3": "5.1.4" "sqlite3": "5.1.4"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.29.2", "@playwright/test": "1.30.0",
"@tryghost/express-test": "0.13.0", "@tryghost/express-test": "0.13.0",
"@tryghost/webhook-mock-receiver": "0.2.3", "@tryghost/webhook-mock-receiver": "0.2.3",
"@types/common-tags": "1.8.1", "@types/common-tags": "1.8.1",

View file

@ -3418,13 +3418,13 @@
mkdirp "^1.0.4" mkdirp "^1.0.4"
rimraf "^3.0.2" rimraf "^3.0.2"
"@playwright/test@1.29.2": "@playwright/test@1.30.0":
version "1.29.2" version "1.30.0"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.2.tgz#c48184721d0f0b7627a886e2ec42f1efb2be339d" resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.30.0.tgz#8c0c4930ff2c7be7b3ec3fd434b2a3b4465ed7cb"
integrity sha512-+3/GPwOgcoF0xLz/opTnahel1/y42PdcgZ4hs+BZGIUjtmEFSXGg+nFoaH3NSmuc7a6GSFwXDJ5L7VXpqzigNg== integrity sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw==
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
playwright-core "1.29.2" playwright-core "1.30.0"
"@pmmmwh/react-refresh-webpack-plugin@^0.5.3": "@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
version "0.5.8" version "0.5.8"
@ -21189,10 +21189,10 @@ pkg-up@^3.1.0:
dependencies: dependencies:
find-up "^3.0.0" find-up "^3.0.0"
playwright-core@1.29.2: playwright-core@1.30.0:
version "1.29.2" version "1.30.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.2.tgz#2e8347e7e8522409f22b244e600e703b64022406" resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.30.0.tgz#de987cea2e86669e3b85732d230c277771873285"
integrity sha512-94QXm4PMgFoHAhlCuoWyaBYKb92yOcGVHdQLoxQ7Wjlc7Flg4aC/jbFW7xMR52OfXMVkWicue4WXE7QEegbIRA== integrity sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g==
pluralize@8.0.0, pluralize@^8.0.0: pluralize@8.0.0, pluralize@^8.0.0:
version "8.0.0" version "8.0.0"