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

Update dependency @playwright/test to v1.50.1 #573

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/compat": "1.2.4",
"@playwright/test": "1.49.0",
"@playwright/test": "1.50.1",
"@tanstack/eslint-plugin-query": "5.66.0",
"@testing-library/cypress": "10.0.1",
"@testing-library/dom": "10.4.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1385,14 +1385,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.49.0":
version: 1.49.0
resolution: "@playwright/test@npm:1.49.0"
"@playwright/test@npm:1.50.1":
version: 1.50.1
resolution: "@playwright/test@npm:1.50.1"
dependencies:
playwright: "npm:1.49.0"
playwright: "npm:1.50.1"
bin:
playwright: cli.js
checksum: 10c0/2890d52ee45bd83b5501f17a77c77f12ba934d257fda4b288405c6d91f94b83c4fcbdff3c0be89c2aaeea3d13576b72ec9a70be667ff844b342044afd72a246e
checksum: 10c0/77c1a7cfaca7b3b88804256bb4c0e15c54b8df02690298086ef4a4fc8c2a42b99b69ba1b83906d00cc7ddb322ce8b2f19f0238f189913607c679779a4d132da1
languageName: node
linkType: hard

Expand Down Expand Up @@ -6744,7 +6744,7 @@ __metadata:
"@mui/material": "npm:5.16.2"
"@mui/system": "npm:5.16.2"
"@mui/x-date-pickers": "npm:6.19.0"
"@playwright/test": "npm:1.49.0"
"@playwright/test": "npm:1.50.1"
"@reduxjs/toolkit": "npm:2.5.0"
"@tanstack/eslint-plugin-query": "npm:5.66.0"
"@tanstack/react-query": "npm:5.66.0"
Expand Down Expand Up @@ -7055,27 +7055,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.49.0":
version: 1.49.0
resolution: "playwright-core@npm:1.49.0"
"playwright-core@npm:1.50.1":
version: 1.50.1
resolution: "playwright-core@npm:1.50.1"
bin:
playwright-core: cli.js
checksum: 10c0/22c1a72fabdcc87bd1cd4d40a032d2c5b94cf94ba7484dc182048c3fa1c8ec26180b559d8cac4ca9870e8fd6bdf5ef9d9f54e7a31fd60d67d098fcffc5e4253b
checksum: 10c0/c158764257d870897c31807a830ddcc3f5aaf4376719e05aeada3489a01f751650b2dc43e027201a40405a1b075084e89f58cd3730a985a229efe9d8cecfe360
languageName: node
linkType: hard

"playwright@npm:1.49.0":
version: 1.49.0
resolution: "playwright@npm:1.49.0"
"playwright@npm:1.50.1":
version: 1.50.1
resolution: "playwright@npm:1.50.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.49.0"
playwright-core: "npm:1.50.1"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10c0/e94d662747cd147d0573570fec90dadc013c1097595714036fc8934a075c5a82ab04a49111b03b1f762ea86429bdb7c94460901896901e20970b30ce817cc93f
checksum: 10c0/b292ee6e0d122748a3d024b85ace86a0d9c848fc4121685d90ffc5d43d6bcf13ed7dc7488b1055f69040599c420052306ccba6fabfe2f69a15fc109c55171207
languageName: node
linkType: hard

Expand Down
Loading