[react-datepicler] Update dependency on date-fns (#38086)

Now that `date-fns` has release version `2.0.0` and `react-datepicker`
has updated to depend on the released version, this library should
not require an older version of `date-fns` any more.
This commit is contained in:
Dobes Vandermeer 2019-09-03 10:26:29 -07:00 committed by Ron Buckton
parent ee8621f248
commit eef9163946
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Type definitions for react-datepicker 2.8
// Type definitions for react-datepicker 2.9
// Project: https://github.com/Hacker0x01/react-datepicker
// Definitions by: Rajab Shakirov <https://github.com/radziksh>,
// Andrey Balokha <https://github.com/andrewBalekha>,

View File

@ -2,6 +2,6 @@
"private": true,
"dependencies": {
"popper.js": "^1.14.1",
"date-fns": "^2.0.0-beta.1"
"date-fns": "^2.0.1"
}
}