Skip to content

Commit

Permalink
build(deps): 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.69 to 18.3.7
- [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 Sep 19, 2024
1 parent 4be1e61 commit 3c9eaad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@patternfly/react-topology": "^5.4.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/lodash": "^4.17.7",
"@types/react": "^17.0.69",
"@types/react": "^18.3.7",
"dayjs": "^1.11.13",
"humanize-duration": "^3.32.1",
"i18next": "^23.15.1",
Expand All @@ -108,7 +108,7 @@
"js-base64": "3.7.7",
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
"react": "^17.0.2",
"react": "^18.3.1",
"react-dom": "^17.0.2",
"react-i18next": "^15.0.2",
"react-joyride": "^2.9.2",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4458,7 +4458,7 @@ __metadata:
"@types/jest": ^27.0.2
"@types/js-base64": 3.3.1
"@types/lodash": ^4.17.7
"@types/react": ^17.0.69
"@types/react": ^18.3.7
"@types/react-test-renderer": ^17.0.7
"@types/selenium-webdriver": ^4.1.26
"@typescript-eslint/eslint-plugin": ^6.14.0
Expand Down Expand Up @@ -4492,7 +4492,7 @@ __metadata:
prettier: ^3.3.3
prop-types: ^15.7.2
raw-loader: ^4.0.2
react: ^17.0.2
react: ^18.3.1
react-dom: ^17.0.2
react-i18next: ^15.0.2
react-joyride: ^2.9.2
Expand Down Expand Up @@ -11669,13 +11669,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: ^1.1.0
object-assign: ^4.1.1
checksum: b254cc17ce3011788330f7bbf383ab653c6848902d7936a87b09d835d091e3f295f7e9dd1597c6daac5dc80f90e778c8230218ba8ad599f74adcc11e33b9d61b
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
languageName: node
linkType: hard

Expand Down

0 comments on commit 3c9eaad

Please sign in to comment.