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

No need for react-native-get-random-values lib

mystoev opened this issue · comments

Description

When you bootstrap a project with the CLI, there is this dependency: react-native-get-random-values. It's not being used anywhere, so it might as well be removed.

  • Ignite UI CLI version: 12.1.0-beta.1
  • Framework: React
  • Project type: igr-ts

Steps to reproduce

  1. Run the CLI and configure a React with TS project

Result

Open the package.json and notice that there is the react-native-get-random-values dependency.

Expected result

The react-native-get-random-values should not be in the package.json and not installed.