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

This commit is contained in:
Renovate Bot
2020-05-15 15:23:55 +00:00
committed by renovate[bot]
parent 342e78276a
commit 6e221121a7
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -18644,9 +18644,9 @@
"integrity": "sha512-QTxGyp4iL8N57FcU1RGt4wD7vqOTRYAHNukxtSeVMkZ+/d1WNWXRIakzhYhC/5TDERihPdp1IvKIJlrLLPyQ/A=="
},
"react-datepicker": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.15.0.tgz",
"integrity": "sha512-IZU3izNcP7UFFsaKGpPW1bej6CVF0oL/wgisjDiuy8FZk9wdcFDcrk1/FFY2UinrYSGzgafc4jdOmgVj/7YrJA==",
"version": "2.16.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.16.0.tgz",
"integrity": "sha512-TvcmSY27rn0JKvuJuIXNNS+niGQNdgtuG/CsBttVYhPOA9KmSw7c2PvQBPVEvzkyV+QPNJ8jN/KVJNj9uvopqA==",
"requires": {
"classnames": "^2.2.6",
"date-fns": "^2.0.1",
+1 -1
View File
@@ -38,7 +38,7 @@
"react-app-polyfill": "1.0.6",
"react-autosuggest": "10.0.2",
"react-collapsible": "2.8.0",
"react-datepicker": "2.15.0",
"react-datepicker": "2.16.0",
"react-dom": "16.13.1",
"react-highlighter": "0.4.3",
"react-hotkeys": "2.0.0",