Skip to content

Commit b77d907

Browse files
committed
chore(deps): update Playwright to version 1.52.0 in package.json, yarn.lock, and GitHub workflow
1 parent 29db1be commit b77d907

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
timeout-minutes: 10
88
runs-on: ubuntu-latest
99
container:
10-
image: mcr.microsoft.com/playwright:v1.39.0-jammy
10+
image: mcr.microsoft.com/playwright:v1.52.0-jammy
1111

1212
strategy:
1313
matrix:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"eslint-config-prettier": "^10.1.5",
7171
"eslint-plugin-prettier": "^5.4.0",
7272
"nuxt": "^3.17.2",
73-
"playwright": "^1.48.1",
74-
"playwright-core": "^1.39.0",
73+
"playwright": "^1.52.0",
74+
"playwright-core": "^1.52.0",
7575
"prettier": "^3.5.3",
7676
"typescript": "~5.8.3",
7777
"vitest": "^3.1.2",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6237,12 +6237,12 @@ pkg-types@^2.0.0, pkg-types@^2.0.1, pkg-types@^2.1.0:
62376237
exsolve "^1.0.1"
62386238
pathe "^2.0.3"
62396239

6240-
[email protected], playwright-core@^1.39.0:
6240+
[email protected], playwright-core@^1.52.0:
62416241
version "1.52.0"
62426242
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.52.0.tgz#238f1f0c3edd4ebba0434ce3f4401900319a3dca"
62436243
integrity sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==
62446244

6245-
playwright@^1.48.1:
6245+
playwright@^1.52.0:
62466246
version "1.52.0"
62476247
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.52.0.tgz#26cb9a63346651e1c54c8805acfd85683173d4bd"
62486248
integrity sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==

0 commit comments

Comments
 (0)