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.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.14 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 2c453a0 commit 2e48a3d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/js-yaml": "^4",
"@types/koa": "^2",
"@types/node": "^22.8.1",
"@types/react": "^18.3.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.1",
"app-builder-bin": "^4.2.0",
"app-builder-lib": "25.1.8",
Expand Down Expand Up @@ -141,7 +141,7 @@
"koa-static": "^5.0.0",
"mri": "^1.2.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1"
},
"packageManager": "[email protected]",
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@ __metadata:
languageName: node
linkType: hard

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

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

"@types/responselike@npm:^1.0.0":
version: 1.0.3
resolution: "@types/responselike@npm:1.0.3"
Expand Down Expand Up @@ -3972,7 +3981,7 @@ __metadata:
"@types/js-yaml": "npm:^4"
"@types/koa": "npm:^2"
"@types/node": "npm:^22.8.1"
"@types/react": "npm:^18.3.3"
"@types/react": "npm:^19.0.1"
"@types/react-dom": "npm:^18.3.1"
"@vscode/spdlog": "npm:^0.15.0"
app-builder-bin: "npm:^4.2.0"
Expand Down Expand Up @@ -4005,7 +4014,7 @@ __metadata:
null-loader: "npm:^4.0.1"
optimize-css-assets-webpack-plugin: "npm:^6.0.1"
process: "npm:^0.11.10"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-dom: "npm:^18.3.1"
standard-version: "npm:^9.5.0"
style-loader: "npm:^4.0.0"
Expand Down Expand Up @@ -11705,7 +11714,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.2.0, react@npm:^18.3.1":
"react@npm:^18.2.0":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
Expand All @@ -11714,6 +11723,13 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10/2490969c503f644703c88990d20e4011fa6119ddeca451e9de48f6d7ab058d670d2852a5fcd3aa3cd90a923ab2815d532637bd4a814add402ae5c0d4f129ee71
languageName: node
linkType: hard

"read-binary-file-arch@npm:^1.0.6":
version: 1.0.6
resolution: "read-binary-file-arch@npm:1.0.6"
Expand Down

0 comments on commit 2e48a3d

Please sign in to comment.