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

Bump @playwright/test from 1.41.2 to 1.43.0 #591

Closed
Closed
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 @@ -68,7 +68,7 @@
"devDependencies": {
"@babel/runtime": "^7.23.9",
"@crxjs/vite-plugin": "^1.0.14",
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.43.0",
"@vitejs/plugin-react": "^4.2.1",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1311,14 +1311,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:^1.41.2":
version: 1.41.2
resolution: "@playwright/test@npm:1.41.2"
"@playwright/test@npm:^1.43.0":
version: 1.43.0
resolution: "@playwright/test@npm:1.43.0"
dependencies:
playwright: 1.41.2
playwright: 1.43.0
bin:
playwright: cli.js
checksum: 87d9e725106111b2af1b2dec32454cd2a2d9665ff735669dc751caa30240e6db595ecfb9422719fa65dcff6ca19dea93ac2ae70d587efddde31def0754549d4c
checksum: c7c0c6e8fde4e9dceea22d48384642b78c3d539fb0512edeaa581dc4dc07cedfd166dba92c5e9e69a378b7fd63362b142450dbdd5c9b65d76c4def162a5c470d
languageName: node
linkType: hard

Expand Down Expand Up @@ -3714,7 +3714,7 @@ __metadata:
"@octokit/openapi-types": ^19.1.0
"@octokit/rest": ^20.0.2
"@octokit/types": ^12.6.0
"@playwright/test": ^1.41.2
"@playwright/test": ^1.43.0
"@primer/octicons-react": ^19.8.0
"@primer/react": ^36.6.0
"@react-three/csg": ^3.2.0
Expand Down Expand Up @@ -7270,27 +7270,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.41.2":
version: 1.41.2
resolution: "playwright-core@npm:1.41.2"
"playwright-core@npm:1.43.0":
version: 1.43.0
resolution: "playwright-core@npm:1.43.0"
bin:
playwright-core: cli.js
checksum: b41ede0db3fd3e3f7e0b0efbdfb2dbc4db345e113cf9c4451af21d1d5b5d9ab5e969f5662852925e37b2198ae5daab92aa48108fe3d4eb81c849ba8752aaf8cc
checksum: b35265d356d87eb4114997e6af985ee3cb5a473f15a465d6e02834288a55f0cae4233a18178658389ff443f92405e020815fc165274d2262c3ca1c2b5be948cf
languageName: node
linkType: hard

"playwright@npm:1.41.2":
version: 1.41.2
resolution: "playwright@npm:1.41.2"
"playwright@npm:1.43.0":
version: 1.43.0
resolution: "playwright@npm:1.43.0"
dependencies:
fsevents: 2.3.2
playwright-core: 1.41.2
playwright-core: 1.43.0
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: acf166003ec42cd795f5fca096c5135880d78e84ec2d0a1911b2cab984cf75dc06e50d3aa24b56cbcbc5369ca8c61831e76c5f8674531a272fbd0f6e624fa387
checksum: edd4ef9644398c197d20e957cf2a5e5a95d7e0144f3c971923e709247f5b48551bf6168c74b34909f263ab96fac6e49466b65a9cd1349ad400dabd4b8b364acf
languageName: node
linkType: hard

Expand Down
Loading