Files
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

34 lines
821 B
JSON

{
"name": "cosscom",
"version": "0.0.1",
"devDependencies": {
"@biomejs/biome": "2.3.10",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"turbo": "^2.6.1",
"typescript": "^5.9.3"
},
"engines": {
"bun": ">=1.3.1"
},
"license": "AGPL-3.0-or-later",
"packageManager": "bun@1.3.1",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean && rm -rf .turbo && rm -rf node_modules",
"dev": "turbo run dev",
"format": "biome format --write .",
"format:all": "biome check --write --unsafe --no-errors-on-unmatched",
"lint": "turbo run lint --",
"prepare": "husky",
"test": "bun test --pass-with-no-tests",
"typecheck": "turbo run typecheck"
},
"workspaces": [
"apps/*",
"apps/examples/*",
"packages/*"
]
}