Skip to content

Commit cffb504

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

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.14.1",
3939
"react": "^19.2.4",
4040
"react-admin": "^5.14.1",
41-
"react-dom": "^19.2.3",
41+
"react-dom": "^19.2.4",
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
@@ -9288,10 +9288,10 @@ react-dev-utils@^12.0.1:
92889288
strip-ansi "^6.0.1"
92899289
text-table "^0.2.0"
92909290

9291-
react-dom@^19.2.3:
9292-
version "19.2.3"
9293-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.3.tgz#f0b61d7e5c4a86773889fcc1853af3ed5f215b17"
9294-
integrity sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==
9291+
react-dom@^19.2.4:
9292+
version "19.2.4"
9293+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.4.tgz#6fac6bd96f7db477d966c7ec17c1a2b1ad8e6591"
9294+
integrity sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==
92959295
dependencies:
92969296
scheduler "^0.27.0"
92979297

0 commit comments

Comments
 (0)