Skip to content

Commit de11b07

Browse files
Update dependency playwright to v1.54.2 (#1356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11eba20 commit de11b07

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@sentry/browser": "9.44.0",
2424
"npm-run-all2": "8.0.4",
25-
"playwright": "1.54.1",
25+
"playwright": "1.54.2",
2626
"postcss": "8.5.6",
2727
"standard": "17.1.2",
2828
"stylelint": "16.23.0",

demo/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,17 +1992,17 @@ pkg-conf@^3.1.0:
19921992
find-up "^3.0.0"
19931993
load-json-file "^5.2.0"
19941994

1995-
1996-
version "1.54.1"
1997-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.54.1.tgz#d32edcce048c9d83ceac31e294a7b60ef586960b"
1998-
integrity sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==
1995+
1996+
version "1.54.2"
1997+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.54.2.tgz#73cc5106f19ec6b9371908603d61a7f171ebd8f0"
1998+
integrity sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==
19991999

2000-
2001-
version "1.54.1"
2002-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.54.1.tgz#128d66a8d5182b5330e6440be3a72ca313362788"
2003-
integrity sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==
2000+
2001+
version "1.54.2"
2002+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.54.2.tgz#e2435abb2db3a96a276f8acc3ada1a85b587dff3"
2003+
integrity sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==
20042004
dependencies:
2005-
playwright-core "1.54.1"
2005+
playwright-core "1.54.2"
20062006
optionalDependencies:
20072007
fsevents "2.3.2"
20082008

0 commit comments

Comments
 (0)