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 mathes the installed Angular CLI is installated.

(cherry picked from commit d59ba31)
  • Loading branch information
alan-agius4 authored and clydin committed Jun 7, 2022
1 parent e223890 commit cfd264d
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": "^14.0.0 || ^14.0.0-next || ^14.1.0-next"
},
"peerDependenciesMeta": {
"@angular/cli": {
"optional": true
}
}
}

0 comments on commit cfd264d

Please sign in to comment.