Skip to content

Commit 24b4022

Browse files
Update dependency @playwright/test to v1.58.2
1 parent 2705a7a commit 24b4022

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

apps/activitypub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"preview": "vite preview"
3030
},
3131
"devDependencies": {
32-
"@playwright/test": "1.55.1",
32+
"@playwright/test": "1.58.2",
3333
"@testing-library/react": "14.3.1",
3434
"@types/jest": "29.5.14",
3535
"@types/react": "18.3.26",

apps/admin-x-settings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"validator": "13.12.0"
5252
},
5353
"devDependencies": {
54-
"@playwright/test": "1.55.1",
54+
"@playwright/test": "1.58.2",
5555
"@testing-library/react": "14.3.1",
5656
"@tryghost/admin-x-design-system": "0.0.0",
5757
"@tryghost/admin-x-framework": "0.0.0",

apps/comments-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react-string-replace": "1.1.1"
6060
},
6161
"devDependencies": {
62-
"@playwright/test": "1.55.1",
62+
"@playwright/test": "1.58.2",
6363
"@testing-library/jest-dom": "5.17.0",
6464
"@testing-library/react": "12.1.5",
6565
"@testing-library/user-event": "14.6.1",

apps/signup-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"react-dom": "18.3.1"
3636
},
3737
"devDependencies": {
38-
"@playwright/test": "1.55.1",
38+
"@playwright/test": "1.58.2",
3939
"@storybook/addon-essentials": "8.6.14",
4040
"@storybook/addon-interactions": "8.6.14",
4141
"@storybook/addon-links": "8.6.14",

apps/stats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@faker-js/faker": "9.9.0",
37-
"@playwright/test": "1.55.1",
37+
"@playwright/test": "1.58.2",
3838
"@tanstack/react-query": "4.36.1",
3939
"@testing-library/jest-dom": "5.17.0",
4040
"@testing-library/react": "14.3.1",

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@eslint/js": "9.37.0",
3030
"@faker-js/faker": "8.4.1",
31-
"@playwright/test": "1.55.1",
31+
"@playwright/test": "1.58.2",
3232
"@tryghost/debug": "0.1.35",
3333
"@tryghost/logging": "2.4.23",
3434
"@types/dockerode": "3.3.44",

ghost/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
},
225225
"devDependencies": {
226226
"@actions/core": "1.11.1",
227-
"@playwright/test": "1.55.1",
227+
"@playwright/test": "1.58.2",
228228
"@prettier/sync": "0.6.1",
229229
"@tryghost/express-test": "0.15.0",
230230
"@tryghost/webhook-mock-receiver": "0.2.17",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4794,12 +4794,12 @@
47944794
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
47954795
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
47964796

4797-
"@playwright/test@1.55.1":
4798-
version "1.55.1"
4799-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.55.1.tgz#80f775d5f948cd3ef550fcc45ef99986d3ffb36c"
4800-
integrity sha512-IVAh/nOJaw6W9g+RJVlIQJ6gSiER+ae6mKQ5CX1bERzQgbC1VSeBlwdvczT7pxb0GWiyrxH4TGKbMfDb4Sq/ig==
4797+
"@playwright/test@1.58.2":
4798+
version "1.58.2"
4799+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.58.2.tgz#b0ad585d2e950d690ef52424967a42f40c6d2cbd"
4800+
integrity sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==
48014801
dependencies:
4802-
playwright "1.55.1"
4802+
playwright "1.58.2"
48034803

48044804
"@polka/url@^1.0.0-next.24":
48054805
version "1.0.0-next.29"
@@ -27424,17 +27424,17 @@ pkg-up@^3.1.0:
2742427424
dependencies:
2742527425
find-up "^3.0.0"
2742627426

27427-
playwright-core@1.55.1:
27428-
version "1.55.1"
27429-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.55.1.tgz#5d3bb1846bc4289d364ea1a9dcb33f14545802e9"
27430-
integrity sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==
27427+
playwright-core@1.58.2:
27428+
version "1.58.2"
27429+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.58.2.tgz#ac5f5b4b10d29bcf934415f0b8d133b34b0dcb13"
27430+
integrity sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==
2743127431

27432-
playwright@1.55.1:
27433-
version "1.55.1"
27434-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.55.1.tgz#8a9954e9e61ed1ab479212af9be336888f8b3f0e"
27435-
integrity sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==
27432+
playwright@1.58.2:
27433+
version "1.58.2"
27434+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.58.2.tgz#afe547164539b0bcfcb79957394a7a3fa8683cfd"
27435+
integrity sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==
2743627436
dependencies:
27437-
playwright-core "1.55.1"
27437+
playwright-core "1.58.2"
2743827438
optionalDependencies:
2743927439
fsevents "2.3.2"
2744027440

0 commit comments

Comments
 (0)