gbowne1 / TwitchBot

A MERN full stack TwitchBot
MIT License
7 stars 9 forks source link

[TODO] Update the server side / backend / database / ORM packages #15

Open gbowne1 opened 5 months ago

gbowne1 commented 5 months ago

Some of the backend packages are still out of date

npm outdated on the server side will show the outdated packages.. npm update to update them.

Push up the updates.

gbowne1 commented 4 months ago

@jarmentor @Sky-De @Amrani-Farouk-Hossam-Eddine

This should ideally be done with dependabot workflow/action. I will try and push package updates soon at least so our branch is up to date.

Also about branches, we should be using a origin/main, origin/master and origin/test and some feature branches. main being working dev branch, master is production & backup branch and test would be a place to commit untested code.

Ideas thoughts comments concerns?

We should also soon start using GitHub releases.