build(deps): bump react-dom and @types/react-dom

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together.

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.25 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-19 09:20:34 +00:00 committed by Klara Simickova
parent 0ac68864f4
commit 06daa65904
2 changed files with 15 additions and 147 deletions

View file

@ -20,7 +20,7 @@
"classnames": "2.5.1",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"react-router-dom": "6.23.1",
"redux": "5.0.1",
@ -70,7 +70,7 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react-dom": "18.3.0",
"@types/react-redux": "7.1.33",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "7.13.1",