Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @playwright/test to v1.44.1 #1107

Merged
merged 1 commit into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@playwright/test": "1.43.1",
"@playwright/test": "1.44.1",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-sucrase": "5.0.2",
"@semantic-release/changelog": "6.0.3",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1803,14 +1803,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.43.1":
version: 1.43.1
resolution: "@playwright/test@npm:1.43.1"
"@playwright/test@npm:1.44.1":
version: 1.44.1
resolution: "@playwright/test@npm:1.44.1"
dependencies:
playwright: 1.43.1
playwright: 1.44.1
bin:
playwright: cli.js
checksum: f9db387b488a03125e5dc22dd7ffed9c661d1f2428188912a35a2235b3bd9d826b390e7600d04998639994f5a96695b9dc9034ca9cb59e261d2fdee93a60df3f
checksum: 90507b77e388aa984deb92db56f7bb3b305c6be441e1d0087ca046989cfdda068bbc26d75bd29c20ad3dbb2434e69a8ff0d6b30003b88c9234cd3aa6a9f7deb9
languageName: node
linkType: hard

Expand Down Expand Up @@ -8743,27 +8743,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.43.1":
version: 1.43.1
resolution: "playwright-core@npm:1.43.1"
"playwright-core@npm:1.44.1":
version: 1.44.1
resolution: "playwright-core@npm:1.44.1"
bin:
playwright-core: cli.js
checksum: 7c96b3a4a4bce2ee22c3cd680c9b0bb9e4bf07ee4b51d1e9a7f47a6489c7b0b960d4b550e530b8f41d1ffeadd26c7c6bb626ae8689dfd90dce1cb8e35ae78ff7
checksum: ebc6fa0ff77792fe52648fda06cc4474d4e9746db6dc5750d262b7fe2caf9f9e2327a71f1fb365e862213403a9daf95361c5040a9b0fd462928d7eb4fdc760e1
languageName: node
linkType: hard

"playwright@npm:1.43.1":
version: 1.43.1
resolution: "playwright@npm:1.43.1"
"playwright@npm:1.44.1":
version: 1.44.1
resolution: "playwright@npm:1.44.1"
dependencies:
fsevents: 2.3.2
playwright-core: 1.43.1
playwright-core: 1.44.1
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: de9db021f93018a18275bbb5af09ebf1804aa0534f47578b35b440064abc774509740205802824afc94a99fc84dd55ffe9e215718ad3ecc691b251ab3882b096
checksum: c2e8ff0a855e4a9e665ae5ffa0ff90423289546157be55e83f78916d17075c5910a7244773739c2a973da884a4ff0b3cf9b6e6b543de112e43b12169a9208e86
languageName: node
linkType: hard

Expand Down Expand Up @@ -10797,7 +10797,7 @@ __metadata:
dependencies:
"@commitlint/cli": 17.8.1
"@commitlint/config-conventional": 17.8.1
"@playwright/test": 1.43.1
"@playwright/test": 1.44.1
"@rollup/plugin-commonjs": 25.0.7
"@rollup/plugin-sucrase": 5.0.2
"@semantic-release/changelog": 6.0.3
Expand Down
Loading