4 Commits

Author SHA1 Message Date
a48c65bfb8 Merge pull request 'dev' (#20) from dev into main
All checks were successful
Code Analysis and Production Deploy / analyze (push) Has been skipped
Code Analysis and Production Deploy / deploy-production (push) Successful in 2m0s
Code Analysis and Production Deploy / deploy-test (push) Has been skipped
Reviewed-on: #20
2026-05-20 11:46:54 +02:00
Torsten Schulz (local)
fdf72bdb96 chore: ensure npm 10.9.7 in engines, add build script, remove npm dep
Some checks failed
Code Analysis and Production Deploy / analyze (push) Has been skipped
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 1m59s
Code Analysis and Production Deploy / analyze (pull_request) Failing after 2m40s
Code Analysis and Production Deploy / deploy-production (pull_request) Has been skipped
Code Analysis and Production Deploy / deploy-test (pull_request) Has been skipped
Require Package Version Change / check (pull_request) Failing after 8s
2026-05-20 11:38:30 +02:00
Torsten Schulz (local)
dbcc55d7fc Aktualisiere die Version auf 1.4.4 und stelle sicher, dass npm auf die Version 10.9.7 gesetzt ist
Some checks failed
Code Analysis and Production Deploy / analyze (push) Has been skipped
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Failing after 34s
2026-05-20 11:34:48 +02:00
Torsten Schulz (local)
f8a0370910 chore: regenerate package-lock using npm@10.9.7 for CI compatibility
Some checks failed
Code Analysis and Production Deploy / analyze (push) Has been skipped
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Failing after 36s
2026-05-20 11:33:37 +02:00
2 changed files with 2598 additions and 3 deletions

2595
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +1,16 @@
{
"name": "harheimertc-website",
"version": "1.4.3",
"version": "1.4.4",
"description": "Moderne Webseite für den Harheimer Tischtennis Club",
"private": true,
"type": "module",
"engines": {
"node": ">=22.12.0",
"npm": ">=10"
"npm": "10.9.7"
},
"scripts": {
"dev": "nuxt dev --port 3100",
"version": "1.4.3",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview --port 3100",
"start": "nuxt start --port 3100",