refactor(ct-angular): clean up dependencies

This commit is contained in:
Younes Jaaidi 2024-02-23 11:44:04 +01:00
parent 9df69000e2
commit aaf80290da
No known key found for this signature in database
GPG key ID: 3126C5717BDF3241
2 changed files with 199 additions and 6344 deletions

6523
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,31 +29,21 @@
} }
}, },
"dependencies": { "dependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@playwright/experimental-ct-core": "1.42.0-next" "@playwright/experimental-ct-core": "1.42.0-next"
}, },
"devDependencies": { "devDependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0", "@angular/compiler": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@angular/core": "^17.0.0", "@angular/core": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0", "@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@playwright/test": "1.38.1",
"rxjs": "~7.8.1", "rxjs": "~7.8.1",
"tslib": "^2.5.0", "typescript": "~5.2.0",
"typescript": "^5.0.4", "zone.js": "~0.14.0"
"zone.js": "~0.13.1"
}, },
"peerDependencies": { "peerDependencies": {
"@playwright/test": ">=1.38.1",
"typescript": ">=5.2.0", "typescript": ">=5.2.0",
"@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0",
"@angular/platform-browser": "^17.0.0", "@angular/core": "^17.0.0",
"@angular/router": "^17.0.0", "@angular/platform-browser-dynamic": "^17.0.0"
"@angular/core": "^17.0.0"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "./cli.js"