Skip to content

Commit

Permalink
chore(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.2 to 19.0.3
- [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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 5864161 commit fd47e53
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 45 deletions.
137 changes: 101 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"pkg-pr-new": "^0.0.39",
"prettier-plugin-astro": "^0.14.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"remark-gfm": "^4.0.0",
"storybook": "^8.4.5",
"stylelint": "^16.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.10.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.1",
"@types/react-dom": "^19.0.3",
"@types/react-modal": "^3.16.3",
"jest-axe": "^9.0.0",
"mockdate": "^3.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-swipeable": "^7.0.2",
"rollup-plugin-preserve-directives": "^0.4.0",
"temporal-polyfill": "^0.2.5",
Expand Down
4 changes: 2 additions & 2 deletions templates/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@sumup-oss/icons": "^5.0.0",
"@sumup-oss/intl": "^3.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.1",
"@types/react-dom": "^19.0.3",
"astro": "^5.1.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
Expand Down
4 changes: 2 additions & 2 deletions templates/nextjs/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sumup-oss/intl": "^3.1.0",
"next": "^15.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@sumup-oss/eslint-plugin-circuit-ui": "^5.0.0",
Expand All @@ -33,7 +33,7 @@
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.10.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.1",
"@types/react-dom": "^19.0.3",
"eslint-config-next": "^15.1.5",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-testing-library": "^7.1.1",
Expand Down
4 changes: 2 additions & 2 deletions templates/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@sumup-oss/intl": "^3.1.0",
"isbot": "^5.1.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",
"@sumup-oss/eslint-plugin-circuit-ui": "^5.0.0",
"@sumup-oss/foundry": "^8.4.1",
"@sumup-oss/stylelint-plugin-circuit-ui": "^3.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.1",
"@types/react-dom": "^19.0.3",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "^5.7.3",
"typescript-plugin-css-modules": "^5.1.0"
Expand Down

0 comments on commit fd47e53

Please sign in to comment.