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.1 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 12, 2024
1 parent 5d7d5c7 commit 8d3603e
Show file tree
Hide file tree
Showing 8 changed files with 500 additions and 462 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/pluralize": "^0.0.33",
"@types/promise-retry": "^1.1.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "19.0.2",
"@types/react-test-renderer": "^18.3.0",
"@tzkt/sdk-api": "^2.2.1",
"@umami/components": "workspace:^",
Expand Down Expand Up @@ -129,7 +129,7 @@
"process": "^0.11.10",
"promise-retry": "^2.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.52.2",
"react-player": "^2.16.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/embed-iframe-mainnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@umami/embed-iframe": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-router-dom": "^6.26.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/embed-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vercel/analytics": "^1.4.1",
"framer-motion": "^11.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-router-dom": "^6.26.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"papaparse": "^5.4.1",
"pluralize": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.52.2",
"react-player": "^2.16.0",
Expand Down Expand Up @@ -112,7 +112,7 @@
"@types/lodash": "^4",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-dom": "^19.0.2",
"@umami/eslint-config": "workspace:^",
"@umami/jest-config": "workspace:^",
"@umami/test-utils": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/lodash": "^4",
"@types/md5": "^2.3.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "19.0.2",
"@types/zxcvbn": "^4.4.5",
"@umami/eslint-config": "workspace:^",
"@umami/jest-config": "workspace:^",
Expand Down Expand Up @@ -81,7 +81,7 @@
"framer-motion": "^11.13.1",
"md5": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.52.2",
"react-remove-scroll": "^2.6.0",
"zod": "^3.24.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/data-polling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/jest": "^29.5.14",
"@types/lodash": "^4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "19.0.2",
"@umami/eslint-config": "workspace:^",
"@umami/utils": "workspace:^",
"@umami/jest-config": "workspace:^",
Expand Down Expand Up @@ -77,7 +77,7 @@
"framer-motion": "^11.13.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-redux": "^9.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/eslint": "^8",
"@types/lodash": "^4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "19.0.2",
"@umami/eslint-config": "workspace:^",
"@umami/jest-config": "workspace:^",
"@umami/utils": "workspace:^",
Expand Down Expand Up @@ -91,7 +91,7 @@
"immer": "^10.1.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
Expand Down
938 changes: 488 additions & 450 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 8d3603e

Please sign in to comment.