Skip to content

Commit

Permalink
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 17.0.2 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 16.14.45 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-major
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent c6db71f commit e054864
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 28 deletions.
70 changes: 44 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 @@ -24,7 +24,7 @@
"mobx-state-tree": "^5.4.2",
"moment": "^2.30.1",
"mst-persist": "^0.1.3",
"react": "^17.0.0",
"react": "^18.3.1",
"react-dom": "^17.0.0",
"react-hotkeys-hook": "^4.5.0",
"react-markdown": "^9.0.1",
Expand Down Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "^16.14.28",
"@types/react": "^18.3.1",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.8.0",
"assert": "^2.1.0",
Expand Down

0 comments on commit e054864

Please sign in to comment.