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

This commit is contained in:
Renovate Bot
2020-05-07 20:40:14 +01:00
committed by Łukasz Mierzwa
parent 210ed758ea
commit b5bf1ce02f
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -9660,9 +9660,9 @@
}
},
"date-fns": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.12.0.tgz",
"integrity": "sha512-qJgn99xxKnFgB1qL4jpxU7Q2t0LOn1p8KMIveef3UZD7kqjT3tpFNNdXJelEHhE+rUgffriXriw/sOSU+cS1Hw=="
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.13.0.tgz",
"integrity": "sha512-xm0c61mevGF7f0XpCGtDTGpzEFC/1fpLXHbmFpxZZQJuvByIK2ozm6cSYuU+nxFYOPh2EuCfzUwlTEFwKG+h5w=="
},
"debug": {
"version": "2.6.9",
@@ -19827,9 +19827,9 @@
"integrity": "sha512-uS6cFyJ2WR0F0xfCjmJ3TGwH+no/JOs8cDKNTPMWKWSJdosmHPCk8io4ZrDyz5dKJmSI5X2T5eJqnasawe6wew=="
},
"react-datepicker": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.14.1.tgz",
"integrity": "sha512-8eWHvrjXfKVkt5rERXC6/c/eEdcE2stIsl+QmTO5Efgpacf8MOCyVpBisJLVLDYjVlENczhOcRlIzvraODHKxA==",
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.15.0.tgz",
"integrity": "sha512-IZU3izNcP7UFFsaKGpPW1bej6CVF0oL/wgisjDiuy8FZk9wdcFDcrk1/FFY2UinrYSGzgafc4jdOmgVj/7YrJA==",
"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.7.0",
"react-datepicker": "2.14.1",
"react-datepicker": "2.15.0",
"react-dom": "16.13.1",
"react-highlighter": "0.4.3",
"react-hotkeys": "2.0.0",