Skip to content

Commit 3d84497

Browse files
committed
fix(@angular/pwa): add peer dependency on Angular CLI
The peer dependency is needed so that the correct version that matches the installed Angular CLI is installed. (cherry picked from commit d59ba31) Closes angular#23343
1 parent 8e3b551 commit 3d84497

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/angular/pwa/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,13 @@
1515
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
1616
"@schematics/angular": "0.0.0-PLACEHOLDER",
1717
"parse5-html-rewriting-stream": "6.0.1"
18+
},
19+
"peerDependencies": {
20+
"@angular/cli": "^13.0.0"
21+
},
22+
"peerDependenciesMeta": {
23+
"@angular/cli": {
24+
"optional": true
25+
}
1826
}
1927
}

0 commit comments

Comments
 (0)