packages updated
All checks were successful
Code Analysis and Production Deploy / analyze (push) Successful in 10m32s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 3m50s

This commit is contained in:
Torsten Schulz (local)
2026-08-12 12:22:22 +02:00
parent 0475e3084d
commit 51e59e85ef
3 changed files with 2533 additions and 721 deletions

View File

@@ -219,7 +219,10 @@
>
<span class="text-sm text-gray-800">{{ team.label }}</span>
</label>
<p v-if="!spielplanTeams.length" class="px-4 py-3 text-sm text-gray-500">
<p
v-if="!spielplanTeams.length"
class="px-4 py-3 text-sm text-gray-500"
>
Noch keine importierten Spielplan-Teams verfügbar.
</p>
</div>

3243
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,12 +40,12 @@
"jsonwebtoken": "^9.0.2",
"multer": "^2.0.2",
"nodemailer": "^9.0.1",
"nuxt": "^4.1.3",
"nuxt": "^4.5.1",
"pdf-lib": "^1.17.1",
"pdf-parse": "^2.4.5",
"pinia": "^3.0.3",
"quill": "^2.0.2",
"sharp": "^0.34.5",
"quill": "2.0.2",
"sharp": "^0.35.3",
"vue": "^3.5.22"
},
"devDependencies": {