mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

Bugfix prop-types #831

Closed thekad closed 5 years ago

thekad commented 7 years ago

React 15.5 split off PropTypes to its own package prop-types. The way package.json specifies versions made it to download this new version and update several other dependencies. This is the least intrusive change I could come up with, fixing the version to 15.4.x and also pinning react-input-autosize because of JedWatson/react-input-autosize#84

thekad commented 5 years ago

This project has been abandoned it seems.