Skip to content

Commit

Permalink
build(deps): bump react-dom and @types/react-dom
Browse files Browse the repository at this point in the history
Bumps [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). These dependencies needed to be updated together.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 6e1982d commit 08f52dd
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 225 deletions.
4 changes: 2 additions & 2 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mantine-datatable": "^7.15.1",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1"
"react-dom": "19.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand All @@ -58,7 +58,7 @@
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^19.0.2",
"babel-loader": "^9.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"next": "14.2.15",
"next-sanity": "^9.8.30",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"sanity-plugin-iframe-pane": "^3.1.6",
"zod": "^3.24.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"next": "^14.2.15",
"next-sanity": "^9.8.30",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mantine/hooks": "7.15.2",
"@tabler/icons-react": "^3.26.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react-dom": "19.0.0"
},
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
Expand Down
Loading

0 comments on commit 08f52dd

Please sign in to comment.