Skip to content

Commit 461dfe5

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) - Fix packages/db prisma.config.ts to load .env via dotenv/config (matches app/portal pattern) All apps build and typecheck successfully. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1b29a5 commit 461dfe5

File tree

7 files changed

+101
-230
lines changed

7 files changed

+101
-230
lines changed

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",

bun.lock

Lines changed: 77 additions & 206 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/db/prisma.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import "dotenv/config";
12
import { defineConfig } from "prisma/config";
23

34
export default defineConfig({

packages/device-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/react": "^19.2.7",
3030
"@types/react-dom": "^19.2.3",
3131
"@vitejs/plugin-react": "^4.5.2",
32-
"electron": "35.7.5",
32+
"electron": "39.8.4",
3333
"electron-builder": "^25.1.8",
3434
"electron-vite": "^3.1.0",
3535
"react": "^19.1.0",

packages/integrations/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"@aws-sdk/client-sts": "^3.0.0",
88
"@azure/identity": "^4.10.0",
99
"@trycompai/app": "workspace:*",
10-
"@slack/bolt": "^3.22.0",
11-
"@slack/web-api": "^7.8.0",
1210
"ai": "^5.0.0",
1311
"jsonwebtoken": "^9.0.2",
1412
"node-fetch": "^2.6.7",
@@ -18,6 +16,7 @@
1816
"zod": "^4.0.14"
1917
},
2018
"devDependencies": {
19+
"@types/jsonwebtoken": "^9.0.9",
2120
"@types/node": "^24.0.3",
2221
"@types/node-fetch": "^2.6.2",
2322
"typescript": "^5.8.3"

packages/ui/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
"@radix-ui/react-use-is-hydrated": "^0.1.0",
3939
"@floating-ui/dom": "^1.6.0",
4040
"@tailwindcss/typography": "^0.5.16",
41-
"@tiptap/extension-bold": "3.16.0",
42-
"@tiptap/extension-code-block-lowlight": "3.16.0",
43-
"@tiptap/extension-highlight": "3.16.0",
44-
"@tiptap/extension-image": "3.16.0",
45-
"@tiptap/extension-link": "3.16.0",
46-
"@tiptap/extension-list": "3.18.0",
47-
"@tiptap/extension-table": "3.16.0",
48-
"@tiptap/extension-text-align": "3.16.0",
49-
"@tiptap/extension-typography": "3.16.0",
50-
"@tiptap/extensions": "3.16.0",
51-
"@tiptap/pm": "3.16.0",
52-
"@tiptap/react": "3.16.0",
53-
"@tiptap/starter-kit": "3.16.0",
54-
"@tiptap/suggestion": "3.16.0",
41+
"@tiptap/extension-bold": "3.22.1",
42+
"@tiptap/extension-code-block-lowlight": "3.22.1",
43+
"@tiptap/extension-highlight": "3.22.1",
44+
"@tiptap/extension-image": "3.22.1",
45+
"@tiptap/extension-link": "3.22.1",
46+
"@tiptap/extension-list": "3.22.1",
47+
"@tiptap/extension-table": "3.22.1",
48+
"@tiptap/extension-text-align": "3.22.1",
49+
"@tiptap/extension-typography": "3.22.1",
50+
"@tiptap/extensions": "3.22.1",
51+
"@tiptap/pm": "3.22.1",
52+
"@tiptap/react": "3.22.1",
53+
"@tiptap/starter-kit": "3.22.1",
54+
"@tiptap/suggestion": "3.22.1",
5555
"@uidotdev/usehooks": "^2.4.1",
5656
"@xyflow/react": "^12.9.3",
5757
"ai": "^5.0.101",
@@ -64,7 +64,7 @@
6464
"gitdiff-parser": "^0.3.1",
6565
"input-otp": "1.4.2",
6666
"jsonfile": "^6.1.0",
67-
"lucide-react": "^0.554.0",
67+
"lucide-react": "^1.7.0",
6868
"motion": "^12.23.24",
6969
"nanoid": "^5.1.6",
7070
"react-day-picker": "8.10.1",

0 commit comments

Comments
 (0)