1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #239 from oceanprotocol/dependabot/npm_and_yarn/client/react-datepicker-2.16.0

This commit is contained in:
dependabot-preview[bot] 2020-05-17 00:43:57 +00:00 committed by GitHub
commit 8e06fc63e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -18919,9 +18919,9 @@
}
},
"react-datepicker": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.14.0.tgz",
"integrity": "sha512-9TUDNj0zoeQT3ey6i7Dv4NLcqONyYqXNEOLA3++HwQKR5NK4eRoG4QaohM/5XmWw2tDpJWpl3ByCWP4kWQtqgQ==",
"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",

View File

@ -31,7 +31,7 @@
"query-string": "^6.11.1",
"react": "^16.13.1",
"react-collapsed": "^2.2.3",
"react-datepicker": "^2.14.0",
"react-datepicker": "^2.16.0",
"react-dom": "^16.13.1",
"react-dotdotdot": "^1.3.1",
"react-dropzone": "^10.2.1",