Saas-Starter-Kit / SAAS-Starter-Kit-Pro

A boilerplate for building Software-as-Service (SAAS) apps with Reactjs, and Nodejs
https://www.saasstarterkit.com/
MIT License
598 stars 139 forks source link

5 depreciated packages including request, har0validator, urix and etc. #16

Closed SkyYap closed 1 year ago

SkyYap commented 2 years ago

I tried npm install and found these:

npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, 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 urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

I think we should remove these dependencies and change to alternate packages.

joeybolohan commented 1 year ago

This would be a great help. Please