From c0e7baf6f8e21d4a5b306066d4efd6de0353b8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 08:28:52 +0000 Subject: [PATCH] chore: bump react-dom in /examples/react-scss-js-webpack (#2051) Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 17.0.2 to 18.2.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/v18.2.0/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/react-scss-js-webpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-scss-js-webpack/package.json b/examples/react-scss-js-webpack/package.json index 4e6cb1368..e1a4e1d69 100644 --- a/examples/react-scss-js-webpack/package.json +++ b/examples/react-scss-js-webpack/package.json @@ -11,7 +11,7 @@ "@onfido/castor": "*", "@onfido/castor-icons": "*", "react": "^18.2.0", - "react-dom": "^17.0.2" + "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.19.3",