IgniteUI / igniteui-cli

Ignite UI Command-Line Interface by Infragistics

Home Page:https://bit.ly/2L19rhp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jszip core-js codelyzer dependencies are unnecessary in newly generated Angular projects

kdinev opened this issue · comments

Description

There's dependency on two packages (jszip, core-js, codelyzer) that are no longer needed.

  • Ignite UI CLI version: 11.0.1
  • Framework: Angular
  • Project type: igx-ts

Steps to reproduce

  1. Generate a new angular project
  2. See the dependencies in package.json

Result

Two unnecessary dependencies are there.

Expected result

There should be no unused dependencies.

Attachments

https://github.com/IgniteUI/igniteui-angular/blob/master/CHANGELOG.md#1420
Remove also igniteui-theming reference.