Upgrades (#1419)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3bc77653ad
commit
453f5bb3e6
94 changed files with 4029 additions and 8199 deletions
32
package.json
32
package.json
|
|
@ -6,8 +6,8 @@
|
|||
"dev": "next dev --turbo",
|
||||
"build": "tsx lib/db/migrate && next build",
|
||||
"start": "next start",
|
||||
"lint": "ultracite check",
|
||||
"format": "ultracite fix",
|
||||
"check": "ultracite check",
|
||||
"fix": "ultracite fix",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "npx tsx lib/db/migrate.ts",
|
||||
"db:studio": "drizzle-kit studio",
|
||||
|
|
@ -21,32 +21,21 @@
|
|||
"@ai-sdk/gateway": "^3.0.15",
|
||||
"@ai-sdk/provider": "^3.0.3",
|
||||
"@ai-sdk/react": "3.0.39",
|
||||
"@codemirror/lang-javascript": "^6.2.2",
|
||||
"@codemirror/lang-python": "^6.1.6",
|
||||
"@codemirror/state": "^6.5.0",
|
||||
"@codemirror/theme-one-dark": "^6.1.2",
|
||||
"@codemirror/view": "^6.35.3",
|
||||
"@icons-pack/react-simple-icons": "^13.7.0",
|
||||
"@opentelemetry/api": "^1.9.0",
|
||||
"@opentelemetry/api-logs": "^0.200.0",
|
||||
"@radix-ui/react-collapsible": "^1.1.12",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-hover-card": "^1.1.15",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@radix-ui/react-progress": "^1.1.8",
|
||||
"@radix-ui/react-scroll-area": "^1.2.10",
|
||||
"@radix-ui/react-select": "^2.2.6",
|
||||
"@radix-ui/react-separator": "^1.1.8",
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
||||
"@radix-ui/react-visually-hidden": "^1.1.0",
|
||||
"@streamdown/cjk": "^1.0.2",
|
||||
"@streamdown/code": "^1.0.3",
|
||||
"@streamdown/math": "^1.0.2",
|
||||
"@streamdown/mermaid": "^1.0.2",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/blob": "^0.24.1",
|
||||
"@vercel/functions": "^2.0.0",
|
||||
"@vercel/otel": "^1.12.0",
|
||||
"@xyflow/react": "^12.10.0",
|
||||
"ai": "6.0.37",
|
||||
"bcrypt-ts": "^5.0.2",
|
||||
"botid": "^1.5.11",
|
||||
|
|
@ -59,11 +48,9 @@
|
|||
"diff-match-patch": "^1.0.5",
|
||||
"dotenv": "^16.4.5",
|
||||
"drizzle-orm": "^0.34.0",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"framer-motion": "^11.3.19",
|
||||
"geist": "^1.3.1",
|
||||
"katex": "^0.16.25",
|
||||
"katex": "^0.16.28",
|
||||
"lucide-react": "^0.446.0",
|
||||
"motion": "^12.23.26",
|
||||
"nanoid": "^5.1.3",
|
||||
|
|
@ -85,14 +72,12 @@
|
|||
"react": "19.0.1",
|
||||
"react-data-grid": "7.0.0-beta.47",
|
||||
"react-dom": "19.0.1",
|
||||
"react-resizable-panels": "^2.1.7",
|
||||
"react-syntax-highlighter": "^15.6.6",
|
||||
"redis": "^5.0.0",
|
||||
"resumable-stream": "^2.2.10",
|
||||
"server-only": "^0.0.1",
|
||||
"shiki": "^3.21.0",
|
||||
"sonner": "^1.5.0",
|
||||
"streamdown": "^2.0.1",
|
||||
"streamdown": "^2.3.0",
|
||||
"swr": "^2.2.5",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
|
|
@ -111,7 +96,6 @@
|
|||
"@types/pdf-parse": "^1.1.4",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"drizzle-kit": "^0.25.0",
|
||||
"postcss": "^8",
|
||||
"tailwindcss": "^4.1.13",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue