Skip to content

Commit 092e320

Browse files
authored
Merge pull request #2276 from oasisprotocol/lw/deps
Update playwright
2 parents 1bc37b5 + 25d6e54 commit 092e320

4 files changed

Lines changed: 17 additions & 16 deletions

File tree

.changelog/2276.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

.github/workflows/ci-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: playwright
2222
runs-on: ubuntu-latest
2323
container:
24-
image: mcr.microsoft.com/playwright:v1.51.0-noble
24+
image: mcr.microsoft.com/playwright:v1.56.1-noble
2525
options: --user 1001
2626
strategy:
2727
fail-fast: false

playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"test": "playwright test --browser all"
44
},
55
"devDependencies": {
6-
"@playwright/test": "^1.51.0"
6+
"@playwright/test": "^1.56.1"
77
}
88
}

playwright/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
# yarn lockfile v1
33

44

5-
"@playwright/test@^1.51.0":
6-
version "1.51.0"
7-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.51.0.tgz#8d5c8400b465a0bfdbcf993e390ceecb903ea6d2"
8-
integrity sha512-dJ0dMbZeHhI+wb77+ljx/FeC8VBP6j/rj9OAojO08JI80wTZy6vRk9KvHKiDCUh4iMpEiseMgqRBIeW+eKX6RA==
5+
"@playwright/test@^1.56.1":
6+
version "1.56.1"
7+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.56.1.tgz#6e3bf3d0c90c5cf94bf64bdb56fd15a805c8bd3f"
8+
integrity sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==
99
dependencies:
10-
playwright "1.51.0"
10+
playwright "1.56.1"
1111

1212
fsevents@2.3.2:
1313
version "2.3.2"
1414
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
1515
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
1616

17-
playwright-core@1.51.0:
18-
version "1.51.0"
19-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.51.0.tgz#bb23ea6bb6298242d088ae5e966ffcf8dc9827e8"
20-
integrity sha512-x47yPE3Zwhlil7wlNU/iktF7t2r/URR3VLbH6EknJd/04Qc/PSJ0EY3CMXipmglLG+zyRxW6HNo2EGbKLHPWMg==
17+
playwright-core@1.56.1:
18+
version "1.56.1"
19+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.56.1.tgz#24a66481e5cd33a045632230aa2c4f0cb6b1db3d"
20+
integrity sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==
2121

22-
playwright@1.51.0:
23-
version "1.51.0"
24-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.51.0.tgz#9ba154497ba62bc6dc199c58ee19295eb35a4707"
25-
integrity sha512-442pTfGM0xxfCYxuBa/Pu6B2OqxqqaYq39JS8QDMGThUvIOCd6s0ANDog3uwA0cHavVlnTQzGCN7Id2YekDSXA==
22+
playwright@1.56.1:
23+
version "1.56.1"
24+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.56.1.tgz#62e3b99ddebed0d475e5936a152c88e68be55fbf"
25+
integrity sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==
2626
dependencies:
27-
playwright-core "1.51.0"
27+
playwright-core "1.56.1"
2828
optionalDependencies:
2929
fsevents "2.3.2"

0 commit comments

Comments
 (0)