Bump react and @types/react

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.1.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)

Updates `@types/react` from 18.0.10 to 18.0.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  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-24 10:00:56 +00:00 committed by GitHub
parent 2ed6be610d
commit 62831528c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -19,7 +19,7 @@
"dotenv": "^16.0.1",
"goober": "2.1.9",
"next": "12.1.6",
"react": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.2.0",
@ -28,8 +28,8 @@
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "17.0.38",
"@types/react": "^18.0.10",
"@types/node": "18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.4",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",