Skip to content

Commit

Permalink
chore(deps-dev): 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.3.1 to 19.0.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/v19.0.0/packages/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2025
1 parent b2f523e commit 147d552
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@testing-library/react": "15.0.6",
"@types/fs-extra": "11.0.4",
"@types/node": "18.19.14",
"@types/react": "18.3.1",
"@types/react": "19.0.2",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
"postcss-normalize-charset": "4.0.1",
"postcss-scss": "4.0.9",
"prettier": "^3.2.5",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"remark-gfm": "3.0.1",
Expand Down
32 changes: 11 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4838,13 +4838,6 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:*":
version: 15.7.14
resolution: "@types/prop-types@npm:15.7.14"
checksum: 10/d0c5407b9ccc3dd5fae0ccf9b1007e7622ba5e6f1c18399b4f24dff33619d469da4b9fa918a374f19dc0d9fe6a013362aab0b844b606cfc10676efba3f5f736d
languageName: node
linkType: hard

"@types/react-dom@npm:18.3.0":
version: 18.3.0
resolution: "@types/react-dom@npm:18.3.0"
Expand All @@ -4863,7 +4856,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*":
"@types/react@npm:*, @types/react@npm:19.0.2":
version: 19.0.2
resolution: "@types/react@npm:19.0.2"
dependencies:
Expand All @@ -4872,16 +4865,6 @@ __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: 10/baa6b8a75c471c89ebf3477b4feab57102ced25f0c1e553dd04ef6a1f0def28d5e0172fa626a631f22e223f840b5aaa2403b2d4bb671c83c5a9d6c7ae39c7a05
languageName: node
linkType: hard

"@types/semver@npm:7.5.8, @types/semver@npm:^7.5.2":
version: 7.5.8
resolution: "@types/semver@npm:7.5.8"
Expand Down Expand Up @@ -9995,7 +9978,7 @@ __metadata:
"@testing-library/react": "npm:15.0.6"
"@types/fs-extra": "npm:11.0.4"
"@types/node": "npm:18.19.14"
"@types/react": "npm:18.3.1"
"@types/react": "npm:19.0.2"
"@types/react-dom": "npm:18.3.0"
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
Expand Down Expand Up @@ -10042,7 +10025,7 @@ __metadata:
postcss-normalize-charset: "npm:4.0.1"
postcss-scss: "npm:4.0.9"
prettier: "npm:^3.2.5"
react: "npm:18.3.1"
react: "npm:19.0.0"
react-dom: "npm:18.3.1"
react-is: "npm:18.3.1"
remark-gfm: "npm:3.0.1"
Expand Down Expand Up @@ -16757,7 +16740,14 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.3.1, react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
"react@npm:19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10/2490969c503f644703c88990d20e4011fa6119ddeca451e9de48f6d7ab058d670d2852a5fcd3aa3cd90a923ab2815d532637bd4a814add402ae5c0d4f129ee71
languageName: node
linkType: hard

"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
Expand Down

0 comments on commit 147d552

Please sign in to comment.