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: bump react and @types/react #955

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"open": "^10.0.3",
"parse-duration": "^1.1.0",
"pretty-bytes": "^6.1.0",
"react": "^18.2.0",
"react": "^19.0.0",
"semver": "^7.5.4",
"semver-parser": "^4.1.6",
"shell-escape": "^0.2.0",
Expand All @@ -79,7 +79,7 @@
"@types/node": "^22.7.5",
"@types/parse-duration": "^0.3.0",
"@types/pretty-bytes": "^5.2.0",
"@types/react": "^18",
"@types/react": "^19",
"@types/semver": "^7.5.0",
"@types/shell-escape": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.3.0",
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2429,7 +2429,7 @@ __metadata:
"@types/node": ^22.7.5
"@types/parse-duration": ^0.3.0
"@types/pretty-bytes": ^5.2.0
"@types/react": ^18
"@types/react": ^19
"@types/semver": ^7.5.0
"@types/shell-escape": ^0.2.3
"@typescript-eslint/eslint-plugin": ^8.3.0
Expand Down Expand Up @@ -2460,7 +2460,7 @@ __metadata:
prettier-plugin-package: ^1.4.0
prettier-plugin-sort-json: ^4.0.0
pretty-bytes: ^6.1.0
react: ^18.2.0
react: ^19.0.0
rimraf: ^5.0.1
semver: ^7.5.4
semver-parser: ^4.1.6
Expand Down Expand Up @@ -3660,7 +3660,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/react@npm:^19":
version: 19.0.0
resolution: "@types/react@npm:19.0.0"
dependencies:
csstype: ^3.0.2
checksum: dd7d7388b28fdf78cdf28c88490fe99413a0e1fab33e92afdf862620edc77dfe605ffe48dd3aeffb1de29107ea958a12f6d667236b2ead1affdf609db7152fad
languageName: node
linkType: hard

"@types/responselike@npm:^1.0.0":
version: 1.0.0
resolution: "@types/responselike@npm:1.0.0"
Expand Down Expand Up @@ -9028,7 +9037,7 @@ __metadata:
languageName: node
linkType: hard

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

"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 86de15d85b2465feb40297a90319c325cb07cf27191a361d47bcfe8c6126c973d660125aa67b8f4cbbe39f15a2f32efd0c814e98196d8e5b68c567ba40a399c6
languageName: node
linkType: hard

"read-installed-packages@npm:^2.0.1":
version: 2.0.1
resolution: "read-installed-packages@npm:2.0.1"
Expand Down
Loading