exoframejs / exoframe

Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
https://exoframejs.github.io/exoframe/
1.14k stars 57 forks source link

Update dependencies #316

Closed FDiskas closed 3 years ago

FDiskas commented 3 years ago

Introduced engines and nvmrc. This is for development. Currently there was workspaces used in package.json witch is only available on npm7. And npm7 comes with node 15. So in case anybody is using nvm it's easy to switch nvm use to project node version.

Also there was a prettier config within eslint - and it is redundant. The configuration is taken from .prettierrc by default.

Also for some reason test with snapshot was failing. I was using Windows and this could be the reason :/

yamalight commented 3 years ago

Looks good, thanks! 👍