Skip to content

Commit

Permalink
Bump react and @types/react in /app-ui (#37)
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.64 to 18.3.4
- [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>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent 48386c7 commit 23cca49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
22 changes: 8 additions & 14 deletions app-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 app-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.8",
"@types/node": "^16.18.61",
"@types/react": "^18.2.37",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.2.15",
"ag-grid-community": "^32.0.1",
"ag-grid-react": "^31.1.1",
Expand All @@ -26,7 +26,7 @@
"esbuild": "^0.19.5",
"framer-motion": "^10.16.5",
"http-proxy-middleware": "^2.0.6",
"react": "^18.2.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-pro-sidebar": "^1.1.0-alpha.1",
Expand Down

0 comments on commit 23cca49

Please sign in to comment.