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 #10771

Merged
merged 1 commit into from
Jun 10, 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@babel/runtime-corejs3": "7.24.5",
"@faker-js/faker": "8.4.1",
"@npmcli/arborist": "7.5.2",
"@playwright/test": "1.44.0",
"@playwright/test": "1.44.1",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ogimage-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-dom": "19.0.0-beta-04b058868c-20240508"
},
"devDependencies": {
"@playwright/test": "1.44.0",
"@playwright/test": "1.44.1",
"@redwoodjs/framework-tools": "workspace:*",
"ts-toolbelt": "9.6.0",
"tsx": "4.10.3",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6400,14 +6400,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.44.0":
version: 1.44.0
resolution: "@playwright/test@npm:1.44.0"
"@playwright/test@npm:1.44.1":
version: 1.44.1
resolution: "@playwright/test@npm:1.44.1"
dependencies:
playwright: "npm:1.44.0"
playwright: "npm:1.44.1"
bin:
playwright: cli.js
checksum: 10c0/34c48b18f64f1be6ccba3e27fa4691aa9f7f8ea1eb1555ac4ae8e4bfc9136d61923a4376d8a711390c95401e4cfd77a15b18aab6a507bddd9925e6dab3acb9e1
checksum: 10c0/f72669db3dfa83dc12d43ddbce8fbb27a69a80347b515fa00d8467ca640f8c7b7f5f5ff6d6cdfc5a1bce2c7d4b6ee62b988d682ef265f567302998de4f2a64ab
languageName: node
linkType: hard

Expand Down Expand Up @@ -8476,7 +8476,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/ogimage-gen@workspace:packages/ogimage-gen"
dependencies:
"@playwright/test": "npm:1.44.0"
"@playwright/test": "npm:1.44.1"
"@redwoodjs/framework-tools": "workspace:*"
"@redwoodjs/internal": "workspace:*"
"@redwoodjs/project-config": "workspace:*"
Expand Down Expand Up @@ -25912,27 +25912,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.44.0":
version: 1.44.0
resolution: "playwright-core@npm:1.44.0"
"playwright-core@npm:1.44.1":
version: 1.44.1
resolution: "playwright-core@npm:1.44.1"
bin:
playwright-core: cli.js
checksum: 10c0/e1220371a76cdf145f6aaefb2dd6c5194531d1c1e2b67712c56dbc1d589dffb66fd4fc0168be60cd2115aca40660aa13c572e14be47674c0542bc879705b9fb3
checksum: 10c0/6ffa3a04822b3df86d7f47a97e4f20318c0c50868ba4311820e6626ecadaab1424fbd0a3d01f0b4228adc0c781115e44b801742a4970b88739f804d82f142d68
languageName: node
linkType: hard

"playwright@npm:1.44.0":
version: 1.44.0
resolution: "playwright@npm:1.44.0"
"playwright@npm:1.44.1":
version: 1.44.1
resolution: "playwright@npm:1.44.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.44.0"
playwright-core: "npm:1.44.1"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10c0/dcbee9022623dd9e219e9867983789262e80339f0c3601219930883e5a304ce75e1397715c0f378a2bab0a799cf88a73ea4b58fe595cfd9058bd7a82f5d8e3b6
checksum: 10c0/de827d17746b18ae2ec67d510a640d8ceebf8ee8e3d8399bccffa83b76a967498ca377777e4e6a1daaef4b3c86cb2c44c7468de53d2d915acc61b3b89c032738
languageName: node
linkType: hard

Expand Down Expand Up @@ -28123,7 +28123,7 @@ __metadata:
"@babel/runtime-corejs3": "npm:7.24.5"
"@faker-js/faker": "npm:8.4.1"
"@npmcli/arborist": "npm:7.5.2"
"@playwright/test": "npm:1.44.0"
"@playwright/test": "npm:1.44.1"
"@testing-library/jest-dom": "npm:6.4.5"
"@testing-library/react": "npm:14.3.1"
"@testing-library/user-event": "npm:14.5.2"
Expand Down
Loading