Skip to content

Commit d59ba31

Browse files
alan-agius4clydin
authored andcommitted
fix(@angular/pwa): add peer dependency on Angular CLI
The peer dependency is needed so that the correct version that mathes the installed Angular CLI is installated.
1 parent ffa9a06 commit d59ba31

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": "^14.0.0 || ^14.0.0-next || ^14.1.0-next"
21+
},
22+
"peerDependenciesMeta": {
23+
"@angular/cli": {
24+
"optional": true
25+
}
1826
}
1927
}

0 commit comments

Comments
 (0)