Skip to content

Commit

Permalink
build(deps): bump react and react-dom
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). 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 `react-dom` 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-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 86f3b6d commit d13d7d5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 54 deletions.
100 changes: 48 additions & 52 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"next": "^12.1.0",
"next-seo": "^4.24.0",
"next-translate": "^1.0.6",
"react": "^17.0.2",
"react": "^18.3.1",
"react-countup": "^6.1.1",
"react-dom": "^17.0.2",
"react-dom": "^18.3.1",
"react-icons": "^4.2.0",
"react-player": "^2.9.0",
"react-responsive-carousel": "^3.2.22",
Expand Down

0 comments on commit d13d7d5

Please sign in to comment.