Skip to content

Commit 92cd4e8

Browse files
chore(deps): update react monorepo (#1500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03b2bf1 commit 92cd4e8

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@docusaurus/core": "3.9.2",
1818
"@docusaurus/preset-classic": "3.9.2",
1919
"clsx": "2.1.1",
20-
"react": "19.2.3",
21-
"react-dom": "19.2.3"
20+
"react": "19.2.4",
21+
"react-dom": "19.2.4"
2222
},
2323
"browserslist": {
2424
"production": [
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@docusaurus/module-type-aliases": "3.9.2",
3737
"@tsconfig/docusaurus": "2.0.7",
38-
"@types/react": "19.2.9",
38+
"@types/react": "19.2.10",
3939
"@types/react-helmet": "6.1.11",
4040
"@types/react-router-dom": "5.3.3",
4141
"typescript": "5.9.3"

web/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3691,10 +3691,10 @@
36913691
"@types/scheduler" "*"
36923692
csstype "^3.0.2"
36933693

3694-
"@types/react@19.2.9":
3695-
version "19.2.9"
3696-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.9.tgz#84ec7669742bb3e7e2e8d6a5258d95ead7764200"
3697-
integrity sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==
3694+
"@types/react@19.2.10":
3695+
version "19.2.10"
3696+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.10.tgz#f3ea799e6b4cebad6dfd231c238fc9de7652e2d2"
3697+
integrity sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==
36983698
dependencies:
36993699
csstype "^3.2.2"
37003700

@@ -8873,10 +8873,10 @@ rc@1.2.8:
88738873
minimist "^1.2.0"
88748874
strip-json-comments "~2.0.1"
88758875

8876-
react-dom@19.2.3:
8877-
version "19.2.3"
8878-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.3.tgz#f0b61d7e5c4a86773889fcc1853af3ed5f215b17"
8879-
integrity sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==
8876+
react-dom@19.2.4:
8877+
version "19.2.4"
8878+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.4.tgz#6fac6bd96f7db477d966c7ec17c1a2b1ad8e6591"
8879+
integrity sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==
88808880
dependencies:
88818881
scheduler "^0.27.0"
88828882

@@ -8955,10 +8955,10 @@ react-router@5.3.4, react-router@^5.3.4:
89558955
tiny-invariant "^1.0.2"
89568956
tiny-warning "^1.0.0"
89578957

8958-
react@19.2.3:
8959-
version "19.2.3"
8960-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.3.tgz#d83e5e8e7a258cf6b4fe28640515f99b87cd19b8"
8961-
integrity sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==
8958+
react@19.2.4:
8959+
version "19.2.4"
8960+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.4.tgz#438e57baa19b77cb23aab516cf635cd0579ee09a"
8961+
integrity sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==
89628962

89638963
readable-stream@^2.0.1:
89648964
version "2.3.8"

0 commit comments

Comments
 (0)