Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
Merged
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.11",
"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.2",
"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.8.0",
"@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.2"
}
}
34 changes: 17 additions & 17 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"@tanstack/react-query": "^5.100.9",
"@types/node": "^25.6.0",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-query": "^5.100.10",
"@types/node": "^25.8.0",
"@types/papaparse": "^5.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-react": "^6.0.2",
"@workspace/api-client-react": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "2.1.1",
"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-hook-form": "^7.75.0",
"tailwind-merge": "3.5.0",
"lucide-react": "^1.16.0",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hook-form": "^7.76.0",
"tailwind-merge": "3.6.0",
"tailwindcss": "^4.2.2",
"vite": "^8.0.10",
"vite": "^8.0.13",
"wouter": "^3.9.0",
"zod": "4.4.2"
"zod": "4.4.3"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
Expand All @@ -45,12 +45,12 @@
"@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",
"dompurify": "^3.4.2",
"@tiptap/extension-character-count": "^3.23.4",
"@tiptap/pm": "^3.23.4",
"@tiptap/react": "^3.23.4",
"@tiptap/starter-kit": "^3.23.4",
"better-auth": "^1.6.11",
"dompurify": "^3.4.4",
"driver.js": "^1.4.0",
"exceljs": "^4.4.0",
"html-to-image": "^1.11.13",
Expand Down
418 changes: 219 additions & 199 deletions bun.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^21.0.0",
"@commitlint/config-conventional": "^21.0.0",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@eslint/js": "^10.0.1",
"eslint": "^10.3.0",
"eslint": "^10.4.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"husky": "^9.1.7",
"prettier": "^3.8.3",
"puppeteer": "^24.42.0",
"shadcn": "^4.6.0",
"shadcn": "^4.7.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.59.2"
"typescript-eslint": "^8.59.3"
},
"dependencies": {
"drizzle-orm": "0.45.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tanstack/react-query": "^5.100.9"
"@tanstack/react-query": "^5.100.10"
},
"peerDependencies": {
"react": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-react/src/generated/api.schemas.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated by orval v8.9.1 🍺
* Generated by orval v8.10.0 🍺
* Do not edit manually.
* Api
* TPI Flow API
Expand Down
Loading
Loading