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.41.1 #4960

Merged
merged 1 commit into from
Jan 20, 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
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.1.0",
"@next/env": "14.1.0",
"@playwright/test": "1.41.0",
"@playwright/test": "1.41.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.8.1",
"@size-limit/file": "11.0.2",
"@svgr/webpack": "8.1.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4765,14 +4765,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.41.0":
version: 1.41.0
resolution: "@playwright/test@npm:1.41.0"
"@playwright/test@npm:1.41.1":
version: 1.41.1
resolution: "@playwright/test@npm:1.41.1"
dependencies:
playwright: "npm:1.41.0"
playwright: "npm:1.41.1"
bin:
playwright: cli.js
checksum: f6b1934b84cf10a356b356b8b9d43271d479c7292deaf5c6dc1742d8d5f28e86f6bef83a79a8eb0d557dc30377b1c33d3613dd6ddbbf31f21d5ebe92c65b1608
checksum: 72bd5bb67c512027d214b9c54c2a22a469bd19d7809771e53a5bfdcc11330591e01579bb22f807d1ebbcdcea35d625e0fc9eb9791cebcc63bf55b82dd1cdefdd
languageName: node
linkType: hard

Expand Down Expand Up @@ -17832,7 +17832,7 @@ __metadata:
"@next/bundle-analyzer": "npm:14.1.0"
"@next/env": "npm:14.1.0"
"@nextvalid/zod-request": "npm:0.4.0"
"@playwright/test": "npm:1.41.0"
"@playwright/test": "npm:1.41.1"
"@pothos/core": "npm:3.41.0"
"@pothos/plugin-errors": "npm:3.11.1"
"@pothos/plugin-prisma": "npm:3.63.1"
Expand Down Expand Up @@ -18935,27 +18935,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.41.0":
version: 1.41.0
resolution: "playwright-core@npm:1.41.0"
"playwright-core@npm:1.41.1":
version: 1.41.1
resolution: "playwright-core@npm:1.41.1"
bin:
playwright-core: cli.js
checksum: ea74d755c9c8cfec53566fb8ca689b55b493bf67d49ad631c39669006d018e1127688d31a689ef05672d7ae7f9ebb8c3aef92dbe31636c3c3826d4cb90c14cf2
checksum: cdd91267ca23e3f65d519100e956859c70e3e9ca29e3fe00e700b457903129e41dfa17752f1ea37ad0a8a7c6330baf9f3be503e4cbfa3e8833e80a037f899aee
languageName: node
linkType: hard

"playwright@npm:1.41.0":
version: 1.41.0
resolution: "playwright@npm:1.41.0"
"playwright@npm:1.41.1":
version: 1.41.1
resolution: "playwright@npm:1.41.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.41.0"
playwright-core: "npm:1.41.1"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: db12f408c02326ba9efdd7d6c10b9d7509e85cddf99d8043a2fe0d24322a4129ed6c958c301cc99b39c28b335fe659e9dc30b31f2af7fc1428207aa0ba1c9180
checksum: 32d48c1f8ff881770a19c9245fb4191fc36b5e97ab5f48effa0b1cf5e83fa958f6fdd7e4268dd984aa306ac5fe9e4324510211910751fb52cebb9bae819d13ca
languageName: node
linkType: hard

Expand Down
Loading