Skip to content

Commit b8f49e2

Browse files
committed
update angular to v21
1 parent 3683dfc commit b8f49e2

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

generators/angular/resources/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@angular/common": "20.3.12",
3+
"@angular/common": "21.0.0",
44
"@fortawesome/angular-fontawesome": "3.0.0",
55
"@fortawesome/fontawesome-svg-core": "7.1.0",
66
"@fortawesome/free-solid-svg-icons": "7.1.0",
@@ -15,16 +15,16 @@
1515
"rxjs": "7.8.2",
1616
"sockjs-client": "1.6.1",
1717
"tslib": "2.8.1",
18-
"zone.js": "0.15.1"
18+
"zone.js": "0.16.0"
1919
},
2020
"devDependencies": {
2121
"@angular-architects/module-federation": "20.0.0",
2222
"@angular-architects/module-federation-runtime": "20.0.0",
2323
"@angular-builders/custom-esbuild": "20.0.0",
2424
"@angular-builders/custom-webpack": "20.0.0",
2525
"@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",
2828
"@eslint/js": "9.39.1",
2929
"@types/folder-hash": "4.0.4",
3030
"@types/jest": "29.5.14",
@@ -61,5 +61,15 @@
6161
"webpack-merge": "6.0.1",
6262
"webpack-notifier": "1.15.0"
6363
},
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+
},
6474
"packageManager": "npm@11"
6575
}

0 commit comments

Comments
 (0)