Merge pull request #312 from oceanprotocol/dependabot/npm_and_yarn/client/react-datepicker-3.0.0

Bump react-datepicker from 2.16.0 to 3.0.0 in /client
This commit is contained in:
Matthias Kretschmann 2020-06-15 11:25:37 +02:00 committed by GitHub
commit cf1038a7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -18746,9 +18746,9 @@
}
},
"react-datepicker": {
"version": "2.16.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.16.0.tgz",
"integrity": "sha512-TvcmSY27rn0JKvuJuIXNNS+niGQNdgtuG/CsBttVYhPOA9KmSw7c2PvQBPVEvzkyV+QPNJ8jN/KVJNj9uvopqA==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-3.0.0.tgz",
"integrity": "sha512-Yrxan1tERAiWS0EzitpiaiXOIz0APTUtV75uWbaS+jSaKoGCR6wUN2FDwr1ACGlnEoGhR9QQ2Vq3odnWtgJsOA==",
"requires": {
"classnames": "^2.2.6",
"date-fns": "^2.0.1",

View File

@ -30,7 +30,7 @@
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-collapsed": "^3.0.0",
"react-datepicker": "^2.16.0",
"react-datepicker": "^3.0.0",
"react-dom": "^16.13.1",
"react-dotdotdot": "^1.3.1",
"react-dropzone": "^11.0.1",