build(deps): bump react-dom and @types/react-dom

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.0.0 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)

Updates `@types/react-dom` from 18.0.0 to 18.0.5
- [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-minor
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-16 04:23:28 +00:00
committed by GitHub
parent c10817716e
commit be62ce174f
2 changed files with 7975 additions and 13659 deletions

View File

@@ -22,7 +22,7 @@
"@types/html-webpack-plugin": "^3.2.6",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.4",
"@types/react-dom": "^18.0.0",
"@types/react-dom": "^18.0.5",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
@@ -62,7 +62,7 @@
"nanoid": "^3.3.2",
"openpgp": "^5.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-dom": "^18.2.0",
"react-dropzone": "^12.0.5",
"react-feather": "^2.0.9",
"react-router": "^6.3.0",