Update repo

This commit is contained in:
2026-01-10 12:01:28 -05:00
parent 235c928dc5
commit 843b264c61
22 changed files with 680 additions and 336 deletions

View File

@@ -15,6 +15,7 @@
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "^22.18.12",
"eslint": "^9.38.0",
"openai": "^6.16.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
@@ -26,10 +27,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,11 +56,11 @@
},
"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",
"typescript": "catalog:"
"prettier": "^3.7.4",
"turbo": "^2.7.3",
"typescript": "^5.9.3"
},
"prettier": "@gib/prettier-config"
}