Skip to content

Commit 0f931e8

Browse files
Update react to v19.2.7
1 parent 96804b4 commit 0f931e8

4 files changed

Lines changed: 14 additions & 9 deletions

File tree

modules/banner/element-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vitejs/plugin-react": "^5.0.0",
2121
"matrix-web-i18n": "^3.6.0",
2222
"matrix-widget-api": "^1.17.0",
23-
"react": "19.2.6",
23+
"react": "19.2.7",
2424
"rollup-plugin-external-globals": "^0.13.0",
2525
"typescript": "^6.0.0",
2626
"vite": "^7.3.2",

modules/opendesk/element-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@types/node": "^22.10.7",
2323
"@types/react": "^19",
2424
"@vitejs/plugin-react": "^5.0.0",
25-
"react": "19.2.6",
26-
"react-dom": "19.2.6",
25+
"react": "19.2.7",
26+
"react-dom": "19.2.7",
2727
"rollup-plugin-external-globals": "^0.13.0",
2828
"typescript": "^6.0.0",
2929
"vite": "^7.3.2",

modules/restricted-guests/element-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/node": "^22.10.7",
1818
"@types/react": "^19",
1919
"@vitejs/plugin-react": "^5.0.0",
20-
"react": "19.2.6",
20+
"react": "19.2.7",
2121
"rollup-plugin-external-globals": "^0.13.0",
2222
"typescript": "^6.0.0",
2323
"vite": "^7.3.2",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6075,10 +6075,10 @@ react-clientside-effect@^1.2.6:
60756075
dependencies:
60766076
"@babel/runtime" "^7.12.13"
60776077

6078-
react-dom@19.2.6:
6079-
version "19.2.6"
6080-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.6.tgz#44a81b0bcca22da814c00847d09d01c8615529b7"
6081-
integrity sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==
6078+
react-dom@19.2.7:
6079+
version "19.2.7"
6080+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.7.tgz#0450dc9ae9ddbff76ef196401cd8b8c7fb466ccc"
6081+
integrity sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==
60826082
dependencies:
60836083
scheduler "^0.27.0"
60846084

@@ -6136,7 +6136,12 @@ react-style-singleton@^2.2.2, react-style-singleton@^2.2.3:
61366136
get-nonce "^1.0.0"
61376137
tslib "^2.0.0"
61386138

6139-
react@19.2.6, react@^19:
6139+
react@19.2.7:
6140+
version "19.2.7"
6141+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.7.tgz#1f47a1bfc06f8ec885752c6f4af14369a9f8260b"
6142+
integrity sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==
6143+
6144+
react@^19:
61406145
version "19.2.6"
61416146
resolved "https://registry.yarnpkg.com/react/-/react-19.2.6.tgz#3dadb8e12b2a7934c1d5317973e5dce1301f9a4d"
61426147
integrity sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==

0 commit comments

Comments
 (0)