Open nuest opened 4 years ago
Fix deprecation warnings for ui
:
daniel@nuest ~/git/o2r/o2r-UI/ui/bindings [master]$ npm install
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
Fix deprecation warnings for bindings
:
daniel@nuest ~/git/o2r/o2r-UI/ui/bindings [master]$ npm install
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
It was not possible to update specific packages:
react-leaflet version 3 in combination with react-leaflet-draw: https://github.com/alex3165/react-leaflet-draw/issues/87
Formik version 2 since
I just ran
npm audit fix
and not all problems could be resolved: