Skip to content

Commit 934dde7

Browse files
committed
Update playwright to latest.
1 parent fd0d8a5 commit 934dde7

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

dev-packages/browser-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@babel/preset-typescript": "^7.16.7",
43-
"@playwright/test": "^1.40.1",
43+
"@playwright/test": "^1.43.1",
4444
"@sentry-internal/rrweb": "2.11.0",
4545
"@sentry/browser": "8.0.0-beta.4",
4646
"axios": "1.6.7",

yarn.lock

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5803,12 +5803,12 @@
58035803
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
58045804
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
58055805

5806-
"@playwright/test@^1.40.1":
5807-
version "1.40.1"
5808-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.40.1.tgz#9e66322d97b1d74b9f8718bacab15080f24cde65"
5809-
integrity sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw==
5806+
"@playwright/test@^1.43.1":
5807+
version "1.43.1"
5808+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.43.1.tgz#16728a59eb8ce0f60472f98d8886d6cab0fa3e42"
5809+
integrity sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==
58105810
dependencies:
5811-
playwright "1.40.1"
5811+
playwright "1.43.1"
58125812

58135813
"@polka/url@^1.0.0-next.20":
58145814
version "1.0.0-next.21"
@@ -23830,7 +23830,21 @@ [email protected], playwright-core@^1.29.1:
2383023830
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.1.tgz#442d15e86866a87d90d07af528e0afabe4c75c05"
2383123831
integrity sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==
2383223832

23833-
[email protected], playwright@^1.31.1:
23833+
23834+
version "1.43.1"
23835+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.43.1.tgz#0eafef9994c69c02a1a3825a4343e56c99c03b02"
23836+
integrity sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==
23837+
23838+
23839+
version "1.43.1"
23840+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.43.1.tgz#8ad08984ac66c9ef3d0db035be54dd7ec9f1c7d9"
23841+
integrity sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==
23842+
dependencies:
23843+
playwright-core "1.43.1"
23844+
optionalDependencies:
23845+
fsevents "2.3.2"
23846+
23847+
playwright@^1.31.1:
2383423848
version "1.40.1"
2383523849
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.40.1.tgz#a11bf8dca15be5a194851dbbf3df235b9f53d7ae"
2383623850
integrity sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==

0 commit comments

Comments
 (0)