Compare commits

...

2 Commits

Author SHA1 Message Date
b1090af605 Merge branch 'dev'
All checks were successful
Lint / Lint (push) Successful in 29s
2025-05-05 11:47:33 +02:00
aa759d41b8 fix package.json
All checks were successful
Lint / Lint (push) Successful in 32s
2025-05-05 11:47:24 +02:00
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"
}