Skip to content

Commit

Permalink
fix: add ngneat dependencies to command install
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrobin committed Jan 2, 2024
1 parent afb596c commit 4995b0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions libs/cli/src/generators/ui/supported-ui-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@
"internalName": "ui-command-helm",
"peerDependencies": {
"@angular/core": "^17.0.0",
"@spartan-ng/ui-core": "0.0.1-alpha.319",
"clsx": "^1.2.1"
"@spartan-ng/ui-core": "0.0.1-alpha.318",
"clsx": "^1.2.1",
"@ngneat/cmdk": "^2.0.0",
"@ngneat/overview": "^5.1.1",
"@ngneat/until-destroy": "^9.2.3"
}
},
"dialog": {
Expand Down

0 comments on commit 4995b0a

Please sign in to comment.