Skip to content

Commit

Permalink
chore[devtools]: use react-window from npm and bump react-virtualized…
Browse files Browse the repository at this point in the history
…-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
  • Loading branch information
hoxyq committed Feb 22, 2024
1 parent 81d2a51 commit 404ed92
Show file tree
Hide file tree
Showing 25 changed files with 32 additions and 7,511 deletions.
3 changes: 2 additions & 1 deletion packages/react-devtools-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"local-storage-fallback": "^4.1.1",
"lodash.throttle": "^4.1.1",
"memoize-one": "^3.1.1",
"react-virtualized-auto-sizer": "^1.0.6"
"react-virtualized-auto-sizer": "^1.0.23",
"react-window": "^1.8.10"
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 404ed92

Please sign in to comment.