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) Bump Playwright #252

Merged
merged 1 commit into from
Dec 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@carbon/react": "^1.33.1",
"@hookform/resolvers": "^3.3.0",
"@playwright/test": "^1.48.0",
"@playwright/test": "^1.49.0",
"dotenv": "^16.4.5",
"file-saver": "^2.0.5",
"lodash-es": "^4.17.21",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4145,7 +4145,7 @@ __metadata:
"@hookform/resolvers": "npm:^3.3.0"
"@openmrs/esm-framework": "npm:next"
"@openmrs/esm-styleguide": "npm:next"
"@playwright/test": "npm:^1.48.0"
"@playwright/test": "npm:^1.49.0"
"@swc/cli": "npm:^0.1.62"
"@swc/core": "npm:^1.3.68"
"@swc/jest": "npm:^0.2.26"
Expand Down Expand Up @@ -4320,14 +4320,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:^1.48.0":
version: 1.48.0
resolution: "@playwright/test@npm:1.48.0"
"@playwright/test@npm:^1.49.0":
version: 1.49.1
resolution: "@playwright/test@npm:1.49.1"
dependencies:
playwright: "npm:1.48.0"
playwright: "npm:1.49.1"
bin:
playwright: cli.js
checksum: 10/8845ed0f0b303e10ee0a0f04562ef83be3f9123fac91d722f697ad964a119af74cd5fb08e1139f1b20b27396479456c984bfdc699fadedd92af9c0490fb4c7c0
checksum: 10/bb0d5eda58ee0b5bbca732d2aa57782fadf420d101e08e16d5760179459c667907bd8d224ee3d6f43f3088378e377ef63d32ed605fec37605debf217c3efe8da
languageName: node
linkType: hard

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

"playwright-core@npm:1.48.0":
version: 1.48.0
resolution: "playwright-core@npm:1.48.0"
"playwright-core@npm:1.49.1":
version: 1.49.1
resolution: "playwright-core@npm:1.49.1"
bin:
playwright-core: cli.js
checksum: 10/644489b4de9cc181e83eb639a283d3c4f8e4c3b1b1759d7c93b72fd0373b5a66ba376ee6a5ee3eca67f1b773bf15c5e01b6aeedd43c94c355bf4fc0d110713bc
checksum: 10/baa39a53024ec7744708410f2b952ac3aa2e1a6d311dabfa303523712848eba142fce5c20f1b2ed2a66fbd9a415d22ea8642b0f70423360aaebd4b41c47d364e
languageName: node
linkType: hard

"playwright@npm:1.48.0":
version: 1.48.0
resolution: "playwright@npm:1.48.0"
"playwright@npm:1.49.1":
version: 1.49.1
resolution: "playwright@npm:1.49.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.48.0"
playwright-core: "npm:1.49.1"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10/85b06ae8d0ab7a5a8c9a0d416007b18f35a59455fad40438bda98cbe07c48f338e97b98b1d9214e27f08d6ac284eba0eaab722f5684cd17dd4a47f5b69d004b9
checksum: 10/49fb063f4a107b8090f66d2d351ebd51fbb66843a8f95a161fa0c0e0b5156515961e75cc10f4249f61b9d2af51f762dda505c62b096d8f61cd47d1ff73ab39d2
languageName: node
linkType: hard

Expand Down
Loading