Skip to content

Commit

Permalink
build(deps): bump react-dom and @types/react-dom in /dashboard
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 18.3.1
- [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/v18.3.1/packages/react-dom)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent f1b149a commit a2a23f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions dashboard/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 dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-cytoscapejs": "^2.0.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-drag-drop-files": "^2.3.10",
"react-simple-maps": "3.0.0",
"typescript": "5.2.2"
Expand All @@ -61,7 +61,7 @@
"@types/node": "20.11.21",
"@types/react": "18.3.3",
"@types/react-cytoscapejs": "^1.2.5",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.3.0",
"@types/react-simple-maps": "^3.0.2",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
Expand Down

0 comments on commit a2a23f9

Please sign in to comment.