feat(angular): update peer dependencies for Angular to support version 21.x (#3807)

This commit is contained in:
Jeevan Mahesha
2025-11-21 15:07:24 +05:30
committed by GitHub
parent 86957f0205
commit a3886eb829

View File

@@ -74,7 +74,7 @@
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "13.x - 20.x", "@angular/common": "13.x - 21.x",
"@angular/core": "13.x - 20.x" "@angular/core": "13.x - 21.x"
} }
} }