Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"@workspace/api-zod": "workspace:*",
"@workspace/db": "workspace:*",
"asn1js": "^3.0.10",
"better-auth": "^1.6.9",
"better-auth": "^1.6.10",
"cors": "^2.8.6",
"croner": "^10.0.1",
"date-fns-tz": "^3.2.0",
"drizzle-orm": "^0.45.2",
"express": "^5.2.1",
"express-rate-limit": "^8.4.1",
"express-rate-limit": "^8.5.1",
"helmet": "^8.1.0",
"ioredis": "^5.10.1",
"pdf-lib": "^1.17.1",
"pkijs": "^3.4.0",
"postmark": "^4.0.7",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"socket.io": "^4.8.3",
"zod": "4.4.2"
"zod": "4.4.3"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.6.0",
"@types/node": "^25.6.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"tauri:build": "tauri build"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.0"
"@tauri-apps/cli": "^2.11.1"
}
}
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-query": "^5.100.9",
"@types/node": "^25.6.0",
"@types/node": "^25.6.2",
"@types/papaparse": "^5.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
Expand All @@ -27,14 +27,14 @@
"date-fns": "^4.1.0",
"framer-motion": "12.38.0",
"lucide-react": "^1.14.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hook-form": "^7.75.0",
"tailwind-merge": "3.5.0",
"tailwind-merge": "3.6.0",
"tailwindcss": "^4.2.2",
"vite": "^8.0.10",
"vite": "^8.0.11",
"wouter": "^3.9.0",
"zod": "4.4.2"
"zod": "4.4.3"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
Expand All @@ -45,11 +45,11 @@
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.1",
"@tiptap/extension-character-count": "^3.22.5",
"@tiptap/pm": "^3.22.5",
"@tiptap/react": "^3.22.5",
"@tiptap/starter-kit": "^3.22.5",
"better-auth": "^1.6.9",
"@tiptap/extension-character-count": "^3.23.1",
"@tiptap/pm": "^3.23.1",
"@tiptap/react": "^3.23.1",
"@tiptap/starter-kit": "^3.23.1",
"better-auth": "^1.6.10",
"dompurify": "^3.4.2",
"driver.js": "^1.4.0",
"exceljs": "^4.4.0",
Expand Down
300 changes: 158 additions & 142 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"globals": "^17.6.0",
"husky": "^9.1.7",
"prettier": "^3.8.3",
"puppeteer": "^24.42.0",
"shadcn": "^4.6.0",
"puppeteer": "^24.43.0",
"shadcn": "^4.7.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.59.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"zod": "4.4.2"
"zod": "4.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"drizzle-orm": "^0.45.2",
"drizzle-zod": "^0.8.3",
"pg": "^8.20.0",
"zod": "4.4.2"
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@types/node": "^25.6.2",
"@types/pg": "^8.20.0",
"drizzle-kit": "^0.31.10"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@types/bun": "^1.3.13",
"@types/express": "^5.0.6",
"@types/node": "^25.6.0"
"@types/node": "^25.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/desktop-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"drizzle-orm": "^0.45.2",
"drizzle-zod": "^0.8.3",
"zod": "4.4.2"
"zod": "4.4.3"
},
"devDependencies": {
"@types/bun": "^1.3.13",
Expand Down
Loading