mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
e937becd2d
* feat: migrate TanStack Table to v9 * perf: optimize TanStack Table state updates * fix: restore team members table selection updates Subscribe only re-renders when its child is a function, so static JSX left checkboxes stale until a sort. Match the members table: subscribe with a render function and toggle rows on click. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"@coss/ui": "workspace:*",
|
|
"@daypicker/react": "^10.0.1",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@hugeicons/core-free-icons": "^2.0.0",
|
|
"@hugeicons/react": "^1.1.1",
|
|
"@tanstack/react-table": "^9.2.4",
|
|
"dompurify": "^3.3.1",
|
|
"lucide-react": "^0.555.0",
|
|
"marked": "^17.0.1",
|
|
"next": "16.2.5",
|
|
"react": "19.2.6",
|
|
"react-dom": "19.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@coss/typescript-config": "workspace:*",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/dompurify": "^3.2.0",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "19.2.6",
|
|
"@types/react-dom": "19.2.3",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"name": "@examples/calcom",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"clean": "rm -rf node_modules && rm -rf .turbo && rm -rf .next",
|
|
"dev": "next dev --port 4002",
|
|
"lint": "biome lint .",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|