Skip to content

Commit

Permalink
Bump react and @types/react
Browse files Browse the repository at this point in the history
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 17.0.2 to 18.3.1
- [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.3.1/packages/react)

Updates `@types/react` from 17.0.21 to 18.3.1
- [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-major
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 2a6016e commit 5766b61
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
},
"dependencies": {
"@next/third-parties": "^14.2.1",
"@types/react": "^17.0.21",
"@types/react": "^18.3.1",
"@types/react-dom": "^17.0.9",
"@zeit-ui/react": "^1.8.1",
"next": "12.3.4",
"react": "17.0.2",
"react": "18.3.1",
"react-dom": "17.0.2"
},
"packageManager": "[email protected]"
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^17.0.21":
"@types/react@npm:*":
version: 17.0.21
resolution: "@types/react@npm:17.0.21"
dependencies:
Expand All @@ -1125,6 +1125,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.3.1":
version: 18.3.1
resolution: "@types/react@npm:18.3.1"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/18d856c12a4ec93f3cda2d58ef3d77a9480818afd3af895f812896fb82cfca1f35a692ab1add4ce826a4eb58a071624c7d1c8c6c4ccfb81c100d2916dc607614
languageName: node
linkType: hard

"@types/scheduler@npm:*":
version: 0.16.1
resolution: "@types/scheduler@npm:0.16.1"
Expand Down Expand Up @@ -3247,13 +3257,12 @@ __metadata:
languageName: node
linkType: hard

"react@npm:17.0.2":
version: 17.0.2
resolution: "react@npm:17.0.2"
"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
object-assign: "npm:^4.1.1"
checksum: 10c0/07ae8959acf1596f0550685102fd6097d461a54a4fd46a50f88a0cd7daaa97fdd6415de1dcb4bfe0da6aa43221a6746ce380410fa848acc60f8ac41f6649c148
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
languageName: node
linkType: hard

Expand Down Expand Up @@ -3745,13 +3754,13 @@ __metadata:
"@testing-library/jest-dom": "npm:^6.4.2"
"@testing-library/react": "npm:^12.1.5"
"@types/node": "npm:^16.9.2"
"@types/react": "npm:^17.0.21"
"@types/react": "npm:^18.3.1"
"@types/react-dom": "npm:^17.0.9"
"@vitejs/plugin-react": "npm:^4.2.1"
"@zeit-ui/react": "npm:^1.8.1"
jsdom: "npm:^24.0.0"
next: "npm:12.3.4"
react: "npm:17.0.2"
react: "npm:18.3.1"
react-dom: "npm:17.0.2"
typescript: "npm:^4.9.4"
vitest: "npm:^1.6.0"
Expand Down

0 comments on commit 5766b61

Please sign in to comment.