updated deps and JS syntax changes for updated deps #107
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes due to updating dependencies with
npm install --legacy-peer-deps
Added
material-ui
depChanged
History
to version 4.10.1Changed
react-router-dom
to v5(latest)Files Changed:
./src/components/header/mdb_logo.svg
, (Changed metadata)./src/App.js
, (changed switch tag, but changed back to original)Wrapped curly braces around import:
./src/components/deposit/fileField.js
,./src/components/deposit/json.js
,Added module
history
:./src/components/header/menu.js
,/src/store/configureStore.js
Added module
material-ui
:./node_modules/redux-form-material-ui/lib/AutoComplete.js
./node_modules/redux-form-material-ui/lib/Checkbox.js
./node_modules/redux-form-material-ui/lib/DatePicker.js
./node_modules/redux-form-material-ui/lib/RadioButtonGroup.js
./node_modules/redux-form-material-ui/lib/SelectField.js
./node_modules/redux-form-material-ui/lib/Slider.js
./node_modules/redux-form-material-ui/lib/TextField.js
./node_modules/redux-form-material-ui/lib/TimePicker.js
./node_modules/redux-form-material-ui/lib/Toggle.js