Skip to content

Commit 690627c

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 5dbaec4 commit 690627c

File tree

2 files changed

+110
-21
lines changed

2 files changed

+110
-21
lines changed

package-lock.json

Lines changed: 108 additions & 19 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
@@ -60,7 +60,7 @@
6060
"numeral": "^2.0.6",
6161
"react": "^18.3.1",
6262
"react-confetti": "^6.1.0",
63-
"react-dom": "^18.3.1",
63+
"react-dom": "^19.1.1",
6464
"react-redux": "^9.1.2",
6565
"rxjs": "^7.8.1",
6666
"uuid": "^11.1.0",
@@ -74,7 +74,7 @@
7474
"@testing-library/react": "^16.0.0",
7575
"@testing-library/user-event": "^14.5.2",
7676
"@types/react": "^18.3.3",
77-
"@types/react-dom": "^18.3.0",
77+
"@types/react-dom": "^19.1.7",
7878
"@types/uuid": "^10.0.0",
7979
"@typescript-eslint/eslint-plugin": "^7.15.0",
8080
"@typescript-eslint/parser": "^7.15.0",

0 commit comments

Comments
 (0)