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.48.1 #1275

Open
wants to merge 1 commit into
base: incarnation
Choose a base branch
from
Open
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 @@ -54,7 +54,7 @@
"@babel/core": "7.24.9",
"@codecov/webpack-plugin": "0.0.1-beta.12",
"@eslint/js": "9.11.1",
"@playwright/test": "1.46.1",
"@playwright/test": "1.48.1",
"@types/babel__core": "7.20.5",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ __metadata:
"@babel/core": "npm:7.24.9"
"@codecov/webpack-plugin": "npm:0.0.1-beta.12"
"@eslint/js": "npm:9.11.1"
"@playwright/test": "npm:1.46.1"
"@playwright/test": "npm:1.48.1"
"@types/babel__core": "npm:7.20.5"
"@types/eslint": "npm:9.6.1"
"@types/eslint__js": "npm:8.42.3"
Expand Down Expand Up @@ -2873,14 +2873,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.46.1":
version: 1.46.1
resolution: "@playwright/test@npm:1.46.1"
"@playwright/test@npm:1.48.1":
version: 1.48.1
resolution: "@playwright/test@npm:1.48.1"
dependencies:
playwright: "npm:1.46.1"
playwright: "npm:1.48.1"
bin:
playwright: cli.js
checksum: 10c0/b2d33f33bedfa5a5c72cfc5ee212dfbf531d9c46320b0af901e71ab61b96845e43cc636181b33b3faae27f2f87ce2d44017ac65235bf9c95209f476477b16f93
checksum: 10c0/32cedc3b2d375cb8f4a830bc820d7726b0235be7a6202e1d6ee46e739b83666271c47c100c11311cf5a916468c18e6a4dc526accf9ef090786e7614c2633b2b8
languageName: node
linkType: hard

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

"playwright-core@npm:1.46.1":
version: 1.46.1
resolution: "playwright-core@npm:1.46.1"
"playwright-core@npm:1.48.1":
version: 1.48.1
resolution: "playwright-core@npm:1.48.1"
bin:
playwright-core: cli.js
checksum: 10c0/98e48e271caccaa6c54b3c591cbddbef36a679eef011b38e2af11fbaba0aab1f997b45f9207c4099468a0c79047a1e879bbd9e81bd880ae24501a0ee3c7a33c7
checksum: 10c0/2f75532b9b7dfa0e586f5660ac1d8ea729bbdbd28dd2c0711e7cfc1adfe5cf7448d7f15a018ec9851a8f50c0743c3990cb9df23064bed603627baeac4dce3915
languageName: node
linkType: hard

"playwright@npm:1.46.1":
version: 1.46.1
resolution: "playwright@npm:1.46.1"
"playwright@npm:1.48.1":
version: 1.48.1
resolution: "playwright@npm:1.48.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.46.1"
playwright-core: "npm:1.48.1"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10c0/2a328a2073313136192d74b48b981d9aeb1d4cc54926ed235f638c875f9de59c41370bb20bb2d8cf30126c52c6e25cc02db21ffafeb487c92c84c52c84846912
checksum: 10c0/96280ae656226e52015c0c69c4c19e9f594c19353a79012a19bd7b7175d7b409c1aed289a629df49ef897a57ccd24668ad15b86c283db10f76212a4db90a94ac
languageName: node
linkType: hard

Expand Down
Loading