Compare commits

..

No commits in common. "b1090af605bb343e40c2a8a9f9c823e289385f1e" and "11e225331727721a0109b037642385149723fdd7" have entirely different histories.

2 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

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