|
7 | 7 | "build": "ng build" |
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | | - "@angular/animations": "^21.0.3", |
11 | | - "@angular/common": "^21.0.3", |
12 | | - "@angular/compiler": "^21.0.3", |
13 | | - "@angular/core": "^21.0.3", |
14 | | - "@angular/forms": "^21.0.3", |
15 | | - "@angular/platform-browser": "^21.0.3", |
16 | | - "@angular/router": "^21.0.3", |
| 10 | + "@angular/common": "^21.1.0", |
| 11 | + "@angular/compiler": "^21.1.0", |
| 12 | + "@angular/core": "^21.1.0", |
| 13 | + "@angular/forms": "^21.1.0", |
| 14 | + "@angular/platform-browser": "^21.1.0", |
| 15 | + "@angular/router": "^21.0.0", |
17 | 16 | "rxjs": "^7.8.1", |
18 | | - "tslib": "^2.5.0", |
19 | | - "zone.js": "^0.16.0" |
| 17 | + "tslib": "^2.5.0" |
20 | 18 | }, |
21 | 19 | "devDependencies": { |
22 | | - "@angular/build": "^21.0.2", |
23 | | - "@angular/cli": "^21.0.2", |
24 | | - "@angular/compiler-cli": "^21.0.3", |
| 20 | + "@angular/build": "^21.1.0", |
| 21 | + "@angular/cli": "^21.1.0", |
| 22 | + "@angular/compiler-cli": "^21.1.0", |
25 | 23 | "typescript": "^5.9.3" |
26 | 24 | } |
27 | 25 | } |
0 commit comments