Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit ba13309

Browse files
Bump react and @types/react in /ui
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 17.0.2 to 19.0.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.0.0/packages/react) Updates `@types/react` from 16.14.45 to 19.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f771451 commit ba13309

File tree

2 files changed

+50
-40
lines changed

2 files changed

+50
-40
lines changed

ui/package-lock.json

Lines changed: 48 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"mobx-state-tree": "^7.0.2",
2626
"moment": "^2.30.1",
2727
"mst-persist": "^0.1.3",
28-
"react": "^17.0.0",
28+
"react": "^19.2.0",
2929
"react-dom": "^17.0.0",
3030
"react-hotkeys-hook": "^4.6.1",
3131
"react-markdown": "^9.0.3",
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
7070
"@testing-library/react-hooks": "^8.0.1",
71-
"@types/react": "^16.14.28",
71+
"@types/react": "^19.2.2",
7272
"@typescript-eslint/eslint-plugin": "8.25.0",
7373
"@typescript-eslint/parser": "8.25.0",
7474
"assert": "^2.1.0",

0 commit comments

Comments
 (0)