|
7 | 7 | "start": "ng serve", |
8 | 8 | "build": "ng build", |
9 | 9 | "watch": "ng build --watch --configuration development", |
10 | | - "test": "npx playwright test" |
| 10 | + "test": "npx playwright test", |
| 11 | + "typecheck": "tsc --noEmit" |
11 | 12 | }, |
12 | 13 | "dependencies": { |
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 | | - "rxjs": "~7.8.0", |
22 | | - "tslib": "^2.3.0", |
23 | | - "zone.js": "~0.12.0" |
| 14 | + "@analogjs/vite-plugin-angular": "1.17.0", |
| 15 | + "@angular/animations": "17.3.8", |
| 16 | + "@angular/common": "17.3.8", |
| 17 | + "@angular/compiler": "17.3.8", |
| 18 | + "@angular/core": "17.3.8", |
| 19 | + "@angular/forms": "17.3.8", |
| 20 | + "@angular/platform-browser": "17.3.8", |
| 21 | + "@angular/platform-browser-dynamic": "17.3.8", |
| 22 | + "@angular/router": "17.3.8", |
| 23 | + "rxjs": "7.8.1", |
| 24 | + "tslib": "2.6.2", |
| 25 | + "zone.js": "0.14.5" |
24 | 26 | }, |
25 | 27 | "devDependencies": { |
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.41.2", |
30 | 28 | "@sand4rt/experimental-ct-angular": "workspace:*", |
31 | | - "typescript": "~4.9.4" |
| 29 | + "@angular-devkit/build-angular": "17.3.7", |
| 30 | + "@angular/cli": "17.3.7", |
| 31 | + "@angular/compiler-cli": "17.3.8", |
| 32 | + "typescript": "5.4.3" |
32 | 33 | } |
33 | 34 | } |
0 commit comments