tophat / jenkins-timeline-plugin

A build timeline to facilitate the inspection of Jenkins pipelines and identify bottlenecks.
https://jenkinstimeline.com
Apache License 2.0
34 stars 11 forks source link

Problematic dependency on `create-react-app` #65

Open mcataford opened 5 years ago

mcataford commented 5 years ago

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.