Skip to content

Commit 4fc0061

Browse files
chore(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 19.2.4 - [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.4/packages/react-dom) Updates `@types/react-dom` from 18.2.22 to 19.2.3 - [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.4 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react-dom" dependency-version: 19.2.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f000ceb commit 4fc0061

File tree

2 files changed

+237
-116
lines changed

2 files changed

+237
-116
lines changed

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"raw-loader": "^4.0.2",
2424
"react": "^18.2.0",
2525
"react-data-grid": "^7.0.0-beta.43",
26-
"react-dom": "^18.2.0",
26+
"react-dom": "^19.2.4",
2727
"react-tiny-popover": "^8.1.6",
2828
"styled-components": "^6.3.8",
2929
"tailwindcss": "^3.4.16",
@@ -37,7 +37,7 @@
3737
"@types/js-cookie": "^3.0.6",
3838
"@types/node": "25.0.3",
3939
"@types/react": "18.2.67",
40-
"@types/react-dom": "18.2.22",
40+
"@types/react-dom": "19.2.3",
4141
"@typescript-eslint/eslint-plugin": "^8.51.0",
4242
"@typescript-eslint/parser": "^8.49.0",
4343
"eslint": "^9.39.2",

0 commit comments

Comments
 (0)