mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @playwright/test to v1.33.0
This commit is contained in:
parent
45e84a60fe
commit
f4cc04d235
2 changed files with 10 additions and 10 deletions
|
@ -221,7 +221,7 @@
|
||||||
"sqlite3": "5.1.6"
|
"sqlite3": "5.1.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "1.32.3",
|
"@playwright/test": "1.33.0",
|
||||||
"@tryghost/express-test": "0.13.4",
|
"@tryghost/express-test": "0.13.4",
|
||||||
"@tryghost/webhook-mock-receiver": "0.2.6",
|
"@tryghost/webhook-mock-receiver": "0.2.6",
|
||||||
"@types/common-tags": "1.8.1",
|
"@types/common-tags": "1.8.1",
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -3959,13 +3959,13 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
esquery "^1.0.1"
|
esquery "^1.0.1"
|
||||||
|
|
||||||
"@playwright/test@1.32.3":
|
"@playwright/test@1.33.0":
|
||||||
version "1.32.3"
|
version "1.33.0"
|
||||||
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.32.3.tgz#75be8346d4ef289896835e1d2a86fdbe3d9be92a"
|
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.33.0.tgz#669ef859efb81b143dfc624eef99d1dd92a81b67"
|
||||||
integrity sha512-BvWNvK0RfBriindxhLVabi8BRe3X0J9EVjKlcmhxjg4giWBD/xleLcg2dz7Tx0agu28rczjNIPQWznwzDwVsZQ==
|
integrity sha512-YunBa2mE7Hq4CfPkGzQRK916a4tuZoVx/EpLjeWlTVOnD4S2+fdaQZE0LJkbfhN5FTSKNLdcl7MoT5XB37bTkg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
playwright-core "1.32.3"
|
playwright-core "1.33.0"
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "2.3.2"
|
fsevents "2.3.2"
|
||||||
|
|
||||||
|
@ -24121,10 +24121,10 @@ pkg-up@^3.1.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
find-up "^3.0.0"
|
find-up "^3.0.0"
|
||||||
|
|
||||||
playwright-core@1.32.3:
|
playwright-core@1.33.0:
|
||||||
version "1.32.3"
|
version "1.33.0"
|
||||||
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.3.tgz#e6dc7db0b49e9b6c0b8073c4a2d789a96f519c48"
|
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.33.0.tgz#269efe29a927cd6d144d05f3c2d2f72bd72447a1"
|
||||||
integrity sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==
|
integrity sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==
|
||||||
|
|
||||||
pluralize@8.0.0, pluralize@^8.0.0:
|
pluralize@8.0.0, pluralize@^8.0.0:
|
||||||
version "8.0.0"
|
version "8.0.0"
|
||||||
|
|
Loading…
Reference in a new issue