chore: bump deps

This commit is contained in:
2026-03-13 15:55:25 -04:00
parent 893f4c1b76
commit c021b8157b
30 changed files with 158 additions and 163 deletions
+26 -24
View File
@@ -1,29 +1,31 @@
{
"name": "sofa-monorepo",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "bun@1.3.10",
"catalog": {
"@better-auth/expo": "1.5.5",
"@orpc/client": "1.13.6",
"@orpc/contract": "1.13.6",
"@orpc/tanstack-query": "1.13.6",
"@tanstack/react-query": "5.90.21",
"@types/bun": "1.3.10",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"better-auth": "1.5.5",
"date-fns": "4.1.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "3.5.0",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"zod": "4.3.6"
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"@better-auth/expo": "1.5.5",
"@orpc/client": "1.13.7",
"@orpc/contract": "1.13.7",
"@orpc/tanstack-query": "1.13.7",
"@tanstack/react-query": "5.90.21",
"@types/bun": "1.3.10",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"better-auth": "1.5.5",
"date-fns": "4.1.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "3.5.0",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"zod": "4.3.6"
}
},
"packageManager": "bun@1.3.10",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
@@ -33,8 +35,8 @@
"test": "turbo run test"
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"turbo": "2.8.16",
"@biomejs/biome": "2.4.7",
"turbo": "2.8.17",
"typescript": "catalog:"
}
}