Skip to content

Commit ff0c159

Browse files
authored
Add 'react-virtualized' dependency to package.json. (#429)
It make it easier to dev with local version of commons-ui (no need to do npm pack anymore). Doing this does not change the installed dependencies because it was already imported by commons-ui. Signed-off-by: Florent MILLOT <[email protected]>
1 parent 49cb80c commit ff0c159

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"react-papaparse": "^4.4.0",
2929
"react-redux": "^9.1.0",
3030
"react-router-dom": "^6.22.3",
31+
"react-virtualized": "^9.22.5",
3132
"react-window": "^1.8.10",
3233
"reconnecting-websocket": "^4.4.0",
3334
"redux": "^5.0.1",

0 commit comments

Comments
 (0)