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

This commit is contained in:
Renovate Bot
2019-06-06 10:26:04 +00:00
parent 3f094cd6c9
commit bff458f33c
2 changed files with 7 additions and 7 deletions

12
ui/package-lock.json generated
View File

@@ -4896,9 +4896,9 @@
}
},
"date-fns": {
"version": "2.0.0-alpha.27",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.0.0-alpha.27.tgz",
"integrity": "sha512-cqfVLS+346P/Mpj2RpDrBv0P4p2zZhWWvfY5fuWrXNR/K38HaAGEkeOwb47hIpQP9Jr/TIxjZ2/sNMQwdXuGMg=="
"version": "2.0.0-alpha.31",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.0.0-alpha.31.tgz",
"integrity": "sha512-S19PwMqnbYsqcbCg02Yj9gv4veVNZ0OX7v2+zcd+Mq0RI7LoDKJipJjnMrTZ3Cc6blDuTce5G/pHXcVIGRwJWQ=="
},
"date-now": {
"version": "0.1.4",
@@ -12209,9 +12209,9 @@
}
},
"react-datepicker": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.6.0.tgz",
"integrity": "sha512-EcgQPqwHpQ80jvRrBowkvEcDfx0Rxf6mK3zUOuJQG9VdB4JXPGyQK6kZaCv9KgCAtCuu2f/12dU0Utw0+JAnDw==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.7.0.tgz",
"integrity": "sha512-hGe55tPi+ZWqv8GZ4TLKR8J1iCd/DNFM3JA9b5s51nsv+flfWCwrPyPDLxZGnO2aAPZbOazcHpUisCswlYManQ==",
"requires": {
"classnames": "^2.2.5",
"date-fns": "^2.0.0-alpha.23",

View File

@@ -32,7 +32,7 @@
"react": "16.8.6",
"react-app-polyfill": "1.0.1",
"react-autosuggest": "9.4.3",
"react-datepicker": "2.6.0",
"react-datepicker": "2.7.0",
"react-dom": "16.8.6",
"react-highlighter": "0.4.3",
"react-idle-timer": "4.2.5",