refactor(deps): migrate dependencies to catalog protocol

This commit is contained in:
-Puter
2026-07-23 15:03:23 +05:30
parent 5d1598a807
commit e9260cbd17
12 changed files with 101 additions and 50 deletions

View File

@@ -23,7 +23,7 @@
"devDependencies": {
"@code/config": "workspace:*",
"@flue/cli": "latest",
"@types/bun": "latest",
"typescript": "^6"
"@types/bun": "catalog:",
"typescript": "catalog:"
}
}

View File

@@ -22,7 +22,7 @@
"convex": "catalog:",
"expo-constants": "~57.0.2",
"expo-secure-store": "~57.0.0",
"heroui-native": "^1.0.5",
"heroui-native": "catalog:",
"react": "^19.2.3",
"react-native": "0.86.0",
"sonner": "catalog:",
@@ -31,7 +31,7 @@
"devDependencies": {
"@code/config": "workspace:*",
"@types/react": "~19.2.17",
"vite": "^7.3.6",
"typescript": "^6"
"vite": "catalog:",
"typescript": "catalog:"
}
}

View File

@@ -6,7 +6,9 @@
"author": "",
"scripts": {
"dev": "convex dev --env-file ../../.env",
"dev:setup": "convex dev --env-file ../../.env --configure --until-success"
"dev:setup": "convex dev --env-file ../../.env --configure --until-success",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@better-auth/expo": "catalog:",
@@ -21,6 +23,8 @@
"devDependencies": {
"@code/config": "workspace:*",
"@types/node": "^24.3.0",
"typescript": "^6"
"typescript": "catalog:",
"convex-test": "catalog:",
"vitest": "catalog:"
}
}

View File

@@ -17,6 +17,6 @@
"devDependencies": {
"@code/config": "workspace:*",
"@types/node": "^22.13.14",
"typescript": "^6"
"typescript": "catalog:"
}
}

View File

@@ -8,7 +8,9 @@
"./agent-os": "./src/agent-os.ts"
},
"scripts": {
"check-types": "tsc --noEmit"
"check-types": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@rivet-dev/agentos": "catalog:",
@@ -17,6 +19,7 @@
"devDependencies": {
"@code/config": "workspace:*",
"@types/node": "^22.13.14",
"typescript": "^6"
"typescript": "catalog:",
"vitest": "catalog:"
}
}

View File

@@ -33,6 +33,6 @@
"@types/react": "^19.2.17",
"@types/react-dom": "catalog:",
"tailwindcss": "catalog:",
"typescript": "^6"
"typescript": "catalog:"
}
}