Skip to content

Commit

Permalink
build(deps): bump react and @types/react in /frontend (#1100)
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.46 to 18.3.2
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2024
1 parent b56fea9 commit c3958fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
22 changes: 8 additions & 14 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.1",
"@types/react": "^18.2.46",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.2.17",
"@types/sinon": "^10.0.17",
"@types/sinon-chai": "^3.2.9",
Expand Down Expand Up @@ -47,7 +47,7 @@
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-ace": "^11.0.1",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit c3958fc

Please sign in to comment.