Refactoring
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2025-01-16 22:50:44 +01:00
parent 709d1d4e21
commit bdb41a6975
6 changed files with 9 additions and 8 deletions

View File

@@ -7,6 +7,8 @@
"clean:node": "rm -rf node_modules"
},
"devDependencies": {
"npm-check-updates": "^17.1.13"
"npm-check-updates": "^17.1.13",
"npm-sort": "^0.0.4",
"typescript": "^5.7.3"
}
}