- replace lodash
_.has
byObject.prototype.hasOwnProperty.call
- add unit test from legacy project dagre-3d
- code formatting with prettier
- update dev dependencies (notably vitest from 0.2 to 2.1)
Replacing _.has
allows a better types generation from typescript.