Skip to content

Commit

Permalink
build(deps-dev): bump react-dom from 18.2.0 to 18.3.0
Browse files Browse the repository at this point in the history
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.2.0 to 18.3.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/HEAD/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 26, 2024
1 parent 6414b55 commit 2b0763b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 15 deletions.
51 changes: 38 additions & 13 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 packages/html-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"preact": "10.20.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.0",
"react-router-dom": "5.3.4",
"rimraf": "5.0.5",
"stats-webpack-plugin": "0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "18.3.0",
"react-router-dom": "5.3.4",
"rimraf": "5.0.5",
"storybook": "7.6.17",
Expand Down

0 comments on commit 2b0763b

Please sign in to comment.