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.21 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 06b82ec commit 9411ce8
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 206 deletions.
2 changes: 1 addition & 1 deletion packages/components-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mdx-js/react": "3.0.1",
"@storybook/addon-docs": "7.6.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"typescript": "5.4.2",
"webpack": "5.90.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"next": "14.1.3",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"rimraf": "5.0.5",
"rollup": "4.13.0",
"rollup-plugin-filesize": "10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.6.17",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"@types/react-dom": "18.3.0",
"@utrecht/component-library-react": "3.0.1-alpha.22",
"@utrecht/components": "3.0.1-alpha.22",
"@vitejs/plugin-react": "4.2.1",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"http-server": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"require-from-string": "2.0.2",
"rimraf": "5.0.5",
"sass": "1.71.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@gemeente-rotterdam/web-components-stencil": "workspace:*",
"@types/node": "20.11.26",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"rimraf": "5.0.5",
"typescript": "5.4.2"
}
Expand Down
Loading

0 comments on commit 9411ce8

Please sign in to comment.