fix(deps): update dependency react-datepicker to v2.14.1

This commit is contained in:
Renovate Bot
2020-03-21 17:42:16 +00:00
committed by renovate[bot]
parent cb5c1a764f
commit 97bfc27b33
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -9378,9 +9378,9 @@
}
},
"date-fns": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.10.0.tgz",
"integrity": "sha512-EhfEKevYGWhWlZbNeplfhIU/+N+x0iCIx7VzKlXma2EdQyznVlZhCptXUY+BegNpPW2kjdx15Rvq503YcXXrcA=="
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.11.0.tgz",
"integrity": "sha512-8P1cDi8ebZyDxUyUprBXwidoEtiQAawYPGvpfb+Dg0G6JrQ+VozwOmm91xYC0vAv1+0VmLehEPb+isg4BGUFfA=="
},
"debug": {
"version": "2.6.9",
@@ -19329,9 +19329,9 @@
"integrity": "sha512-uS6cFyJ2WR0F0xfCjmJ3TGwH+no/JOs8cDKNTPMWKWSJdosmHPCk8io4ZrDyz5dKJmSI5X2T5eJqnasawe6wew=="
},
"react-datepicker": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.14.0.tgz",
"integrity": "sha512-9TUDNj0zoeQT3ey6i7Dv4NLcqONyYqXNEOLA3++HwQKR5NK4eRoG4QaohM/5XmWw2tDpJWpl3ByCWP4kWQtqgQ==",
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.14.1.tgz",
"integrity": "sha512-8eWHvrjXfKVkt5rERXC6/c/eEdcE2stIsl+QmTO5Efgpacf8MOCyVpBisJLVLDYjVlENczhOcRlIzvraODHKxA==",
"requires": {
"classnames": "^2.2.6",
"date-fns": "^2.0.1",
+1 -1
View File
@@ -36,7 +36,7 @@
"react-app-polyfill": "1.0.6",
"react-autosuggest": "9.4.3",
"react-collapsible": "2.7.0",
"react-datepicker": "2.14.0",
"react-datepicker": "2.14.1",
"react-dom": "16.13.1",
"react-highlighter": "0.4.3",
"react-hotkeys": "2.0.0",