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 #5176

Closed
wants to merge 1 commit into from
Closed
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 @@ -11,7 +11,7 @@
"i18next-browser-languagedetector": "8.0.2",
"i18next-react-postprocessor": "3.1.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"react-i18next": "11.18.6",
"react-router": "7.0.2",
Expand All @@ -30,7 +30,7 @@
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/platform": "1.3.6",
"@types/react": "18.3.12",
"@types/react": "19.0.1",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "10.0.0",
Expand Down
23 changes: 10 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3654,13 +3654,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": "*"
csstype: ^3.0.2
checksum: 4ab1577a8c2105a5e316536f724117c90eee5f4bd5c137fc82a2253d8c1fd299dedaa07e8dfc95d6e2f04a4be3cb8b0e1b06098c6233ebd55c508d88099395b7
checksum: e5e05cdf5fc53804e94548ca4e139102fffaab95d4c19be821d30d81dbab75ca3e30b72f2e2e750b90fcb535058cb694c4403402f14eb8a19a1282629c8222d8
languageName: node
linkType: hard

Expand Down Expand Up @@ -11691,12 +11690,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: ^1.1.0
checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376
"react@npm:19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 86de15d85b2465feb40297a90319c325cb07cf27191a361d47bcfe8c6126c973d660125aa67b8f4cbbe39f15a2f32efd0c814e98196d8e5b68c567ba40a399c6
languageName: node
linkType: hard

Expand Down Expand Up @@ -14325,7 +14322,7 @@ __metadata:
"@types/jest": 29.5.14
"@types/node": 22.10.2
"@types/platform": 1.3.6
"@types/react": 18.3.12
"@types/react": 19.0.1
"@types/react-dom": 18.3.1
"@types/react-router-dom": 5.3.3
"@types/uuid": 10.0.0
Expand Down Expand Up @@ -14371,7 +14368,7 @@ __metadata:
os-browserify: 0.3.0
path-browserify: 1.0.1
prettier: 3.2.4
react: 18.3.1
react: 19.0.0
react-dom: 18.3.1
react-i18next: 11.18.6
react-router: 7.0.2
Expand Down
Loading