Skip to content

Commit

Permalink
[JN-1457]: Bump react-dom and @types/react-dom
Browse files Browse the repository at this point in the history
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.2.0 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)

Updates `@types/react-dom` from 18.2.4 to 19.0.3
- [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-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent ff08b58 commit f9c1fb8
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 38 deletions.
173 changes: 139 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ui-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-contenteditable": "^3.3.6",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-email-editor": "^1.7.9",
"react-notifications-component": "^4.0.1",
"react-oidc-context": "^2.2.0",
Expand All @@ -41,7 +41,7 @@
"@types/lodash": "^4.17.13",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.0.6",
"@types/react-dom": "^19.0.3",
"@types/react-plotly.js": "^2.6.3",
"canvas": "^2.11.2"
},
Expand Down
4 changes: 2 additions & 2 deletions ui-participant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"oidc-client-ts": "^2.2.0",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-markdown": "^8.0.3",
"react-oidc-context": "^2.2.0",
"react-router-dom": "^6.4.0",
Expand All @@ -33,7 +33,7 @@
"@types/bootstrap": "^5.2.10",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.0.6",
"@types/react-dom": "^19.0.3",
"@types/react-router-hash-link": "^2.4.5"
},
"scripts": {
Expand Down

0 comments on commit f9c1fb8

Please sign in to comment.