upgraded react and react-dom

This commit is contained in:
andres alcocer
2020-08-03 12:33:21 -04:00
parent 661e885905
commit d1262fd023
4 changed files with 114 additions and 148 deletions

View File

@@ -19,14 +19,14 @@
"axios": "^0.18.1",
"lodash": "^4.17.19",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-slick": "^0.27.1",
"redux": "^4.0.1",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0"
"redux-thunk": "^2.3.0",
"swiper": "^6.1.1"
},
"devDependencies": {
"@babel/core": "^7.1.5",