Updated dependencies for console. (#800)

There is one fix that needs to be applied once create-react-app delivers a new update. Please refer to https://github.com/facebook/create-react-app/issues/11053
https://github.com/facebook/create-react-app/issues/11053

Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2021-06-08 18:21:48 -05:00
committed by GitHub
parent 6791631904
commit d5a3fee0be
3 changed files with 1890 additions and 1914 deletions

View File

@@ -31,7 +31,7 @@
"local-storage-fallback": "^4.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "17.0.1",
"react": "^17.0.2",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.6",
"react-async-hook": "^3.6.1",
@@ -44,7 +44,7 @@
"react-moment": "^1.1.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.1",
"react-scripts": "4.0.3",
"react-virtualized": "^9.22.2",
"react-window-infinite-loader": "^1.0.5",
"recharts": "^2.0.3",
@@ -78,7 +78,7 @@
},
"proxy": "http://localhost:9090/",
"devDependencies": {
"prettier": "2.3.0",
"typescript": "^4.1.3"
"prettier": "2.3.1",
"typescript": "^4.3.2"
}
}

View File

@@ -265,7 +265,7 @@ export function tenantsReducer(
{}
);
let newValue: typeof originPageNameItems = {};
let newValue: any = {};
newValue[action.field] = action.value;
const joinValue = { ...originPageNameItems, ...newValue };

File diff suppressed because it is too large Load Diff