kwing25 / Women-Who-ve-Changed-Tech

Updates coming soon 2023... Women Tech Pioneers API & React App 👩🏻‍💻. List of amazing Female Tech & STEM Pioneers. Contributions to the list are welcome!
MIT License
7 stars 13 forks source link

📦⚠️ NPM Dependencies Issues- Missing/Unused packages - Update #46

Closed kwing25 closed 2 years ago

kwing25 commented 2 years ago

💬 Various NPM packages need to be updated/removed/or fixed. Did npm update and was able to fix some but still have more to go through.

Used depcheck to check for unused dependencies. Here are the results-

Unused dependencies
* @fortawesome/fontawesome-free
* @testing-library/user-event
* bootstrap
* sass
* sass-loader
Missing dependencies
* eslint-config-react-app: ./package.json
* @typescript-eslint/parser: ./package.json
* eslint-plugin-import: ./package.json
* eslint-plugin-flowtype: ./package.json
* eslint-plugin-jsx-a11y: ./package.json
* eslint-plugin-react-hooks: ./package.json
* @typescript-eslint/eslint-plugin: ./package.json
* babel-eslint: ./package.json
* eslint-plugin-react: ./package.json
* eslint-plugin-jest: ./package.json
* eslint-plugin-testing-library: ./package.json

☞ Good issue for anyone that knows node packages

Siddharth9890 commented 2 years ago

I can take a look at this so basically we need to update the packages if possible and remove the unused ones am i right?

kwing25 commented 2 years ago

I can take a look at this so basically we need to update the packages if possible and remove the unused ones am i right?

@Siddharth9890 yes the old unused dependencies can be removed.

46

kwing25 commented 2 years ago

Assigning issue #46 to @Siddharth9890.