Merge remote-tracking branch 'mkljczk/develop' into develop

This commit is contained in:
mkljczk
2025-01-27 15:16:54 +01:00
4 changed files with 119 additions and 24 deletions

View File

@ -18,7 +18,7 @@
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@stylistic/eslint-plugin": "^2.12.1",
"@stylistic/eslint-plugin": "^3.0.0",
"@types/http-link-header": "^1.0.7",
"@types/lodash.omit": "^4.5.9",
"@types/lodash.pick": "^4.4.9",
@ -32,10 +32,10 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-promise": "^7.2.1",
"typedoc": "^0.27.6",
"typedoc-material-theme": "^1.2.0",
"typedoc-material-theme": "^1.3.0",
"typedoc-plugin-valibot": "^1.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vite-plugin-dts": "^4.5.0",
"ws": "^8.18.0"
},