Skip to content

Commit

Permalink
chore(root-deps)(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.5 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent 41e8b9f commit a2435c0
Show file tree
Hide file tree
Showing 14 changed files with 143 additions and 146 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"react": "^18.0.2",
"react-dom": "^18.0.2"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "latest",
Expand Down
4 changes: 2 additions & 2 deletions apps/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@emotion/styled": "^11.11.5",
"@repo/eslint-config": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/typescript-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:^",
"@repo/typescript-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@mui/icons-material": "next",
"@mui/material": "next",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@repo/eslint-config": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/typescript-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/remix-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@remix-run/serve": "^2.10.3",
"isbot": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.10.3",
"@repo/typescript-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.19",
Expand Down
4 changes: 2 additions & 2 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@remix-run/serve": "^2.10.2",
"isbot": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.10.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.19",
Expand Down
4 changes: 2 additions & 2 deletions apps/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/typescript-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@repo/eslint-config": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/typescript-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@repo/eslint-config": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/typescript-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/vite4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/typescript-config": "workspace:^",
"@repo/eslint-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/vite5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/typescript-config": "workspace:^",
"@repo/eslint-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/vite6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/typescript-config": "workspace:^",
"@repo/eslint-config": "workspace:^",
"@repo/testing": "workspace:^",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
Loading

0 comments on commit a2435c0

Please sign in to comment.