moscajs / aedes-persistence

In-memory implementation of an Aedes persistence, with abstract tests
MIT License
13 stars 22 forks source link

chore: update dependencies #81

Closed seriousme closed 2 years ago

seriousme commented 2 years ago

This PR updates all dependencies to the most current version

It also adds @types/node as npm test failed because of this module missing.

As Standard 16 is more strict than Standard 15 I also applied standard --fix hence the changes to persistence.js and abstract.js No manual edits have been applied.

My plan is to do modernization (like the one done on aedes-persistence-level) in a seperate PR after this PR has been merged so I can start at a current version.

Kind regards, Hans