Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump react and @types/react #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2",
"@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.2":
version: 19.0.2
resolution: "@types/react@npm:19.0.2"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10/b355cfa22814e934b381c4f6de67c66652255377c3ddc6a757ea195ccbd0e7095aadfe1a28713d8ab1221222b8f2ec237903f4ec0e54eaf656ac832782d25dd2
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.2"
"@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