Commit f0e3e5b
authored
Bump dependencies (#3158)
* use `act` from `react` instead of `@testing-library/react`
* bump dependencies
* bump `@testing-library/react`
* bump `@react-aria/interactions`
* bump "@tanstack/react-virtual"
* add `ResizeObserver` polyfill, and enable it by default for tests
* mock `getBoundingClientRect`
Otherwise the virtualization tests don't work as expected because they
rely on the client rect which is not supported (or not correctly
measured) in JSDOM.1 parent 1a440e1 commit f0e3e5b
File tree
13 files changed
+505
-203
lines changed- jest
- packages
- @headlessui-react
- src
- components
- combobox
- dialog
- listbox
- popover
- transition
- test-utils
- @headlessui-vue/src/components
- combobox
- dialog
13 files changed
+505
-203
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
0 commit comments