Skip to content

Commit

Permalink
chore(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 18.2.0 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.12 to 19.0.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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 664200a commit 8120994
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cron-validator": "^1.3.1",
"lodash": "^4.17.21",
"next": "15.1.0",
"react": "18.2.0",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-select": "^5.8.0",
"react-toast-notifications": "^2.5.1",
Expand All @@ -36,7 +36,7 @@
"@tailwindcss/typography": "^0.5.15",
"@types/lodash": "^4.17.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react": "^19",
"@types/react-dom": "^18",
"@types/react-transition-group": "^4.4.12",
"@typescript-eslint/eslint-plugin": "^8.18.1",
Expand Down
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ __metadata:
"@tailwindcss/typography": "npm:^0.5.15"
"@types/lodash": "npm:^4.17.13"
"@types/node": "npm:^20"
"@types/react": "npm:^18"
"@types/react": "npm:^19"
"@types/react-dom": "npm:^18"
"@types/react-transition-group": "npm:^4.4.12"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
Expand All @@ -1545,7 +1545,7 @@ __metadata:
postcss: "npm:^8.4.49"
prettier: "npm:^3.3.3"
prettier-plugin-tailwindcss: "npm:^0.6.9"
react: "npm:18.2.0"
react: "npm:19.0.0"
react-dom: "npm:18.3.1"
react-select: "npm:^5.8.0"
react-toast-notifications: "npm:^2.5.1"
Expand Down Expand Up @@ -2851,7 +2851,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18":
"@types/react@npm:*":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
Expand All @@ -2861,6 +2861,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^19":
version: 19.0.1
resolution: "@types/react@npm:19.0.1"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/25eb69114abb9a6d5fc4414ee584388275bbc9ac32976449cf58b95fe9880efe6b3f936c3842be9bed8c571546a9752e8d3e2095288381e9c809269f5f574f2e
languageName: node
linkType: hard

"@types/semver@npm:^7.5.5":
version: 7.5.8
resolution: "@types/semver@npm:7.5.8"
Expand Down Expand Up @@ -11559,12 +11568,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.2.0":
version: 18.2.0
resolution: "react@npm:18.2.0"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10c0/b562d9b569b0cb315e44b48099f7712283d93df36b19a39a67c254c6686479d3980b7f013dc931f4a5a3ae7645eae6386b4aa5eea933baa54ecd0f9acb0902b8
"react@npm:19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
languageName: node
linkType: hard

Expand Down

0 comments on commit 8120994

Please sign in to comment.