tophat / jenkins-timeline-plugin

A build timeline to facilitate the inspection of Jenkins pipelines and identify bottlenecks.

Home Page:https://jenkinstimeline.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problematic dependency on `create-react-app`

mcataford opened this issue · comments

commented

Describe the bug
GK's initial PR (#64) bumped eslint and caused make test_webapp to fail. This was due to eslint needing to be pinned to 5.6 by create-react-app. This dependency is weird and we shouldn't ignore eslint updates because of it.

Expected behavior
Be able to update eslint (and others).

Additional context
This can probably be solved by ejecting the app.