Skip to content

Commit 252a039

Browse files
build(deps): bump react-dom from 19.2.1 to 19.2.3
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.1 to 19.2.3. - [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.3/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6229b6b commit 252a039

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ra-input-rich-text": "^5.13.3",
3939
"react": "^19.2.3",
4040
"react-admin": "^5.13.3",
41-
"react-dom": "^19.2.1",
41+
"react-dom": "^19.2.3",
4242
"react-scripts": "5.0.1",
4343
"typescript": "5.9.3"
4444
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9326,10 +9326,10 @@ react-dev-utils@^12.0.1:
93269326
strip-ansi "^6.0.1"
93279327
text-table "^0.2.0"
93289328

9329-
react-dom@^19.2.1:
9330-
version "19.2.1"
9331-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.1.tgz#ce3527560bda4f997e47d10dab754825b3061f59"
9332-
integrity sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==
9329+
react-dom@^19.2.3:
9330+
version "19.2.3"
9331+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.3.tgz#f0b61d7e5c4a86773889fcc1853af3ed5f215b17"
9332+
integrity sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==
93339333
dependencies:
93349334
scheduler "^0.27.0"
93359335

0 commit comments

Comments
 (0)