Skip to content

Commit

Permalink
ui/package: Update the UI packages
Browse files Browse the repository at this point in the history
- Upgrade the react-table version to get support for react (v17.0.1)
- Introduce react-window and react-virtualized-auto-sizer for the
  virtualize list

Refs: #2931
  • Loading branch information
ChengYanJin committed Dec 23, 2020
1 parent 1e695c7 commit 29a9e3e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
20 changes: 17 additions & 3 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"react-router-dom": "^5.1.0",
"react-scripts": "^3.4.4",
"react-select": "^3.0.8",
"react-table": "^7.2.2",
"react-table": "^7.6.2",
"react-virtualized": "^9.21.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.6",
"redux": "^4.0.1",
"redux-oidc": "^3.1.0",
"redux-saga": "^1.0.2",
Expand Down

0 comments on commit 29a9e3e

Please sign in to comment.