Update dependencies #83

Open
thepaperpilot wants to merge 34 commits from thepaperpilot/Profectus:feat/update-deps into main
2 changed files with 10 additions and 7 deletions
Showing only changes of commit 528e703c88 - Show all commits

View file

@ -104,6 +104,9 @@ watch(hasWon, hasWon => {
}
});
setInterval(() => {
setInterval(
() => {
state.mouseActivity = [...state.mouseActivity.slice(-7), false];
}, 1000 * 60 * 60);
},
1000 * 60 * 60
);