Skip to content

Commit

Permalink
build(deps-dev): 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.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-dom)

Updates `@types/react-dom` from 18.2.9 to 18.3.0
- [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:development
  update-type: version-update:semver-minor
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent 2f3c44a commit 7288921
Show file tree
Hide file tree
Showing 40 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/jest": "29.4.4",
"@types/node": "18.19.31",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"babel-jest": "29.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@availity/mui-typography": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@availity/mui-icon": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/backdrop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@availity/mui-icon": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/block-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@availity/mui-paper": "workspace:*",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@availity/mui-icon": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@availity/mui-typography": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/chip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@availity/mui-avatar": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@availity/mui-layout": "workspace:*",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "~5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/empty-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/form-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@availity/mui-icon": "workspace:*",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@availity/mui-icon": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@availity/mui-typography": "workspace:*",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/page-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@availity/mui-typography": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@availity/mui-icon": "workspace:*",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/paper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@availity/mui-typography": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/popper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@availity/mui-typography": "workspace:*",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@availity/mui-divider": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/textfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "~5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/toggle-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@availity/mui-icon": "workspace:^",
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@mui/material": "^5.15.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit 7288921

Please sign in to comment.