Skip to content

Commit e5e0451

Browse files
chore(deps-dev): bump @playwright/test from 1.51.1 to 1.52.0
1 parent 9926e9a commit e5e0451

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
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@eslint/js": "^9.0.0",
60-
"@playwright/test": "^1.51.1",
60+
"@playwright/test": "^1.52.0",
6161
"@sveltejs/adapter-auto": "^5.0.0",
6262
"@sveltejs/kit": "^2.20.7",
6363
"@typescript-eslint/eslint-plugin": "^8.30.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,12 @@
406406
"@parcel/watcher-win32-ia32" "2.4.1"
407407
"@parcel/watcher-win32-x64" "2.4.1"
408408

409-
"@playwright/test@^1.51.1":
410-
version "1.51.1"
411-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.51.1.tgz#75357d513221a7be0baad75f01e966baf9c41a2e"
412-
integrity sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==
409+
"@playwright/test@^1.52.0":
410+
version "1.52.0"
411+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.52.0.tgz#267ec595b43a8f4fa5e444ea503689629e91a5b8"
412+
integrity sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==
413413
dependencies:
414-
playwright "1.51.1"
414+
playwright "1.52.0"
415415

416416
"@polka/url@^1.0.0-next.24":
417417
version "1.0.0-next.25"
@@ -1908,17 +1908,17 @@ pidtree@^0.6.0:
19081908
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
19091909
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
19101910

1911-
playwright-core@1.51.1:
1912-
version "1.51.1"
1913-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.51.1.tgz#d57f0393e02416f32a47cf82b27533656a8acce1"
1914-
integrity sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==
1911+
playwright-core@1.52.0:
1912+
version "1.52.0"
1913+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.52.0.tgz#238f1f0c3edd4ebba0434ce3f4401900319a3dca"
1914+
integrity sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==
19151915

1916-
playwright@1.51.1:
1917-
version "1.51.1"
1918-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.51.1.tgz#ae1467ee318083968ad28d6990db59f47a55390f"
1919-
integrity sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==
1916+
playwright@1.52.0:
1917+
version "1.52.0"
1918+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.52.0.tgz#26cb9a63346651e1c54c8805acfd85683173d4bd"
1919+
integrity sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==
19201920
dependencies:
1921-
playwright-core "1.51.1"
1921+
playwright-core "1.52.0"
19221922
optionalDependencies:
19231923
fsevents "2.3.2"
19241924

0 commit comments

Comments
 (0)