mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Update dependency @playwright/test to v1.37.1
This commit is contained in:
parent
780ea2f35b
commit
ad1743816a
5 changed files with 13 additions and 13 deletions
|
@ -57,7 +57,7 @@
|
|||
"validator": "7.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.37.0",
|
||||
"@playwright/test": "1.37.1",
|
||||
"@storybook/addon-essentials": "7.3.2",
|
||||
"@storybook/addon-interactions": "7.3.2",
|
||||
"@storybook/addon-links": "7.3.2",
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"react-string-replace": "1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.37.0",
|
||||
"@playwright/test": "1.37.1",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "12.1.5",
|
||||
"@testing-library/user-event": "14.4.3",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"react-dom": "18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.37.0",
|
||||
"@playwright/test": "1.37.1",
|
||||
"@storybook/addon-essentials": "7.3.2",
|
||||
"@storybook/addon-interactions": "7.3.2",
|
||||
"@storybook/addon-links": "7.3.2",
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "1.10.0",
|
||||
"@playwright/test": "1.37.0",
|
||||
"@playwright/test": "1.37.1",
|
||||
"@tryghost/express-test": "0.13.7",
|
||||
"@tryghost/webhook-mock-receiver": "0.2.6",
|
||||
"@types/common-tags": "1.8.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -3976,13 +3976,13 @@
|
|||
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
||||
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
||||
|
||||
"@playwright/test@1.37.0":
|
||||
version "1.37.0"
|
||||
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.37.0.tgz#5b3b60dabaabc0d5d3021fb5a5bb8250b424c71d"
|
||||
integrity sha512-181WBLk4SRUyH1Q96VZl7BP6HcK0b7lbdeKisn3N/vnjitk+9HbdlFz/L5fey05vxaAhldIDnzo8KUoy8S3mmQ==
|
||||
"@playwright/test@1.37.1":
|
||||
version "1.37.1"
|
||||
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.37.1.tgz#e7f44ae0faf1be52d6360c6bbf689fd0057d9b6f"
|
||||
integrity sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
playwright-core "1.37.0"
|
||||
playwright-core "1.37.1"
|
||||
optionalDependencies:
|
||||
fsevents "2.3.2"
|
||||
|
||||
|
@ -24059,10 +24059,10 @@ pkg-up@^3.1.0:
|
|||
dependencies:
|
||||
find-up "^3.0.0"
|
||||
|
||||
playwright-core@1.37.0:
|
||||
version "1.37.0"
|
||||
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.37.0.tgz#a0a009b840076706452e29aab0efe0ebf5d45ab1"
|
||||
integrity sha512-1c46jhTH/myQw6sesrcuHVtLoSNfJv8Pfy9t3rs6subY7kARv0HRw5PpyfPYPpPtQvBOmgbE6K+qgYUpj81LAA==
|
||||
playwright-core@1.37.1:
|
||||
version "1.37.1"
|
||||
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.37.1.tgz#cb517d52e2e8cb4fa71957639f1cd105d1683126"
|
||||
integrity sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==
|
||||
|
||||
pluralize@8.0.0, pluralize@^8.0.0:
|
||||
version "8.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue