looking at the dependencies, for example
@coreui/[email protected]
└─┬ @typescript-eslint/[email protected]
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]
Shouldn't this @typesciprt-eslint be in dev dependencies? Trying to remove production vulenerabilities from my repo and this is coming up in npm audit --production.
looking at the dependencies, for example
@coreui/[email protected]
└─┬ @typescript-eslint/[email protected]
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]
Shouldn't this @typesciprt-eslint be in dev dependencies? Trying to remove production vulenerabilities from my repo and this is coming up in
npm audit --production.