DefinitelyTyped/types/react-datepicker
Justin Grant 1cd0b9e3df
Bump library version to 1.8 to prepare for 2.00
react-datepicker recently released a 2.00 release with lots of breaking changes.  The current typings file is version 1.1. Before updating the typings version to 2.00, it makes sense to bring the current typings version up to 1.8 (the latest library version before 2.0) to make it easier for future pre-2.0 library users to find the correct typings version to use. 

To see why this is needed, imagine a future developer who is sticking with version 1.8 of the library to defer rewriting from Moment to Date. If you're that developer, should you use version 1.1 or 2.0 of the typings?  If we bump the typings version to 1.8, then that choice is obvious. 

This PR doesn't make any typings or tests changes-- it only bumps the library version in the first header line so that the version of the resulting @types/react-datepicker package will also be 1.8.
2018-11-22 11:22:47 -08:00
..
index.d.ts
package.json
react-datepicker-tests.tsx
tsconfig.json
tslint.json