dxf-parser
dxf-parser copied to clipboard
package.json updates, fix typos in `README.md` and add some missing type annotations tsc was complaining about
See commit comments.
- The
package-lock.json
was out of date. And I noticed somenpm audit
vulnerabilities and some outdated packages. So I made updates. - I also fixed a few minor typos in the
README.md
- And I noticed some missing type annotations. These types were specified in jsdoc, but not as typescript return types.
I just noticed (after the fact) that you have a bunch of PRs created by bot
that were probably automated. I think it is better to take this PR because I did the updates carefully by hand with a combination of npm install
and npm audit fix
...
Note: I chose node v16 for .node-version
and .nvmrc
because there are breaking changes in v17...
You may have some feedback for engines
in package.json
and want to support a wider range?