|
11 | 11 | "private": true, |
12 | 12 | "dependencies": { |
13 | 13 | "@angular/cdk": "next", |
14 | | - "@angular/common": "^21.0.0", |
15 | | - "@angular/compiler": "^21.0.0", |
16 | | - "@angular/core": "^21.0.0", |
17 | | - "@angular/forms": "^21.0.0", |
| 14 | + "@angular/common": "^22.0.0-next.9", |
| 15 | + "@angular/compiler": "^22.0.0-next.9", |
| 16 | + "@angular/core": "^22.0.0-next.9", |
| 17 | + "@angular/forms": "^22.0.0-next.9", |
18 | 18 | "@angular/material": "next", |
19 | | - "@angular/platform-browser": "^21.0.0", |
20 | | - "@angular/router": "^21.0.0", |
| 19 | + "@angular/platform-browser": "^22.0.0-next.9", |
| 20 | + "@angular/router": "^22.0.0-next.9", |
21 | 21 | "glob": "latest", |
22 | 22 | "rxjs": "~7.8.0", |
23 | 23 | "tslib": "^2.3.0", |
24 | 24 | "zone.js": "^0.16.0" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@angular/build": "^21.0.3", |
28 | | - "@angular/cli": "^21.0.3", |
29 | | - "@angular/compiler-cli": "^21.0.0", |
| 27 | + "@angular/build": "^22.0.0-next.6", |
| 28 | + "@angular/cli": "^22.0.0-next.6", |
| 29 | + "@angular/compiler-cli": "^22.0.0-next.9", |
30 | 30 | "jsdom": "^27.1.0", |
31 | | - "typescript": "~5.9.2", |
| 31 | + "typescript": "~6.0.2", |
32 | 32 | "vitest": "^4.0.8" |
33 | 33 | } |
34 | 34 | } |
0 commit comments