Lint and update

This commit is contained in:
2025-09-02 20:20:04 +01:00
parent 37d9f83c92
commit b12c05f3b6
20 changed files with 6815 additions and 6327 deletions

View File

@@ -19,6 +19,7 @@
"devDependencies": {
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"prettier": "^3.6.2",
"ts-jest": "^27.1.3",
"ts-standard": "^11.0.0",
"typescript": "^4.5.5"
@@ -30,7 +31,7 @@
}
},
"dependencies": {
"uuid": "^8.3.2",
"@types/uuid": "^8.3.4"
"@types/uuid": "^8.3.4",
"uuid": "^8.3.2"
}
}