updated react packages to 2021

- exception: Bootstrap remains at 4, react-router-dom at 5.*
This commit is contained in:
Godmar Back 2021-11-16 10:45:06 -05:00
parent d198dfa158
commit 966e23dd13
3 changed files with 3090 additions and 25162 deletions

28230
react-app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,21 +3,23 @@
"version": "0.2.0", "version": "0.2.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"bootstrap": "^4.6.0", "bootstrap": "^4.6.1",
"formik": "^2.2.6", "formik": "^2.2.9",
"prop-types": "^15.6.1", "prop-types": "^15.7.2",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-player": "^2.9.0", "react-player": "^2.9.0",
"react-redux": "^7.2.3", "react-redux": "^7.2.6",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.1",
"react-scripts": "4.0.3", "reactstrap": "^8.10.1",
"reactstrap": "^8.9.0", "redux": "^4.1.2",
"redux": "^4.0.5", "redux-thunk": "^2.4.0",
"redux-thunk": "^2.3.0",
"superagent": "^6.1.0", "superagent": "^6.1.0",
"toastr": "^2.1.4" "toastr": "^2.1.4"
}, },
"devDependencies": {
"react-scripts": "4.0.3"
},
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",

View File

@ -19,7 +19,7 @@ import config from '../config/';
*/ */
const AppContainer = (props) => ( const AppContainer = (props) => (
<div> <div>
<TopNavBar branding="CS3214 Demo App 2020" <TopNavBar branding="CS3214 Demo App 2021"
menus={config.menus} menus={config.menus}
user={props.user} user={props.user}
loginUrl={`/login`} loginUrl={`/login`}