Skip to content

Commit

Permalink
fix(@angular/pwa): add peer dependency on Angular CLI
Browse files Browse the repository at this point in the history
The peer dependency is needed so that the correct version that matches the installed Angular CLI is installed.

(cherry picked from commit d59ba31)

Closes #23343
  • Loading branch information
alan-agius4 authored and clydin committed Jun 10, 2022
1 parent 8f5a20a commit c7f994f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/angular/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
"@schematics/angular": "0.0.0-PLACEHOLDER",
"parse5-html-rewriting-stream": "6.0.1"
},
"peerDependencies": {
"@angular/cli": "^13.0.0"
},
"peerDependenciesMeta": {
"@angular/cli": {
"optional": true
}
}
}

0 comments on commit c7f994f

Please sign in to comment.