Skip to content

Commit

Permalink
chore: bump react-dom in /examples/react-scss-js-webpack (#2051)
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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 25, 2023
1 parent 50176c5 commit c0e7baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-scss-js-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit c0e7baf

@vercel
Copy link

@vercel vercel bot commented on c0e7baf Feb 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

castor – ./

castor-onfido-oss.vercel.app
castor.vercel.app
castor-git-main-onfido-oss.vercel.app

Please sign in to comment.