dillon1000/react

Commit

Upgrade jest and jsdom (#29026)

## Summary

This brings:
 - jest* up from 29.4.2 -> 29.7.0
 - jsdom up from 20.0.0 -> 22.1.0

While the latest version of jest-dom-environment still wants
`jsdom@^20.0.0`, it can safely use at least up to `[email protected]`. See
https://github.com/jestjs/jest/pull/13825#issuecomment-1564015010 for
details.

Upgrading to latest versions lets us improve some WheelEvent tests and
will make it possible to test a much simpler FormData construction
approach (see #29018)

## How did you test this change?

Ran `yarn test` and `yarn test --prod` successfully
Browse files
Changed paths4 files
First-parent comparison
M package.json ModifiedM packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js ModifiedM packages/react-dom/src/events/__tests__/SyntheticWheelEvent-test.js ModifiedM yarn.lock Modified
Patch

Files changed

Rendering syntax-highlighted changes…