Merge branch 'dev'
All checks were successful
Lint / Lint (push) Successful in 29s

This commit is contained in:
Felix Schulze 2025-05-05 11:47:33 +02:00
commit b1090af605
2 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View File

@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.turbo/

View File

@ -35,8 +35,5 @@
"turbo": "2.5.2",
"typescript": "5.8.3"
},
"overrides": {
"@types/react": "19.1.2",
"@types/react-dom": "19.1.3"
}
"packageManager": "npm@11.3.0"
}