-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Upgrade to Angular 22 #3696
Copy link
Copy link
Open
Labels
comp: build/pipelineBuild, bundling, packaging, release pipeline.Build, bundling, packaging, release pipeline.type: featureNew capability or enhancement.New capability or enhancement.version: current (v17+)Targets the current modular API (v17+).Targets the current modular API (v17+).
Description
Activity
Metadata
Metadata
Assignees
Labels
comp: build/pipelineBuild, bundling, packaging, release pipeline.Build, bundling, packaging, release pipeline.type: featureNew capability or enhancement.New capability or enhancement.version: current (v17+)Targets the current modular API (v17+).Targets the current modular API (v17+).
I'm trying to upgrade my angular project to angular 22 from angular 21, and i got error
Package "@angular/fire" has an incompatible peer dependency to "@angular/common" (requires "^20.0.0" (extended), would install "22.0.0"). Package "@angular/fire" has an incompatible peer dependency to "@angular/core" (requires "^20.0.0" (extended), would install "22.0.0"). Package "@angular/fire" has an incompatible peer dependency to "@angular/platform-browser" (requires "^20.0.0" (extended), would install "22.0.0"). Package "@angular/fire" has an incompatible peer dependency to "@angular/platform-browser-dynamic" (requires "^20.0.0" (extended), would install "22.0.0").Could anyone help me? Because I don't find compatible version of @angular/fire for Angular 21. Thank you.