|
10 | 10 | }, |
11 | 11 | "private": true, |
12 | 12 | "dependencies": { |
13 | | - "@angular/animations": "^18.2.14", |
14 | | - "@angular/common": "^18.2.14", |
15 | | - "@angular/compiler": "^18.2.14", |
16 | | - "@angular/core": "^18.2.14", |
17 | | - "@angular/forms": "^18.2.14", |
18 | | - "@angular/platform-browser": "^18.2.14", |
19 | | - "@angular/platform-browser-dynamic": "^18.2.14", |
20 | | - "@angular/router": "^18.2.14", |
21 | | - "angular-oauth2-oidc": "^17.0.2", |
| 13 | + "@angular/animations": "^21.1.1", |
| 14 | + "@angular/common": "^21.1.1", |
| 15 | + "@angular/compiler": "^21.1.1", |
| 16 | + "@angular/core": "^21.1.1", |
| 17 | + "@angular/forms": "^21.1.1", |
| 18 | + "@angular/platform-browser": "^21.1.1", |
| 19 | + "@angular/platform-browser-dynamic": "^21.1.1", |
| 20 | + "@angular/router": "^21.1.1", |
| 21 | + "angular-oauth2-oidc": "^20.0.2", |
22 | 22 | "jwt-decode": "^4.0.0", |
23 | 23 | "rxjs": "~7.8.2", |
24 | 24 | "tslib": "^2.8.1", |
25 | | - "zone.js": "~0.14.10" |
| 25 | + "zone.js": "~0.16.0" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@angular-devkit/build-angular": "^18.2.21", |
29 | | - "@angular/cli": "^18.2.21", |
30 | | - "@angular/compiler-cli": "^18.2.14", |
31 | | - "@types/jasmine": "~5.1.15", |
| 28 | + "@angular-devkit/build-angular": "^21.1.1", |
| 29 | + "@angular/cli": "^21.1.1", |
| 30 | + "@angular/compiler-cli": "^21.1.1", |
| 31 | + "@types/jasmine": "~6.0.0", |
32 | 32 | "autoprefixer": "^10.4.23", |
33 | | - "jasmine-core": "~5.1.2", |
| 33 | + "jasmine-core": "~6.0.1", |
34 | 34 | "karma": "~6.4.4", |
35 | 35 | "karma-chrome-launcher": "~3.2.0", |
36 | 36 | "karma-coverage": "~2.2.1", |
37 | 37 | "karma-jasmine": "~5.1.0", |
38 | 38 | "karma-jasmine-html-reporter": "~2.1.0", |
39 | 39 | "postcss": "^8.5.6", |
40 | | - "tailwindcss": "^3.4.19", |
41 | | - "typescript": "~5.5.4" |
| 40 | + "tailwindcss": "^4.1.18", |
| 41 | + "typescript": "~5.9.3" |
42 | 42 | } |
43 | 43 | } |
0 commit comments