Skip to content

Commit 3c80563

Browse files
committed
Update playwright to latest.
1 parent 1bbe4b9 commit 3c80563

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.3",
4646
"axios": "1.6.7",

yarn.lock

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

5854-
"@playwright/test@^1.40.1":
5855-
version "1.40.1"
5856-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.40.1.tgz#9e66322d97b1d74b9f8718bacab15080f24cde65"
5857-
integrity sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw==
5854+
"@playwright/test@^1.43.1":
5855+
version "1.43.1"
5856+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.43.1.tgz#16728a59eb8ce0f60472f98d8886d6cab0fa3e42"
5857+
integrity sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==
58585858
dependencies:
5859-
playwright "1.40.1"
5859+
playwright "1.43.1"
58605860

58615861
"@polka/url@^1.0.0-next.20":
58625862
version "1.0.0-next.21"
@@ -25194,7 +25194,21 @@ [email protected], playwright-core@^1.29.1:
2519425194
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.1.tgz#442d15e86866a87d90d07af528e0afabe4c75c05"
2519525195
integrity sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==
2519625196

25197-
[email protected], playwright@^1.31.1:
25197+
25198+
version "1.43.1"
25199+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.43.1.tgz#0eafef9994c69c02a1a3825a4343e56c99c03b02"
25200+
integrity sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==
25201+
25202+
25203+
version "1.43.1"
25204+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.43.1.tgz#8ad08984ac66c9ef3d0db035be54dd7ec9f1c7d9"
25205+
integrity sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==
25206+
dependencies:
25207+
playwright-core "1.43.1"
25208+
optionalDependencies:
25209+
fsevents "2.3.2"
25210+
25211+
playwright@^1.31.1:
2519825212
version "1.40.1"
2519925213
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.40.1.tgz#a11bf8dca15be5a194851dbbf3df235b9f53d7ae"
2520025214
integrity sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==

0 commit comments

Comments
 (0)