0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Update dependency @playwright/test to v1.36.0

This commit is contained in:
renovate[bot] 2023-07-11 18:16:23 +00:00 committed by Daniel Lockyer
parent f7c767d473
commit 828d3e4a1a
4 changed files with 12 additions and 12 deletions

View file

@ -57,7 +57,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@playwright/test": "1.35.1",
"@playwright/test": "1.36.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",

View file

@ -39,7 +39,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@playwright/test": "1.35.1",
"@playwright/test": "1.36.0",
"@storybook/addon-essentials": "7.0.26",
"@storybook/addon-interactions": "7.0.26",
"@storybook/addon-links": "7.0.26",

View file

@ -229,7 +229,7 @@
},
"devDependencies": {
"@actions/core": "1.10.0",
"@playwright/test": "1.35.1",
"@playwright/test": "1.36.0",
"@tryghost/express-test": "0.13.4",
"@tryghost/webhook-mock-receiver": "0.2.6",
"@types/common-tags": "1.8.1",

View file

@ -4202,13 +4202,13 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
"@playwright/test@1.35.1", "@playwright/test@^1.34.3":
version "1.35.1"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.35.1.tgz#a596b61e15b980716696f149cc7a2002f003580c"
integrity sha512-b5YoFe6J9exsMYg0pQAobNDR85T1nLumUYgUTtKm4d21iX2L7WqKq9dW8NGJ+2vX0etZd+Y7UeuqsxDXm9+5ZA==
"@playwright/test@1.36.0", "@playwright/test@^1.34.3":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.36.0.tgz#df2c0b09bbd27016adf1892b0c3502c4ce88d307"
integrity sha512-yN+fvMYtiyLFDCQos+lWzoX4XW3DNuaxjBu68G0lkgLgC6BP+m/iTxJQoSicz/x2G5EsrqlZTqTIP9sTgLQerg==
dependencies:
"@types/node" "*"
playwright-core "1.35.1"
playwright-core "1.36.0"
optionalDependencies:
fsevents "2.3.2"
@ -26104,10 +26104,10 @@ pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"
playwright-core@1.35.1:
version "1.35.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.35.1.tgz#52c1e6ffaa6a8c29de1a5bdf8cce0ce290ffb81d"
integrity sha512-pNXb6CQ7OqmGDRspEjlxE49w+4YtR6a3X6mT1hZXeJHWmsEz7SunmvZeiG/+y1yyMZdHnnn73WKYdtV1er0Xyg==
playwright-core@1.36.0:
version "1.36.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.36.0.tgz#35d1ed5f364a31e58bc8f06688ab02d538b96eb6"
integrity sha512-7RTr8P6YJPAqB+8j5ATGHqD6LvLLM39sYVNsslh78g8QeLcBs5750c6+msjrHUwwGt+kEbczBj1XB22WMwn+WA==
pluralize@8.0.0, pluralize@^8.0.0:
version "8.0.0"