Skip to content

Commit 7b851e2

Browse files
build(deps-dev): bump react-dom from 18.3.1 to 19.0.0
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 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-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8190a43 commit 7b851e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"jest-environment-jsdom": "^29.7.0",
7272
"prettier": "3.3.2",
7373
"react": "^18",
74-
"react-dom": "^18",
74+
"react-dom": "^19",
7575
"rimraf": "^5.0.7",
7676
"sass": "^1.81.0",
7777
"sass-loader": "^14.2.1",

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/react-dom": "^18.3.0",
5151
"@types/react-router-dom": "^5.3.3",
5252
"react": "^18.3.1",
53-
"react-dom": "^18.3.1",
53+
"react-dom": "^19.0.0",
5454
"react-router": "^6.23.0",
5555
"react-router-dom": "^6.28.0",
5656
"rimraf": "^5.0.5",

0 commit comments

Comments
 (0)