Skip to content

Commit

Permalink
Bump react and @types/react in /ui (#709)
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.2.0 to 18.3.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/HEAD/packages/react)

Updates `@types/react` from 18.2.79 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Edgar <[email protected]>
  • Loading branch information
dependabot[bot] and MikeEdgar authored Apr 26, 2024
1 parent 3c86953 commit daae468
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions ui/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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tanstack/react-virtual": "^3.4.0",
"@types/lodash.groupby": "^4.6.9",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react": "18.3.0",
"@types/react-dom": "18.2.25",
"@types/react-highlight-words": "^0.16.7",
"classnames": "^2.5.1",
Expand All @@ -47,7 +47,7 @@
"next-logger": "^4.0.0",
"pino": "^9.0.0",
"prometheus-query": "^3.4.0",
"react": "18.2.0",
"react": "18.3.0",
"react-csv-downloader": "^3.1.0",
"react-dom": "18.2.0",
"react-highlight-words": "^0.20.0",
Expand Down

0 comments on commit daae468

Please sign in to comment.