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 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.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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 6a323ba commit bc8e6a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@hawtio/react": "workspace:*",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/dagre-layout": "^0.8.5",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"dagre": "^0.8.5",
Expand All @@ -62,7 +62,7 @@
"keycloak-js": "^26.0.7",
"monaco-editor": "^0.52.0",
"oauth4webapi": "^3.1.4",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.7",
"react-monaco-editor": "^0.56.2",
Expand Down
25 changes: 11 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ __metadata:
"@types/dagre-layout": "npm:^0.8.5"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.1"
"@types/react": "npm:^18.3.12"
"@types/react": "npm:^19.0.1"
"@types/react-dom": "npm:^18.3.1"
"@types/react-router-dom": "npm:^5.3.3"
commit-and-tag-version: "npm:^12.5.0"
Expand All @@ -2060,7 +2060,7 @@ __metadata:
keycloak-js: "npm:^26.0.7"
monaco-editor: "npm:^0.52.0"
oauth4webapi: "npm:^3.1.4"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-dom: "npm:^18.3.1"
react-markdown: "npm:^8.0.7"
react-monaco-editor: "npm:^0.56.2"
Expand Down Expand Up @@ -4008,13 +4008,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.3.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
"@types/react@npm:^19.0.1":
version: 19.0.1
resolution: "@types/react@npm:19.0.1"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/c9bbdfeacd5347d2240e0d2cb5336bc57dbc1b9ff557b6c4024b49df83419e4955553518169d3736039f1b62608e15b35762a6c03d49bd86e33add4b43b19033
checksum: 10/930dd4904047059c48ae64a90fc5e8078b5bac0a14c9d927917e5a07e88e4e5073ddc944cbde90a955f9f815c23b7112caea63e407bc423913073bedecb097aa
languageName: node
linkType: hard

Expand Down Expand Up @@ -4909,7 +4908,7 @@ __metadata:
jest: "npm:^29.7.0"
monaco-editor: "npm:^0.52.0"
monaco-editor-webpack-plugin: "npm:^7.1.0"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-dom: "npm:^18.3.1"
react-router-dom: "npm:^6.28.0"
style-loader: "npm:^4.0.0"
Expand Down Expand Up @@ -12908,12 +12907,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10/261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10/2490969c503f644703c88990d20e4011fa6119ddeca451e9de48f6d7ab058d670d2852a5fcd3aa3cd90a923ab2815d532637bd4a814add402ae5c0d4f129ee71
languageName: node
linkType: hard

Expand Down

0 comments on commit bc8e6a7

Please sign in to comment.