stack/ update dependencies
This commit is contained in:
@@ -3,9 +3,9 @@ version: "3.8"
|
||||
services:
|
||||
postgres:
|
||||
image: pgvector/pgvector:pg18
|
||||
container_name: agentic-coding-postgres
|
||||
container_name: postgres
|
||||
environment:
|
||||
POSTGRES_DB: agentic_coding_dev
|
||||
POSTGRES_DB: postgres_dev
|
||||
POSTGRES_USER: dev_user
|
||||
POSTGRES_PASSWORD: dev_password
|
||||
ports:
|
||||
|
||||
22
package.json
22
package.json
@@ -16,17 +16,17 @@
|
||||
"db:reset": "drizzle-kit drop && drizzle-kit push"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^2.0.48",
|
||||
"@ai-sdk/react": "^2.0.68",
|
||||
"@ai-sdk/openai": "^2.0.53",
|
||||
"@ai-sdk/react": "^2.0.78",
|
||||
"@radix-ui/react-avatar": "^1.1.10",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-slot": "^1.2.3",
|
||||
"ai": "^5.0.68",
|
||||
"better-auth": "^1.3.27",
|
||||
"ai": "^5.0.78",
|
||||
"better-auth": "^1.3.29",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"drizzle-orm": "^0.44.6",
|
||||
"drizzle-orm": "^0.44.7",
|
||||
"lucide-react": "^0.539.0",
|
||||
"next": "15.4.6",
|
||||
"next-themes": "^0.4.6",
|
||||
@@ -40,16 +40,16 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@tailwindcss/postcss": "^4.1.14",
|
||||
"@types/node": "^20.19.20",
|
||||
"@tailwindcss/postcss": "^4.1.16",
|
||||
"@types/node": "^20.19.23",
|
||||
"@types/pg": "^8.15.5",
|
||||
"@types/react": "^19.2.2",
|
||||
"@types/react-dom": "^19.2.1",
|
||||
"@types/react-dom": "^19.2.2",
|
||||
"drizzle-kit": "^0.31.5",
|
||||
"eslint": "^9.37.0",
|
||||
"eslint": "^9.38.0",
|
||||
"eslint-config-next": "15.4.6",
|
||||
"shadcn": "^3.4.0",
|
||||
"tailwindcss": "^4.1.14",
|
||||
"shadcn": "^3.5.0",
|
||||
"tailwindcss": "^4.1.16",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
|
||||
1391
pnpm-lock.yaml
generated
1391
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user