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.2.0 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.2.23 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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent c11f395 commit 5288976
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 134 deletions.
4 changes: 2 additions & 2 deletions packages/big-design-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@svgr/plugin-prettier": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"babel-plugin-styled-components": "^2.0.7",
"camelcase": "^6.3.0",
Expand All @@ -66,7 +66,7 @@
"inquirer-autocomplete-prompt": "^2.0.1",
"prettier": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-is": "^18.2.0",
"rimraf": "^6.0.1",
"styled-components": "^5.3.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/big-design-patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/jest": "^29.4.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"babel-jest": "^29.0.2",
"babel-plugin-styled-components": "^2.0.7",
Expand All @@ -75,7 +75,7 @@
"jest-fail-on-console": "^3.3.1",
"jest-styled-components": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"styled-components": "^5.3.11",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/big-design-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"jest-fail-on-console": "^3.3.1",
"jest-styled-components": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"styled-components": "^5.3.11",
"typescript": "^5.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/big-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/node": "^20.12.7",
"@types/react": "^18.2.73",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"babel-jest": "^29.0.2",
"babel-plugin-styled-components": "^2.0.7",
Expand All @@ -82,7 +82,7 @@
"jest-fail-on-console": "^3.3.1",
"jest-styled-components": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"styled-components": "^5.3.11",
"typescript": "^5.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prism-react-renderer": "^2.4.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-live": "^4.1.8",
"styled-components": "^5.3.11"
},
Expand All @@ -44,7 +44,7 @@
"@types/prettier": "^2.0.1",
"@types/react": "^18.2.73",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"eslint-plugin-mdx": "^3.1.5",
"jsx-to-string-loader": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"@bigcommerce/big-design-theme": "*",
"formik": "2.4.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "19.0.0",
"styled-components": "5.3.11",
"yup": "1.4.0"
},
"devDependencies": {
"@bigcommerce/eslint-config": "2.9.1",
"@types/node": "20.12.7",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react-dom": "19.0.3",
"@types/styled-components": "5.1.34",
"@vitejs/plugin-react": "4.3.3",
"typescript": "5.6.3",
Expand Down
Loading

0 comments on commit 5288976

Please sign in to comment.