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.43.0 to 1.45.0 #148

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 @@ -48,7 +48,7 @@
"@cypress/vite-dev-server": "^5.0.7",
"@cypress/vue": "^6.0.0",
"@iconify-json/mdi": "^1.1.66",
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.45.0",
"@types/echarts": "^4.9.22",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -756,14 +756,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:^1.43.0":
version: 1.43.0
resolution: "@playwright/test@npm:1.43.0"
"@playwright/test@npm:^1.45.0":
version: 1.45.0
resolution: "@playwright/test@npm:1.45.0"
dependencies:
playwright: "npm:1.43.0"
playwright: "npm:1.45.0"
bin:
playwright: cli.js
checksum: 10/a30b5a9f51ae35c16a6c56d239a1e3abfbc5b8d84abf709914b9f3b02fa3afd5590cb7e01e479adafcb8282a8325c8b8afa4d70ca992502053490889f3dc714b
checksum: 10/dc75cd1bedfb92e91374e78094372748315e467438b44b60bfa3596c8d3f90692328be1a0184250d8d228a50d7f29ce8523695c930604109087881173e23233a
languageName: node
linkType: hard

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

"playwright-core@npm:1.43.0":
version: 1.43.0
resolution: "playwright-core@npm:1.43.0"
"playwright-core@npm:1.45.0":
version: 1.45.0
resolution: "playwright-core@npm:1.45.0"
bin:
playwright-core: cli.js
checksum: 10/f34c8c5b94c7ddd59b462b8f5dd0f9a8204ed14f470a151d46384c6854c78f5624d80a80a7873a335e2b0c15d54d0d92da2f97422ee708bf5e5693b81bb33a09
checksum: 10/47b7e4334fc946fb438b9846a4d91cc992d2d25b830dd796c4b3aadfbec328e031ebf11a11ae65231aace2adb4991cc043bd227d7a5eb10c98562a23d70dfe80
languageName: node
linkType: hard

"playwright@npm:1.43.0":
version: 1.43.0
resolution: "playwright@npm:1.43.0"
"playwright@npm:1.45.0":
version: 1.45.0
resolution: "playwright@npm:1.45.0"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.43.0"
playwright-core: "npm:1.45.0"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10/481b0d13bc990b8118a02396f03577748a3d64c2ca7635a238688ffbe399e3d6c92e05bdd074ad095f5d2d56e6648b213b5debe84815820a55b13c9a6fdf2108
checksum: 10/65e7e4059ef09b89c9b03022ea3c462b004868eb92bbda1e95e45f99ab35a085b2982506837621ec62bf2caf2f2617aac7a016f8b85bc58026838e948889cd1d
languageName: node
linkType: hard

Expand Down Expand Up @@ -5532,7 +5532,7 @@ __metadata:
"@cypress/vue": "npm:^6.0.0"
"@iconify-json/mdi": "npm:^1.1.66"
"@noction/vue-draggable-grid": "npm:1.9.16"
"@playwright/test": "npm:^1.43.0"
"@playwright/test": "npm:^1.45.0"
"@popperjs/core": "npm:^2.11.8"
"@types/echarts": "npm:^4.9.22"
"@types/node": "npm:^20.12.7"
Expand Down
Loading