mirego / accent

The first developer-oriented translation tool. True asynchronous flow between translators and your team.
https://www.accent.reviews
BSD 3-Clause "New" or "Revised" License
1.29k stars 97 forks source link

feat: Upgrade CLI dependencies #344

Closed gschulze closed 1 year ago

gschulze commented 1 year ago

Upgraded most dependencies of the cli module to their latest version. Removed redundant @types/* packages and moved remaining type packages to devDependencies, as they are not required at runtime.

Resolves https://github.com/mirego/accent/issues/343

simonprev commented 1 year ago

Hey @gschulze , I fixed the typings and merged your commit here: https://github.com/mirego/accent/commit/8f3f1c5b64765aae63aab66f5118f653c048dcc4

There were some issues with oclif and TypeScript >= 4.8 😢

Thanks for the help 😃