Skip to content

Commit 2fd679a

Browse files
chore(deps): bump react and react-dom
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 18.3.1 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) Updates `react-dom` from 18.3.1 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 dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: react-dom dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54c4574 commit 2fd679a

File tree

2 files changed

+29
-60
lines changed

2 files changed

+29
-60
lines changed

micro-frontends-module-federation/accountdetails/package-lock.json

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

micro-frontends-module-federation/accountdetails/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "",
1414
"license": "ISC",
1515
"dependencies": {
16-
"react": "^18.0.2",
17-
"react-dom": "^18.0.2"
16+
"react": "^19.2.4",
17+
"react-dom": "^19.2.4"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.13.15",

0 commit comments

Comments
 (0)