Skip to content

Draft: Update dependencies

Nicolas Frandeboeuf requested to merge nicofrand/kresus:updateDependencies into main

Some dependencies are either buggy, too recent, or require too much work

Package          Current Wanted Latest Package Type    URL                                             
rc-slider        9.7.5   9.7.5  10.0.0 devDependencies http://github.com/react-component/slider/       
react-router-dom 5.3.1   5.3.1  6.3.0  devDependencies https://reactrouter.com/                        
react-toastify   8.2.0   8.2.0  9.0.1  devDependencies https://github.com/fkhadra/react-toastify#readme
typeorm          0.2.39  0.2.45 0.3.6  dependencies    https://github.com/typeorm/typeorm#readme 

: It's still a draft "only" because:

  • Following React update (maybe the concurrent mode) the loading icon when the app starts shift from the center to the left.
  • Engine needs to be set to 14+ for mocha 10 (if we agree the commit for node 12 should be modified and placed before the mocha upgrade)
Edited by Nicolas Frandeboeuf

Merge request reports