package.json: Drop modules which we don't use any more/directly

react-bootstrap is an indirect dependency of patternfly-react. It was
pinned to an old version in commit 2e6a80823, but we switched to babel 7
long ago. Let's go back to letting patternfly-react itself pull the
version that it wants.

react-redux is not used by anything at all.

Closes #14440
This commit is contained in:
Martin Pitt 2020-08-03 09:53:26 +02:00 committed by Matej Marusak
parent fe5b63cf0f
commit 8854c0e3e9
1 changed files with 0 additions and 2 deletions

View File

@ -27,9 +27,7 @@
"qunit": "2.10.1",
"qunit-tap": "1.5.1",
"react": "16.13.1",
"react-bootstrap": "0.33.1",
"react-dom": "16.13.1",
"react-redux": "7.2.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"remarkable": "2.0.1",