Skip to content

Commit c7f994f

Browse files
alan-agius4clydin
authored andcommittedJun 10, 2022
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 #23343
1 parent 8f5a20a commit c7f994f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎packages/angular/pwa/package.json

+8
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)
Please sign in to comment.