Closed gschulze closed 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 😃
Upgraded most dependencies of the cli module to their latest version. Removed redundant
@types/*
packages and moved remaining type packages todevDependencies
, as they are not required at runtime.Resolves https://github.com/mirego/accent/issues/343