Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7f994f

Browse filesBrowse 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 matches the installed Angular CLI is installed. (cherry picked from commit d59ba31) Closes #23343
1 parent 8f5a20a commit c7f994f
Copy full SHA for c7f994f

File tree

1 file changed

+8
-0
lines changed
Filter options

1 file changed

+8
-0
lines changed

‎packages/angular/pwa/package.json

Copy file name to clipboardExpand all lines: packages/angular/pwa/package.json
+8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.