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 ^1.47.0 #650

Merged
merged 1 commit into from
Sep 6, 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 @@ -9,7 +9,7 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@playwright/test": "^1.46.1",
"@playwright/test": "^1.47.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2070,14 +2070,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.47.0":
version: 1.47.0
resolution: "@playwright/test@npm:1.47.0"
dependencies:
playwright: "npm:1.46.1"
playwright: "npm:1.47.0"
bin:
playwright: cli.js
checksum: 10c0/b2d33f33bedfa5a5c72cfc5ee212dfbf531d9c46320b0af901e71ab61b96845e43cc636181b33b3faae27f2f87ce2d44017ac65235bf9c95209f476477b16f93
checksum: 10c0/8fcfcb36b3aef3171d5db6c6b5a505823b50fbb09d571f1b176acc032c08d406e7fe441e3816e6955383a07fb9808f555ab6264fa580f5e7bb15a20b8c2a0f31
languageName: node
linkType: hard

Expand Down Expand Up @@ -6772,27 +6772,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.47.0":
version: 1.47.0
resolution: "playwright-core@npm:1.47.0"
bin:
playwright-core: cli.js
checksum: 10c0/98e48e271caccaa6c54b3c591cbddbef36a679eef011b38e2af11fbaba0aab1f997b45f9207c4099468a0c79047a1e879bbd9e81bd880ae24501a0ee3c7a33c7
checksum: 10c0/70fdd2e62849176ff5403ec530a69d0ef07e6bebc8486f1f4bf49bc4b8a34ab27be0f91950f74a448db13b383d2ba6d934041493f286603de190937ebd0e7508
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -7348,7 +7348,7 @@ __metadata:
"@babel/preset-env": "npm:^7.25.4"
"@babel/preset-react": "npm:^7.24.7"
"@babel/preset-typescript": "npm:^7.24.7"
"@playwright/test": "npm:^1.46.1"
"@playwright/test": "npm:^1.47.0"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^26.0.1"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
Expand Down