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 18.2.0 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 18.2.79 to 18.3.3
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent e4f86ce commit 5b82583
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"pinyin-engine": "^1.2.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.5.14",
"react": "18.2.0",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-flatpickr": "^3.10.13",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/pinyin-engine": "^1.1.2",
"@types/react": "18.2.79",
"@types/react": "18.3.3",
"@types/react-dom": "^18.2.25",
"@types/react-flatpickr": "^3.8.11",
"autoprefixer": "^10.4.19",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2176,13 +2176,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.79":
version: 18.2.79
resolution: "@types/react@npm:18.2.79"
"@types/react@npm:18.3.3":
version: 18.3.3
resolution: "@types/react@npm:18.3.3"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 2ef833e7d0a5c226beddbbe090811582371f6ae5e2f092a3d9f47cc6087c8bce0b96ee33e351de6d1d470f0a0ec5892d971933f841ef31538c1821681fc6569e
checksum: 68e203b7f1f91d6cf21f33fc7af9d6d228035a26c83f514981e54aa3da695d0ec6af10c277c6336de1dd76c4adbe9563f3a21f80c4462000f41e5f370b46e96c
languageName: node
linkType: hard

Expand Down Expand Up @@ -7919,12 +7919,12 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.2.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: b9214a9bd79e99d08de55f8bef2b7fc8c39630be97c4e29d7be173d14a9a10670b5325e94485f74cd8bff4966ef3c78ee53c79a7b0b9b70cba20aa8973acc694
checksum: 261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -8340,7 +8340,7 @@ __metadata:
"@sentry/nextjs": "npm:^7.113.0"
"@total-typescript/ts-reset": "npm:^0.5.1"
"@types/pinyin-engine": "npm:^1.1.2"
"@types/react": "npm:18.2.79"
"@types/react": "npm:18.3.3"
"@types/react-dom": "npm:^18.2.25"
"@types/react-flatpickr": "npm:^3.8.11"
autoprefixer: "npm:^10.4.19"
Expand Down Expand Up @@ -8369,7 +8369,7 @@ __metadata:
postcss-flexbugs-fixes: "npm:^5.0.2"
postcss-preset-env: "npm:^9.5.14"
prettier: "npm:3.3.2"
react: "npm:18.2.0"
react: "npm:18.3.1"
react-chartjs-2: "npm:^5.2.0"
react-dom: "npm:18.2.0"
react-flatpickr: "npm:^3.10.13"
Expand Down

0 comments on commit 5b82583

Please sign in to comment.