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.40.1 #9599

Merged
merged 1 commit into from
Dec 1, 2023
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@babel/runtime-corejs3": "7.23.4",
"@faker-js/faker": "8.0.2",
"@npmcli/arborist": "6.5.0",
"@playwright/test": "1.40.0",
"@playwright/test": "1.40.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6671,14 +6671,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.40.0":
version: 1.40.0
resolution: "@playwright/test@npm:1.40.0"
"@playwright/test@npm:1.40.1":
version: 1.40.1
resolution: "@playwright/test@npm:1.40.1"
dependencies:
playwright: 1.40.0
playwright: 1.40.1
bin:
playwright: cli.js
checksum: f8856466128100cd7b152fdbf55f36b294c11a3c67dd8ba40fd383c58d3c559d7efb78b5173f40e54952eec421cad126f24a12e44fb37ea911a99c8ab87b3207
checksum: 1edbc9659fb6a9c5299cacd9a0c7d3fdc88939036642d8f367e13d267d808ae3f88ca9d00e9981e3bcd5f584ccefba38d24eda6b23d27895908f203dc35f339e
languageName: node
linkType: hard

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

"playwright-core@npm:1.40.0":
version: 1.40.0
resolution: "playwright-core@npm:1.40.0"
"playwright-core@npm:1.40.1":
version: 1.40.1
resolution: "playwright-core@npm:1.40.1"
bin:
playwright-core: cli.js
checksum: 6973f34b023ee9ca7451715065afbb11c119b028ec866e44e7862118f17eafaa832d6bb388fa657124e88c290d7192cd5c125970a3c635d3d9336331ddba8d10
checksum: 56c283012974982313a6ae583b975ee4af76d52059fb9a25d9cc616a11224685ec64682b391910c795d2b12d2ab5c7eec31124722c75c0b1703a76ac9b6fd1c2
languageName: node
linkType: hard

"playwright@npm:1.40.0":
version: 1.40.0
resolution: "playwright@npm:1.40.0"
"playwright@npm:1.40.1":
version: 1.40.1
resolution: "playwright@npm:1.40.1"
dependencies:
fsevents: 2.3.2
playwright-core: 1.40.0
playwright-core: 1.40.1
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 21bcf473950472881d500ac5f29dff9f529ac3bd667f9ec5eed6c6bc1be00a1b2bfbc3fe55c9db214c57bbbf102eea6ae894dd42d856cfbe3c8dbd60b58684a1
checksum: 5dae164d1f69162da8d7eee52da651296fb885c76a8b36049f216975c751a0a826ff05795a1c0902dc0bd193fe606ae17d5def655f4cbcccb8d8b71afb74b950
languageName: node
linkType: hard

Expand Down Expand Up @@ -31562,7 +31562,7 @@ __metadata:
"@babel/runtime-corejs3": 7.23.4
"@faker-js/faker": 8.0.2
"@npmcli/arborist": 6.5.0
"@playwright/test": 1.40.0
"@playwright/test": 1.40.1
"@testing-library/jest-dom": 5.17.0
"@testing-library/react": 14.1.2
"@testing-library/user-event": 14.5.1
Expand Down
Loading