chore(deps): bump react-dom and @types/react-dom in /web

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 19.1.1 to 19.2.0
- [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/v19.2.0/packages/react-dom)

Updates `@types/react-dom` from 19.1.9 to 19.2.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-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-02 20:29:58 +00:00 committed by Collin Barrett
parent db354c3d56
commit cb71507e5b
2 changed files with 2 additions and 2 deletions

BIN
web/package-lock.json generated

Binary file not shown.

View file

@ -9,7 +9,7 @@
"@types/jest": "^30.0.0",
"@types/node": "^24.6.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.1.9",
"@types/react-dom": "^19.2.0",
"@types/react-router-dom": "^5.3.3",
"antd": "^4.24.16",
"babel-plugin-import": "^1.13.8",
@ -22,7 +22,7 @@
"prettier": "^3.3.2",
"react": "^19.2.0",
"react-app-rewired": "^2.1.11",
"react-dom": "^19.1.1",
"react-dom": "^19.2.0",
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.0",
"slugify": "^1.6.6",