Skip to content

Commit 0b80b3f

Browse files
author
Benjamin Perez
committed
Updated dependencies for console.
There is one fix that needs to be applied once create-react-app delivers a new update. Please refer to facebook/create-react-app#11053 facebook/create-react-app#11053
1 parent 9a8106d commit 0b80b3f

File tree

3 files changed

+1900
-1924
lines changed

3 files changed

+1900
-1924
lines changed

portal-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"local-storage-fallback": "^4.1.1",
3232
"lodash": "^4.17.21",
3333
"moment": "^2.29.1",
34-
"react": "17.0.1",
34+
"react": "^17.0.2",
3535
"react-app-rewire-hot-loader": "^2.0.1",
3636
"react-app-rewired": "^2.1.6",
3737
"react-async-hook": "^3.6.1",
@@ -44,7 +44,7 @@
4444
"react-moment": "^1.1.1",
4545
"react-redux": "^7.1.3",
4646
"react-router-dom": "^5.1.2",
47-
"react-scripts": "4.0.1",
47+
"react-scripts": "4.0.3",
4848
"react-virtualized": "^9.22.2",
4949
"react-window-infinite-loader": "^1.0.5",
5050
"recharts": "^2.0.3",
@@ -78,7 +78,7 @@
7878
},
7979
"proxy": "http://localhost:9090/",
8080
"devDependencies": {
81-
"prettier": "2.3.0",
82-
"typescript": "^4.1.3"
81+
"prettier": "2.3.1",
82+
"typescript": "^4.3.2"
8383
}
8484
}

portal-ui/src/screens/Console/Tenants/reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export function tenantsReducer(
265265
{}
266266
);
267267

268-
let newValue: typeof originPageNameItems = {};
268+
let newValue: any = {};
269269
newValue[action.field] = action.value;
270270

271271
const joinValue = { ...originPageNameItems, ...newValue };

0 commit comments

Comments
 (0)