Skip to content

Commit 6155a0a

Browse files
Update react to v19.2.7
1 parent 861f7ee commit 6155a0a

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": "^6.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": "^8.0.0",

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": "^6.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": "^8.0.0",

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": "^6.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": "^8.0.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5761,10 +5761,10 @@ react-clientside-effect@^1.2.6:
57615761
dependencies:
57625762
"@babel/runtime" "^7.12.13"
57635763

5764-
react-dom@19.2.6:
5765-
version "19.2.6"
5766-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.6.tgz#44a81b0bcca22da814c00847d09d01c8615529b7"
5767-
integrity sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==
5764+
react-dom@19.2.7:
5765+
version "19.2.7"
5766+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.7.tgz#0450dc9ae9ddbff76ef196401cd8b8c7fb466ccc"
5767+
integrity sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==
57685768
dependencies:
57695769
scheduler "^0.27.0"
57705770

@@ -5817,7 +5817,12 @@ react-style-singleton@^2.2.2, react-style-singleton@^2.2.3:
58175817
get-nonce "^1.0.0"
58185818
tslib "^2.0.0"
58195819

5820-
react@19.2.6, react@^19:
5820+
react@19.2.7:
5821+
version "19.2.7"
5822+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.7.tgz#1f47a1bfc06f8ec885752c6f4af14369a9f8260b"
5823+
integrity sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==
5824+
5825+
react@^19:
58215826
version "19.2.6"
58225827
resolved "https://registry.yarnpkg.com/react/-/react-19.2.6.tgz#3dadb8e12b2a7934c1d5317973e5dce1301f9a4d"
58235828
integrity sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==

0 commit comments

Comments
 (0)