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

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

Updates `react` 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)

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

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  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:24:47 +00:00 committed by Collin Barrett
parent c941cab055
commit cea0ca9c4e
2 changed files with 2 additions and 2 deletions

BIN
web/package-lock.json generated

Binary file not shown.

View file

@ -8,7 +8,7 @@
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.6.2",
"@types/react": "^19.1.16",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.1.9",
"@types/react-router-dom": "^5.3.3",
"antd": "^4.24.16",
@ -20,7 +20,7 @@
"less": "^4.4.1",
"less-loader": "^12.3.0",
"prettier": "^3.3.2",
"react": "^19.1.1",
"react": "^19.2.0",
"react-app-rewired": "^2.1.11",
"react-dom": "^19.1.1",
"react-router-dom": "^5.3.4",