Skip to content

Commit

Permalink
Bump react-datepicker from 7.6.0 to 8.0.0 (#759)
Browse files Browse the repository at this point in the history
* Bump react-datepicker from 7.6.0 to 8.0.0

Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker) from 7.6.0 to 8.0.0.
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases)
- [Commits](Hacker0x01/react-datepicker@v7.6.0...v8.0.0)

---
updated-dependencies:
- dependency-name: react-datepicker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated css path

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Deepak Prabhakara <[email protected]>
  • Loading branch information
dependabot[bot] and deepakprabhakara authored Feb 10, 2025
1 parent aa5a173 commit d1a58af
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 27 deletions.
57 changes: 32 additions & 25 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
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"dayjs": "1.11.13",
"lodash": "4.17.21",
"react-datepicker": "7.6.0",
"react-datepicker": "8.0.0",
"react-markdown": "9.0.3",
"react-modal": "3.16.3",
"react-redux": "9.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/css/components/views/DatePicker.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use "sass:meta";
@include meta.load-css("react-datepicker/src/stylesheets/datepicker.scss");
@include meta.load-css("react-datepicker/dist/react-datepicker.min.css");

.react-datepicker-popper {
z-index: 100;
Expand Down

0 comments on commit d1a58af

Please sign in to comment.