Skip to content

Commit 23b7839

Browse files
build(deps-dev): bump @playwright/test in /ui-tests
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.49.0 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.49.0...v1.56.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.56.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67df4f5 commit 23b7839

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

ui-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "BSD-3-Clause",
1717
"devDependencies": {
1818
"@jupyterlab/galata": "^5.3.0",
19-
"@playwright/test": "^1.49.0",
19+
"@playwright/test": "^1.56.1",
2020
"yarn-deduplicate": "^6.0.1"
2121
}
2222
}

ui-tests/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,12 +1170,12 @@
11701170
dependencies:
11711171
exenv-es6 "^1.1.1"
11721172

1173-
"@playwright/test@^1.48.0", "@playwright/test@^1.49.0":
1174-
version "1.49.0"
1175-
resolved "https://registry.npmjs.org/@playwright/test/-/test-1.49.0.tgz#74227385b58317ee076b86b56d0e1e1b25cff01e"
1176-
integrity sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==
1173+
"@playwright/test@^1.48.0", "@playwright/test@^1.56.1":
1174+
version "1.56.1"
1175+
resolved "https://registry.npmjs.org/@playwright/test/-/test-1.56.1.tgz#6e3bf3d0c90c5cf94bf64bdb56fd15a805c8bd3f"
1176+
integrity sha512-vSMYtL/zOcFpvJCW71Q/OEGQb7KYBPAdKh35WNSkaZA75JlAO8ED8UN6GUNTm3drWomcbcqRPFqQbLae8yBTdg==
11771177
dependencies:
1178-
playwright "1.49.0"
1178+
playwright "1.56.1"
11791179

11801180
"@rjsf/core@^5.13.4":
11811181
version "5.21.0"
@@ -2098,17 +2098,17 @@ picocolors@^1.0.1:
20982098
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
20992099
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
21002100

2101-
playwright-core@1.49.0:
2102-
version "1.49.0"
2103-
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.0.tgz#8e69ffed3f41855b854982f3632f2922c890afcb"
2104-
integrity sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==
2101+
playwright-core@1.56.1:
2102+
version "1.56.1"
2103+
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz#24a66481e5cd33a045632230aa2c4f0cb6b1db3d"
2104+
integrity sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==
21052105

2106-
playwright@1.49.0:
2107-
version "1.49.0"
2108-
resolved "https://registry.npmjs.org/playwright/-/playwright-1.49.0.tgz#df6b9e05423377a99658202844a294a8afb95d0a"
2109-
integrity sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==
2106+
playwright@1.56.1:
2107+
version "1.56.1"
2108+
resolved "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz#62e3b99ddebed0d475e5936a152c88e68be55fbf"
2109+
integrity sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==
21102110
dependencies:
2111-
playwright-core "1.49.0"
2111+
playwright-core "1.56.1"
21122112
optionalDependencies:
21132113
fsevents "2.3.2"
21142114

0 commit comments

Comments
 (0)