Skip to content

Commit e4723cd

Browse files
Update playwright to v1.55.0
1 parent eeb14d3 commit e4723cd

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"resolutions": {
7676
"**/pretty-format/react-is": "19.1.1",
77-
"@playwright/test": "1.54.2",
77+
"@playwright/test": "1.55.0",
7878
"@types/react": "19.1.12",
7979
"@types/react-dom": "19.1.9",
8080
"oidc-client-ts": "3.3.0",

yarn.lock

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

2845-
"@playwright/test@1.54.2", "@playwright/test@^1.50.1":
2846-
version "1.54.2"
2847-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.54.2.tgz#ff0d1e5d8e26f3258ae65364e2d4d10176926b07"
2848-
integrity sha512-A+znathYxPf+72riFd1r1ovOLqsIIB0jKIoPjyK2kqEIe30/6jF6BC7QNluHuwUmsD2tv1XZVugN8GqfTMOxsA==
2845+
"@playwright/test@1.55.0", "@playwright/test@^1.50.1":
2846+
version "1.55.0"
2847+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.55.0.tgz#080fa6d9ee6d749ff523b1c18259572d0268b963"
2848+
integrity sha512-04IXzPwHrW69XusN/SIdDdKZBzMfOT9UNT/YiJit/xpy2VuAoB8NHc8Aplb96zsWDddLnbkPL3TsmrS04ZU2xQ==
28492849
dependencies:
2850-
playwright "1.54.2"
2850+
playwright "1.55.0"
28512851

28522852
"@polka/url@^1.0.0-next.24":
28532853
version "1.0.0-next.28"
@@ -12093,17 +12093,17 @@ [email protected], playwright-core@>=1.2.0:
1209312093
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.53.2.tgz#78f71e2f727713daa8d360dc11c460022c13cf91"
1209412094
integrity sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==
1209512095

12096-
playwright-core@1.54.2, playwright-core@^1.51.0:
12097-
version "1.54.2"
12098-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.54.2.tgz#73cc5106f19ec6b9371908603d61a7f171ebd8f0"
12099-
integrity sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==
12096+
playwright-core@1.55.0, playwright-core@^1.51.0:
12097+
version "1.55.0"
12098+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.55.0.tgz#ec8a9f8ef118afb3e86e0f46f1393e3bea32adf4"
12099+
integrity sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==
1210012100

12101-
playwright@1.54.2:
12102-
version "1.54.2"
12103-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.54.2.tgz#e2435abb2db3a96a276f8acc3ada1a85b587dff3"
12104-
integrity sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==
12101+
playwright@1.55.0:
12102+
version "1.55.0"
12103+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.55.0.tgz#7aca7ac3ffd9e083a8ad8b2514d6f9ba401cc78b"
12104+
integrity sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==
1210512105
dependencies:
12106-
playwright-core "1.54.2"
12106+
playwright-core "1.55.0"
1210712107
optionalDependencies:
1210812108
fsevents "2.3.2"
1210912109

0 commit comments

Comments
 (0)