Skip to content

Commit 5c45ca5

Browse files
Update react-types (#28323)
* Update react-types * Iterate Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
1 parent fbc96f4 commit 5c45ca5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"@types/qrcode": "^1.3.5",
209209
"@types/react": "18.3.3",
210210
"@types/react-beautiful-dnd": "^13.0.0",
211-
"@types/react-dom": "18.3.0",
211+
"@types/react-dom": "18.3.1",
212212
"@types/react-transition-group": "^4.4.0",
213213
"@types/sanitize-html": "2.13.0",
214214
"@types/sdp-transform": "^2.4.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3090,10 +3090,10 @@
30903090
dependencies:
30913091
"@types/react" "*"
30923092

3093-
"@types/[email protected].0":
3094-
version "18.3.0"
3095-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
3096-
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
3093+
"@types/[email protected].1":
3094+
version "18.3.1"
3095+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.1.tgz#1e4654c08a9cdcfb6594c780ac59b55aad42fe07"
3096+
integrity sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==
30973097
dependencies:
30983098
"@types/react" "*"
30993099

0 commit comments

Comments
 (0)