Skip to content

Commit 062f485

Browse files
Bump react and @types/react
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.13 to 19.2.2 - [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.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfdd2e8 commit 062f485

File tree

2 files changed

+92
-92
lines changed

2 files changed

+92
-92
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@mui/material": "^7.3.2",
2626
"autosuggest-highlight": "^3.3.4",
2727
"axios": "^1.12.2",
28-
"react": "^19.1.1",
28+
"react": "^19.2.0",
2929
"react-dom": "^19.1.1",
3030
"react-router": "^7.9.0",
3131
"remeda": "^2.31.1",
@@ -43,7 +43,7 @@
4343
"@types/express": "^5.0.3",
4444
"@types/jest": "^30.0.0",
4545
"@types/node": "^24.9.1",
46-
"@types/react": "^19.1.13",
46+
"@types/react": "^19.2.2",
4747
"@types/react-dom": "^19.1.9",
4848
"@typescript-eslint/eslint-plugin": "^8.43.0",
4949
"@typescript-eslint/parser": "^8.43.0",

0 commit comments

Comments
 (0)