Grok 5 updates

This commit is contained in:
2026-07-14 08:33:44 +01:00
parent 3b5fba4063
commit 79c5b896fe
21 changed files with 1211 additions and 61 deletions
+4 -2
View File
@@ -16,7 +16,8 @@
"@types/inquirer": "^9.0.9",
"@types/lodash": "^4.17.24",
"@types/mysql": "^2.15.27",
"@types/node": "^25.3.3"
"@types/node": "^25.3.3",
"@types/sanitize-html": "^2.16.1"
},
"peerDependencies": {
"typescript": "^5"
@@ -37,6 +38,7 @@
"inquirer": "^13.3.2",
"lodash": "^4.17.23",
"mariadb": "^3.5.3",
"mysql": "^2.18.1"
"mysql": "^2.18.1",
"sanitize-html": "^2.17.6"
}
}