Skip to content

Commit

Permalink
document react-virtualized
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed Oct 22, 2024
1 parent 428b95f commit 941281b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions knip.production.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ const knipConfig = {
"react-virtualized-auto-sizer",
"react-window",
"simple-icons",

// PeerDependency of react-select-virtualized
"react-virtualized",
],
// False positive for PackageInstance.featureFlag
ignoreMembers: ["featureFlag"],
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"react-shadow": "^20.5.0",
"react-spinners": "^0.13.0",
"react-table": "^7.7.0",
"react-virtualized": "^9.22.5",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"redux-logger": "^3.0.6",
Expand Down Expand Up @@ -284,7 +285,6 @@
"react-beautiful-dnd-next": "^11.0.5",
"react-refresh-typescript": "^2.0.9",
"react-select-event": "^5.3.0",
"react-virtualized": "^9.22.5",
"sass-loader": "^16.0.2",
"shadow-dom-testing-library": "^1.11.3",
"storybook": "^7.6.17",
Expand Down

0 comments on commit 941281b

Please sign in to comment.