General fixes. Still far from good or working

This commit is contained in:
2026-01-11 13:21:01 -05:00
parent 0a361f51a1
commit 67daefb919
83 changed files with 733 additions and 1053 deletions

View File

@@ -26,10 +26,10 @@
"convex": "^1.28.0"
},
"react19": {
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"react": "^19.1.1",
"react-dom": "19.1.1"
"@types/react": "~19.1.0",
"@types/react-dom": "~19.1.0",
"react": "^19.1.4",
"react-dom": "19.1.4"
}
},
"scripts": {
@@ -55,10 +55,10 @@
},
"devDependencies": {
"@gib/prettier-config": "workspace:",
"@turbo/gen": "^2.5.8",
"@turbo/gen": "^2.7.3",
"dotenv-cli": "^10.0.0",
"prettier": "catalog:",
"turbo": "^2.5.8",
"turbo": "^2.7.3",
"typescript": "catalog:"
},
"prettier": "@gib/prettier-config"