|
10 | 10 | "test": "npx playwright test" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@angular/animations": "^14.2.0", |
14 | | - "@angular/common": "^14.2.0", |
15 | | - "@angular/compiler": "^14.2.0", |
16 | | - "@angular/core": "^14.2.0", |
17 | | - "@angular/forms": "^14.2.0", |
18 | | - "@angular/platform-browser": "^14.2.0", |
19 | | - "@angular/platform-browser-dynamic": "^14.2.0", |
20 | | - "@angular/router": "^14.2.0", |
| 13 | + "@angular/animations": "^15.1.0", |
| 14 | + "@angular/common": "^15.1.0", |
| 15 | + "@angular/compiler": "^15.1.0", |
| 16 | + "@angular/core": "^15.1.0", |
| 17 | + "@angular/forms": "^15.1.0", |
| 18 | + "@angular/platform-browser": "^15.1.0", |
| 19 | + "@angular/platform-browser-dynamic": "^15.1.0", |
| 20 | + "@angular/router": "^15.1.0", |
21 | 21 | "rxjs": "~7.5.0", |
22 | 22 | "tslib": "^2.3.0", |
23 | 23 | "zone.js": "~0.11.4" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@angular-devkit/build-angular": "^14.2.6", |
27 | | - "@angular/cli": "~14.2.6", |
28 | | - "@angular/compiler-cli": "^14.2.0", |
29 | | - "@playwright/test": "1.32.1", |
| 26 | + "@angular-devkit/build-angular": "^15.1.0", |
| 27 | + "@angular/cli": "~15.1.0", |
| 28 | + "@angular/compiler-cli": "^15.1.0", |
| 29 | + "@playwright/test": "1.32.3", |
30 | 30 | "@sand4rt/experimental-ct-angular": "*", |
31 | | - "typescript": "~4.7.2" |
| 31 | + "typescript": "~4.9.0" |
32 | 32 | } |
33 | 33 | } |
0 commit comments