s00d / nuxt-i18n-micro

Nuxt I18n Micro is a fast, simple, and lightweight internationalization (i18n) module for Nuxt
https://s00d.github.io/nuxt-i18n-micro/
MIT License
87 stars 11 forks source link

Question: Unused dependencies #26

Closed tirojal closed 1 month ago

tirojal commented 1 month ago

Why there is ps-node@^0.1.6 as dependency and why pidusage@^3.0.2 as devDependency + corresponding @types/* packages

I found no use them in the code

s00d commented 1 month ago

These are leftovers from the old performance.test.ts when I was running processes through these dependencies, but over time I stopped using them and forgot to delete them. I’ve cleaned it up now, thank you.

I have to make a lot of changes, and I might forget something. If you find anything else, please let me know.

tirojal commented 1 month ago

@s00d found one more: execa

s00d commented 1 month ago

cleanup, thx