Skip to content

Commit 4a69554

Browse files
fix: 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.3.1 to 19.1.1 - [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.1.1/packages/react-dom) Updates `@types/react-dom` from 18.3.0 to 19.1.7 - [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.1.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react-dom" dependency-version: 19.1.7 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 418a5ee commit 4a69554

File tree

2 files changed

+87
-20
lines changed

2 files changed

+87
-20
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"numeral": "^2.0.6",
6060
"react": "^18.3.1",
6161
"react-confetti": "^6.1.0",
62-
"react-dom": "^18.3.1",
62+
"react-dom": "^19.1.1",
6363
"react-redux": "^9.1.2",
6464
"rxjs": "^7.8.1",
6565
"uuid": "^11.1.0",
@@ -73,7 +73,7 @@
7373
"@testing-library/react": "^16.0.0",
7474
"@testing-library/user-event": "^14.5.2",
7575
"@types/react": "^18.3.3",
76-
"@types/react-dom": "^18.3.0",
76+
"@types/react-dom": "^19.1.9",
7777
"@types/uuid": "^10.0.0",
7878
"@typescript-eslint/eslint-plugin": "^7.15.0",
7979
"@typescript-eslint/parser": "^7.15.0",

0 commit comments

Comments
 (0)