diff options
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index eb744d8e..27ca7aa4 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -15,13 +15,15 @@ "postdeploy": "bun run sentry:sourcemaps" }, "dependencies": { - "@ai-sdk/google": "^2.0.0-beta.13", - "@ai-sdk/react": "2.0.0-beta.24", + "@ai-sdk/google": "^3.0.9", + "@ai-sdk/react": "^3.0.39", + "@ai-sdk/xai": "^3.0.23", "@better-fetch/fetch": "^1.1.18", "@dnd-kit/core": "^6.3.1", "@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", + "@floating-ui/react": "^0.27.0", "@opennextjs/cloudflare": "^1.12.0", "@radix-ui/react-accordion": "^1.2.11", "@radix-ui/react-alert-dialog": "^1.1.14", @@ -48,8 +50,19 @@ "@tanstack/react-query-devtools": "^5.84.2", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.12", + "@tiptap/core": "^3.15.3", + "@tiptap/extension-image": "^3.15.3", + "@tiptap/extension-link": "^3.15.3", + "@tiptap/extension-placeholder": "^3.15.3", + "@tiptap/extension-task-item": "^3.15.3", + "@tiptap/extension-task-list": "^3.15.3", + "@tiptap/markdown": "^3.15.3", + "@tiptap/pm": "^3.15.3", + "@tiptap/react": "^3.15.3", + "@tiptap/starter-kit": "^3.15.3", + "@tiptap/suggestion": "^3.15.3", "@types/dompurify": "^3.2.0", - "ai": "5.0.0-beta.24", + "ai": "^6.0.35", "autumn-js": "0.0.116", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -85,6 +98,7 @@ "streamdown": "^1.1.6", "tailwind-merge": "^3.3.1", "tw-animate-css": "^1.3.4", + "use-debounce": "^10.1.0", "vaul": "^1.1.2", "zustand": "^5.0.7" }, |