Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated deps and JS syntax changes for updated deps #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

889884m
Copy link

@889884m 889884m commented Jul 11, 2023

Changes due to updating dependencies with npm install --legacy-peer-deps

Added material-ui dep
Changed History to version 4.10.1
Changed 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant