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

This commit is contained in:
Jeevan
2025-06-01 11:52:28 +05:30
committed by GitHub
parent 22a43cbdeb
commit f69c760598

View File

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