|
1 | 1 | { |
2 | 2 | "dependencies": { |
3 | | - "@angular/common": "20.3.12", |
| 3 | + "@angular/common": "21.0.0", |
4 | 4 | "@fortawesome/angular-fontawesome": "3.0.0", |
5 | 5 | "@fortawesome/fontawesome-svg-core": "7.1.0", |
6 | 6 | "@fortawesome/free-solid-svg-icons": "7.1.0", |
|
15 | 15 | "rxjs": "7.8.2", |
16 | 16 | "sockjs-client": "1.6.1", |
17 | 17 | "tslib": "2.8.1", |
18 | | - "zone.js": "0.15.1" |
| 18 | + "zone.js": "0.16.0" |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | 21 | "@angular-architects/module-federation": "20.0.0", |
22 | 22 | "@angular-architects/module-federation-runtime": "20.0.0", |
23 | 23 | "@angular-builders/custom-esbuild": "20.0.0", |
24 | 24 | "@angular-builders/custom-webpack": "20.0.0", |
25 | 25 | "@angular-builders/jest": "20.0.0", |
26 | | - "@angular/build": "20.3.10", |
27 | | - "@angular/cli": "20.3.10", |
| 26 | + "@angular/build": "21.0.0", |
| 27 | + "@angular/cli": "21.0.0", |
28 | 28 | "@eslint/js": "9.39.1", |
29 | 29 | "@types/folder-hash": "4.0.4", |
30 | 30 | "@types/jest": "29.5.14", |
|
61 | 61 | "webpack-merge": "6.0.1", |
62 | 62 | "webpack-notifier": "1.15.0" |
63 | 63 | }, |
| 64 | + "overrides": { |
| 65 | + "@angular-devkit/architect": ">=0.2100.0 < 0.2200.0", |
| 66 | + "@angular-devkit/build-angular": "$@angular/cli", |
| 67 | + "@angular-devkit/core": "$@angular/cli", |
| 68 | + "@angular/build": "$@angular/build", |
| 69 | + "@angular/core": "$@angular/core", |
| 70 | + "@angular/common": "$@angular/common", |
| 71 | + "@angular/compiler-cli": "$@angular/core", |
| 72 | + "@angular/platform-browser-dynamic": "$@angular/core" |
| 73 | + }, |
64 | 74 | "packageManager": "npm@11" |
65 | 75 | } |
0 commit comments