Skip to content

Commit

Permalink
build(deps): bump the react group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the react group with 4 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom).


Updates `react` from 18.2.0 to 19.0.0
- [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/v19.0.0/packages/react)

Updates `@types/react` from 18.2.7 to 19.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.1 to 19.0.0
- [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/v19.0.0/packages/react-dom)

Updates `@types/react-dom` from 18.3.0 to 19.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: react
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent f996325 commit ca817df
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 286 deletions.
8 changes: 4 additions & 4 deletions apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"next": "15.0.3",
"next-i18next": "^15.3.1",
"query-string": "9.1.0",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.1",
"react-i18next": "^15.1.1",
Expand All @@ -74,8 +74,8 @@
"@types/jest-axe": "^3.5.9",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/react": "18.2.7",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.29",
"@vercel/style-guide": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"next-transpile-modules": "^10.0.1",
"nuka-carousel": "^7.0.0",
"query-string": "9.1.0",
"react": "18.2.0",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.52.1",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.1",
Expand All @@ -57,8 +57,8 @@
"@types/jest-axe": "^3.5.9",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/react": "18.2.7",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-transition-group": "^4.4.11",
"@types/sanitize-html": "^2.13.0",
"@types/styled-components": "^5.1.29",
Expand Down
12 changes: 6 additions & 6 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"lodash": "^4.17.21",
"next": "15.0.3",
"next-i18next": "^15.3.1",
"react": "^18.2.0",
"react": "^19.0.0",
"react-big-calendar": "^1.16.3",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^15.1.1",
"react-toastify": "^10.0.5",
Expand All @@ -39,8 +39,8 @@
},
"peerDependencies": {
"@apollo/client": "^3.9.7",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript-cookie": "^1.0.6"
},
"devDependencies": {
Expand All @@ -50,9 +50,9 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.13",
"@types/react": "^18.2.7",
"@types/react": "^19.0.1",
"@types/react-big-calendar": "^1.16.0",
"@types/react-dom": "18.3.0",
"@types/react-dom": "19.0.2",
"@types/styled-components": "^5.1.29",
"@vercel/style-guide": "^6.0.0",
"chalk": "^5.3.0",
Expand Down
Loading

0 comments on commit ca817df

Please sign in to comment.