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

This commit is contained in:
Renovate Bot
2020-02-07 19:01:29 +00:00
parent 2c91a148b3
commit 82d2fd8e52
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -19326,9 +19326,9 @@
"integrity": "sha512-QLjwhhrAgrTdrVRUuuCWOHLt98bRXgx106Z1OErhk5mliQ9h1VH0LMLbmCkX8rdGTNxTsUvqR8y01ylkXCps0Q=="
},
"react-datepicker": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.11.0.tgz",
"integrity": "sha512-eyaLRTX4CaMnW4HW34gYmG4cT/3R9vyAIEAQ1SSWKBO77pTs6RfxUzbLRKOheyIlQM7BmXhLGOxq80vvlCb09w==",
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.12.0.tgz",
"integrity": "sha512-LlFK36MyQXLSMGB+DiZvPmVw+P1IeCvn2eX3bU1P32T6i8o7+b8LrUVYV9o7slXZMhqOjgTq2vYiXvdRpN/dlQ==",
"requires": {
"classnames": "^2.2.6",
"date-fns": "^2.0.1",

View File

@@ -36,7 +36,7 @@
"react-app-polyfill": "1.0.6",
"react-autosuggest": "9.4.3",
"react-collapsible": "2.6.2",
"react-datepicker": "2.11.0",
"react-datepicker": "2.12.0",
"react-dom": "16.12.0",
"react-highlighter": "0.4.3",
"react-hotkeys": "2.0.0",