build(deps): Updated node to 22 and others to latest except eslint (because of airbnb)

This commit is contained in:
2025-01-02 14:05:53 +01:00
parent 2d71d81e2d
commit 283c25681b
4 changed files with 14697 additions and 9619 deletions

6
.husky/commit-msg Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit "$1"
npm run lint:staged
npm run test