Skip to content

Commit 404ed92

Browse files
authored
chore[devtools]: use react-window from npm and bump react-virtualized-auto-sizer to ^1.0.23 (#28408)
1. Bumps `react-virtualized-auto-sizer` to 1.0.23, which has a fix for cases with multiple realms - bvaughn/react-virtualized-auto-sizer#82 2. Removes `react-window` from react-devtools-shared/src/node_modules, now listed as dependency in `package.json` and bumped to 1.8.10 Tested: - Chrome extension - Standalone shell with RN
1 parent 81d2a51 commit 404ed92

25 files changed

+32
-7511
lines changed

packages/react-devtools-shared/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"local-storage-fallback": "^4.1.1",
2424
"lodash.throttle": "^4.1.1",
2525
"memoize-one": "^3.1.1",
26-
"react-virtualized-auto-sizer": "^1.0.6"
26+
"react-virtualized-auto-sizer": "^1.0.23",
27+
"react-window": "^1.8.10"
2728
}
2829
}

packages/react-devtools-shared/src/node_modules/react-window/CHANGELOG.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

packages/react-devtools-shared/src/node_modules/react-window/LICENSE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/react-devtools-shared/src/node_modules/react-window/README.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

packages/react-devtools-shared/src/node_modules/react-window/dist/index-dev.umd.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/react-devtools-shared/src/node_modules/react-window/dist/index-prod.umd.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)