chore: bump to playwright 1.45.0-next
This commit is contained in:
parent
a3dc1f91c5
commit
4747ae03f4
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -8463,14 +8463,13 @@
|
|||
},
|
||||
"packages/playwright-ct-angular": {
|
||||
"name": "@playwright/experimental-ct-angular",
|
||||
"version": "1.43.0-next",
|
||||
"version": "1.45.0-next",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@playwright/experimental-ct-core": "1.43.0-next"
|
||||
"@playwright/experimental-ct-core": "1.45.0-next"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js",
|
||||
"pw-angular": "cli.js"
|
||||
"playwright": "cli.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler": "^17.0.0",
|
||||
|
|
@ -8478,7 +8477,6 @@
|
|||
"@angular/platform-browser-dynamic": "^17.0.0",
|
||||
"rxjs": "~7.8.1",
|
||||
"typescript": "~5.2.0",
|
||||
"vite": "~5.0.12",
|
||||
"zone.js": "~0.14.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@playwright/experimental-ct-angular",
|
||||
"version": "1.43.0-next",
|
||||
"version": "1.45.0-next",
|
||||
"description": "Playwright Component Testing for Angular",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@playwright/experimental-ct-core": "1.43.0-next"
|
||||
"@playwright/experimental-ct-core": "1.45.0-next"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler": "^17.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue