Skip to content

build(deps): bump react-day-picker from 8.10.1 to 9.7.0 #775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
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
41 changes: 35 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"react-day-picker": "^8.10.0",
"react-day-picker": "^9.7.0",
"react-icons": "^5.0.1",
"tailwind-merge": "^3.1.0"
}

Unchanged files with check annotations Beta

...classNames
}}
components={{
IconLeft: () => (

Check failure on line 117 in src/components/Calendar/index.tsx

GitHub Actions / Lint and test

Object literal may only specify known properties, and 'IconLeft' does not exist in type 'Partial<CustomComponents>'.

Check failure on line 117 in src/components/Calendar/index.tsx

GitHub Actions / release

Object literal may only specify known properties, and 'IconLeft' does not exist in type 'Partial<CustomComponents>'.
<BsArrowLeft className="h-5 w-5 fill-current stroke-current" />
),
IconRight: () => (