bcherny / json-schema-to-typescript

Compile JSON Schema to TypeScript type declarations
https://bcherny.github.io/json-schema-to-typescript-browser/
MIT License
2.95k stars 392 forks source link

Remove unused dependency #617

Closed benmccann closed 3 months ago

benmccann commented 3 months ago

Also fixes two deprecation warnings:

npm warn deprecated @types/rimraf@4.0.5: This is a stub types definition. rimraf provides its own type definitions, so you do not need this installed.
npm warn deprecated @types/mkdirp@2.0.0: This is a stub types definition. mkdirp provides its own type definitions, so you do not need this installed.
bcherny commented 3 months ago

Thanks!