mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[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:
parent
ee8621f248
commit
eef9163946
2
types/react-datepicker/index.d.ts
vendored
2
types/react-datepicker/index.d.ts
vendored
@ -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>,
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"popper.js": "^1.14.1",
|
||||
"date-fns": "^2.0.0-beta.1"
|
||||
"date-fns": "^2.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user