Skip to content

Commit c192eb0

Browse files
Merge pull request #275 from devoxa/renovate/playwright-monorepo
Update dependency @playwright/test from 1.55.1 to 1.56.0
2 parents fb46cfd + c61a324 commit c192eb0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@devoxa/eslint-config": "4.0.2",
3636
"@devoxa/prettier-config": "2.0.3",
37-
"@playwright/test": "1.55.1",
37+
"@playwright/test": "1.56.0",
3838
"@types/express": "4.17.23",
3939
"@types/node": "20.9.5",
4040
"axe-playwright": "2.2.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@
185185
"@nodelib/fs.scandir" "2.1.4"
186186
fastq "^1.6.0"
187187

188-
"@playwright/test@1.55.1":
189-
version "1.55.1"
190-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.55.1.tgz#80f775d5f948cd3ef550fcc45ef99986d3ffb36c"
191-
integrity sha512-IVAh/nOJaw6W9g+RJVlIQJ6gSiER+ae6mKQ5CX1bERzQgbC1VSeBlwdvczT7pxb0GWiyrxH4TGKbMfDb4Sq/ig==
188+
"@playwright/test@1.56.0":
189+
version "1.56.0"
190+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.56.0.tgz#891fe101bddf3eee3dd609e7a145f705dc0f3054"
191+
integrity sha512-Tzh95Twig7hUwwNe381/K3PggZBZblKUe2wv25oIpzWLr6Z0m4KgV1ZVIjnR6GM9ANEqjZD7XsZEa6JL/7YEgg==
192192
dependencies:
193-
playwright "1.55.1"
193+
playwright "1.56.0"
194194

195195
"@stylistic/eslint-plugin@2.12.1":
196196
version "2.12.1"
@@ -2128,17 +2128,17 @@ picomatch@^4.0.2:
21282128
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
21292129
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
21302130

2131-
playwright-core@1.55.1:
2132-
version "1.55.1"
2133-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.55.1.tgz#5d3bb1846bc4289d364ea1a9dcb33f14545802e9"
2134-
integrity sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==
2131+
playwright-core@1.56.0:
2132+
version "1.56.0"
2133+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.56.0.tgz#14b40ea436551b0bcefe19c5bfb8d1804c83739c"
2134+
integrity sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==
21352135

2136-
playwright@1.55.1:
2137-
version "1.55.1"
2138-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.55.1.tgz#8a9954e9e61ed1ab479212af9be336888f8b3f0e"
2139-
integrity sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==
2136+
playwright@1.56.0:
2137+
version "1.56.0"
2138+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.56.0.tgz#71c533c61da33e95812f8c6fa53960e073548d9a"
2139+
integrity sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==
21402140
dependencies:
2141-
playwright-core "1.55.1"
2141+
playwright-core "1.56.0"
21422142
optionalDependencies:
21432143
fsevents "2.3.2"
21442144

0 commit comments

Comments
 (0)