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.47.2 #5946

Merged
merged 1 commit into from
Sep 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.2.12",
"@next/env": "14.2.12",
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.19.1",
"@size-limit/file": "11.1.5",
"@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 @@ -4814,14 +4814,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.47.1":
version: 1.47.1
resolution: "@playwright/test@npm:1.47.1"
"@playwright/test@npm:1.47.2":
version: 1.47.2
resolution: "@playwright/test@npm:1.47.2"
dependencies:
playwright: "npm:1.47.1"
playwright: "npm:1.47.2"
bin:
playwright: cli.js
checksum: 10c0/aad45a586d832779ec0d47b740f1b5a96a48c06cb3e844151956e692c1037ed2140b7b90563584a5fe6efc55ca460682e0f55c647a54808c2157269baa5ae1da
checksum: 10c0/1b2b003fc5465608683835f287d5dba6fabe9a3339667579de33032f3527c5ada3894d021724167ecb1b172a7efa6155958deee9872b2b3e940c3337edd06b4b
languageName: node
linkType: hard

Expand Down Expand Up @@ -14805,7 +14805,7 @@ __metadata:
"@mui/material": "npm:6.1.1"
"@next/bundle-analyzer": "npm:14.2.12"
"@next/env": "npm:14.2.12"
"@playwright/test": "npm:1.47.1"
"@playwright/test": "npm:1.47.2"
"@pothos/core": "npm:3.41.2"
"@pothos/plugin-errors": "npm:3.11.2"
"@pothos/plugin-prisma": "npm:3.65.3"
Expand Down Expand Up @@ -15754,27 +15754,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.47.1":
version: 1.47.1
resolution: "playwright-core@npm:1.47.1"
"playwright-core@npm:1.47.2":
version: 1.47.2
resolution: "playwright-core@npm:1.47.2"
bin:
playwright-core: cli.js
checksum: 10c0/c20f8f4fef2ce81fbe429d747fcb8a61564950b33e8d28ea51965fbfd7ddf0dcc4689efda056eed2666a5f511353a46570f18704962ccac62587c5351efa6396
checksum: 10c0/3426adf4448da71dc103e38484f711df93fad8620d825e470593629012db6772663ccdc7ccefcdb787fa0ee26dd81e84fdce8abd0bad01a4c4b0d13ff8837d3b
languageName: node
linkType: hard

"playwright@npm:1.47.1":
version: 1.47.1
resolution: "playwright@npm:1.47.1"
"playwright@npm:1.47.2":
version: 1.47.2
resolution: "playwright@npm:1.47.2"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.47.1"
playwright-core: "npm:1.47.2"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10c0/45351f9c785c16000a39125b38e27e7ccf8b66fc63384cf8a77d8c6f8c7fdc7b2770a99802ab7ea5447a23630325e781852b08c08ed181f34cb595b60ae1f646
checksum: 10c0/6477a6e8d7329375f0ac9dcdf5599e564987e413d0c57b2135bc91ea95acb877245395d6cc37034c12a7c0bafa609d24c78113dd49e9ced793ea2886f9133131
languageName: node
linkType: hard

Expand Down
Loading