Bump react-collapsed from 2.2.3 to 3.0.0 in /client

Bumps [react-collapsed](https://github.com/roginfarrer/react-collapsed) from 2.2.3 to 3.0.0.
- [Release notes](https://github.com/roginfarrer/react-collapsed/releases)
- [Changelog](https://github.com/roginfarrer/react-collapsed/blob/master/CHANGELOG.md)
- [Commits](https://github.com/roginfarrer/react-collapsed/compare/v2.2.3...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-18 15:27:40 +00:00 committed by GitHub
parent 9c93c92e10
commit b97205a0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -19323,12 +19323,12 @@
}
},
"react-collapsed": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/react-collapsed/-/react-collapsed-2.2.3.tgz",
"integrity": "sha512-SLZ9OKqMHYXZC0zks0vbZDIBna8x3iD/+vLLDUKmM792+brU79ew+/ghuVIw4a2OQxwXMR/fVVMRnjGfTD+4GA==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/react-collapsed/-/react-collapsed-3.0.0.tgz",
"integrity": "sha512-/ZY1jaI+Woqd900dfiykTrm4zhGOvv7MTjbOB377joUdcEIiR6O90g0DvEFBI4IbBHv5rquYWwJG6Qtr0DuVJw==",
"requires": {
"@babel/runtime": "^7.3.1",
"raf": "^3.4.0"
"raf": "^3.4.1",
"tiny-warning": "^1.0.3"
}
},
"react-datepicker": {

View File

@ -30,7 +30,7 @@
"node-sass": "^4.13.1",
"query-string": "^6.11.1",
"react": "^16.13.1",
"react-collapsed": "^2.2.3",
"react-collapsed": "^3.0.0",
"react-datepicker": "^2.16.0",
"react-dom": "^16.13.1",
"react-dotdotdot": "^1.3.1",