Skip to content

Commit

Permalink
build(deps): bump react and @types/react in /ui
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.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)

Updates `@types/react` from 18.2.57 to 18.3.1
- [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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 12b2069 commit 39f9551
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
40 changes: 14 additions & 26 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 @@ -11,7 +11,7 @@
"@testing-library/user-event": "^14.5.2",
"awesome-debounce-promise": "^2.1.0",
"bootstrap": "^5.3.3",
"react": "^18.1.0",
"react": "^18.3.1",
"react-async-hook": "^4.0.0",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
Expand All @@ -29,7 +29,7 @@
"@fontsource/inter": "^5.0.17",
"@fontsource/lato": "^5.0.19",
"@types/node": "^20.11.28",
"@types/react": "^18.2.57",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.21",
"cra-template-typescript": "^1.2.0",
"eslint": "^7.32.0",
Expand Down

0 comments on commit 39f9551

Please sign in to comment.