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

This commit is contained in:
Renovate Bot
2020-01-12 11:47:38 +00:00
committed by Łukasz Mierzwa
parent 4125f7e07b
commit bcc206f167
2 changed files with 7 additions and 7 deletions

12
ui/package-lock.json generated
View File

@@ -7785,9 +7785,9 @@
}
},
"date-fns": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.8.1.tgz",
"integrity": "sha512-EL/C8IHvYRwAHYgFRse4MGAPSqlJVlOrhVYZ75iQBKrnv+ZedmYsgwH3t+BCDuZDXpoo07+q9j4qgSSOa7irJg=="
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.9.0.tgz",
"integrity": "sha512-khbFLu/MlzLjEzy9Gh8oY1hNt/Dvxw3J6Rbc28cVoYWQaC1S3YI4xwkF9ZWcjDLscbZlY9hISMr66RFzZagLsA=="
},
"debug": {
"version": "2.6.9",
@@ -16394,9 +16394,9 @@
"integrity": "sha512-QLjwhhrAgrTdrVRUuuCWOHLt98bRXgx106Z1OErhk5mliQ9h1VH0LMLbmCkX8rdGTNxTsUvqR8y01ylkXCps0Q=="
},
"react-datepicker": {
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.10.1.tgz",
"integrity": "sha512-b9UjPy5/uZpzqBoGJdR9Mwnv/0ecHyUQUJf499hm2m2Luo3u9HZwAERSExYC4CvAecVUz88AsfowrjVAf7Kulg==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.11.0.tgz",
"integrity": "sha512-eyaLRTX4CaMnW4HW34gYmG4cT/3R9vyAIEAQ1SSWKBO77pTs6RfxUzbLRKOheyIlQM7BmXhLGOxq80vvlCb09w==",
"requires": {
"classnames": "^2.2.6",
"date-fns": "^2.0.1",

View File

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