Skip to content

Commit a546278

Browse files
Marfuenclaude
andcommitted
chore(deps): update tiptap, lucide-react, electron and remove unused slack packages
- @tiptap/*: 3.16.0 → 3.22.1 (all 18 packages aligned across ui, app, framework-editor) - lucide-react: 0.518-0.577 → 1.7.0 (no icon removals affect our usage) - electron: 35.7.5 → 39.8.4 (device-agent) - Remove @slack/bolt and @slack/web-api from integrations (zero imports in codebase) All apps build and typecheck successfully. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1b29a5 commit a546278

6 files changed

Lines changed: 97 additions & 231 deletions

File tree

apps/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"@tanstack/react-form": "^1.23.8",
6161
"@tanstack/react-query": "^5.90.7",
6262
"@tanstack/react-table": "^8.21.3",
63-
"@tiptap/extension-mention": "3.16.0",
64-
"@tiptap/extension-table": "3.16.0",
65-
"@tiptap/react": "3.16.0",
63+
"@tiptap/extension-mention": "3.22.1",
64+
"@tiptap/extension-table": "3.22.1",
65+
"@tiptap/react": "3.22.1",
6666
"@trigger.dev/react-hooks": "4.4.3",
6767
"@trigger.dev/sdk": "4.4.3",
6868
"@trycompai/auth": "workspace:*",
@@ -96,7 +96,7 @@
9696
"framer-motion": "^12.18.1",
9797
"geist": "^1.3.1",
9898
"jspdf": "^4.2.0",
99-
"lucide-react": "^0.577.0",
99+
"lucide-react": "^1.7.0",
100100
"mammoth": "^1.11.0",
101101
"motion": "^12.35.0",
102102
"nanoid": "^5.1.6",

apps/framework-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"@tailwindcss/postcss": "^4.1.17",
1010
"@tanstack/react-table": "^8.21.3",
1111
"@tanstack/react-virtual": "^3.13.8",
12-
"@tiptap/react": "^3.13.0",
12+
"@tiptap/react": "3.22.1",
1313
"@trycompai/company": "workspace:*",
1414
"@trycompai/db": "workspace:*",
1515
"@trycompai/ui": "workspace:*",
1616
"better-auth": "^1.4.22",
1717
"framer-motion": "^12.23.9",
18-
"lucide-react": "^0.518.0",
18+
"lucide-react": "^1.7.0",
1919
"next": "^16.2.0",
2020
"nuqs": "^2.4.3",
2121
"react": "^19.0.0",

0 commit comments

Comments
 (0)