|
10 | 10 | }, |
11 | 11 | "private": true, |
12 | 12 | "dependencies": { |
13 | | - "@angular/animations": "^21.2.18", |
14 | | - "@angular/common": "^21.2.18", |
15 | | - "@angular/compiler": "^21.2.18", |
16 | | - "@angular/core": "^21.2.18", |
17 | | - "@angular/forms": "^21.2.18", |
18 | | - "@angular/platform-browser": "^21.2.18", |
19 | | - "@angular/platform-browser-dynamic": "^21.2.18", |
20 | | - "@angular/router": "^21.2.18", |
21 | | - "@fortawesome/angular-fontawesome": "^4.0.0", |
| 13 | + "@angular/animations": "^22.0.8", |
| 14 | + "@angular/common": "^22.0.8", |
| 15 | + "@angular/compiler": "^22.0.8", |
| 16 | + "@angular/core": "^22.0.8", |
| 17 | + "@angular/forms": "^22.0.8", |
| 18 | + "@angular/platform-browser": "^22.0.8", |
| 19 | + "@angular/platform-browser-dynamic": "^22.0.8", |
| 20 | + "@angular/router": "^22.0.8", |
| 21 | + "@fortawesome/angular-fontawesome": "^5.1.0", |
22 | 22 | "angular-font-awesome": "^3.1.2", |
23 | 23 | "express": "^4.19.2", |
24 | 24 | "rxjs": "~7.8.0", |
25 | 25 | "tslib": "^2.3.0", |
26 | 26 | "zone.js": "~0.15.1" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@angular-devkit/build-angular": "^21.2.19", |
30 | | - "@angular/cli": "^21.2.19", |
31 | | - "@angular/compiler-cli": "^21.2.18", |
| 29 | + "@angular-devkit/build-angular": "^22.0.8", |
| 30 | + "@angular/cli": "^22.0.8", |
| 31 | + "@angular/compiler-cli": "^22.0.8", |
32 | 32 | "@types/jasmine": "~5.1.0", |
33 | 33 | "autoprefixer": "^10.4.19", |
| 34 | + "istanbul-lib-instrument": "^6.0.3", |
34 | 35 | "jasmine-core": "~5.1.0", |
35 | 36 | "karma": "~6.4.0", |
36 | 37 | "karma-chrome-launcher": "~3.2.0", |
|
39 | 40 | "karma-jasmine-html-reporter": "~2.1.0", |
40 | 41 | "postcss": "^8.4.38", |
41 | 42 | "tailwindcss": "^3.4.1", |
42 | | - "typescript": "~5.9.3" |
| 43 | + "typescript": "~6.0.3" |
43 | 44 | } |
44 | 45 | } |
0 commit comments