Skip to content

Commit

Permalink
Adds react-datepicker types as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Feb 26, 2019
1 parent 1b09d5a commit 4283ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Added `numActiveFilters` prop to `EuiFilterButton` ([#1589](https://github.com/elastic/eui/pull/1589))
- Updated style of `EuiFilterButton` to match `EuiFacetButton` ([#1589](https://github.com/elastic/eui/pull/1589))
- Added `size` and `color` props to `EuiNotificationBadge` ([#1589](https://github.com/elastic/eui/pull/1589))
- Added `@types/react-datepicker` to peer dependencies

**Bug fixes**

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"peerDependencies": {
"@elastic/datemath": "^5.0.2",
"@types/react": "^16.8.0",
"@types/react-datepicker": "1.8.0",
"moment": "^2.13.0",
"prop-types": "^15.5.0",
"react": "^16.8",
Expand Down

0 comments on commit 4283ae5

Please sign in to comment.