mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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.
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"popper.js": "^1.14.1",
|
|
"date-fns": "^2.0.1"
|
|
}
|
|
}
|