Skip to content

v0.14.0

Compare
Choose a tag to compare
@typicode typicode released this 25 Oct 20:41
· 270 commits to main since this release

To make things easier for people installing lowdb and because there's not much value in having lodash as a peer dependency, this version moves lodash back to dependencies (see #127)

How to migrate?

If you're not requiring lodash in your code, run the following command:

npm uninstall lodash --save

Or simply remove lodash from your dependencies in package.json