Files
cosscom__coss/apps/examples/calcom/package.json
Pasquale Vitiello 6422daaca0 feat: upgrade React DayPicker to v10 (#825)
* feat: upgrade React DayPicker to v10

Migrate coss packages, examples, registry output, and documentation to the preferred scoped package while keeping the origin app on v9.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix: emove redundant transition

* docs: generalize DayPicker version reference

Co-authored-by: Cursor <cursoragent@cursor.com>

* update docs

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-26 22:41:17 +05:30

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": "^8.21.3",
"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"
}