update packages

This commit is contained in:
2026-03-20 13:47:53 -05:00
parent a11af16346
commit d2eea9880a
68 changed files with 6070 additions and 655 deletions

View File

@@ -13,17 +13,17 @@
"catalog": {
"@eslint/js": "^9.38.0",
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "^22.18.12",
"eslint": "^9.38.0",
"prettier": "^3.6.2",
"@types/node": "^22.19.15",
"eslint": "^9.39.4",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"zod": "^4.1.12"
"zod": "^4.3.6"
},
"catalogs": {
"convex": {
"@convex-dev/auth": "^0.0.81",
"convex": "^1.28.0"
"convex": "^1.33.1"
},
"react19": {
"@types/react": "~19.1.0",
@@ -55,12 +55,18 @@
},
"devDependencies": {
"@gib/prettier-config": "workspace:",
"@turbo/gen": "^2.7.4",
"baseline-browser-mapping": "^2.9.14",
"@turbo/gen": "^2.8.20",
"baseline-browser-mapping": "^2.10.8",
"dotenv-cli": "11.0.0",
"prettier": "catalog:",
"turbo": "^2.7.4",
"turbo": "^2.8.20",
"typescript": "catalog:"
},
"prettier": "@gib/prettier-config"
"prettier": "@gib/prettier-config",
"trustedDependencies": [
"@sentry/cli",
"core-js-pure",
"esbuild",
"sharp"
]
}