Update react-types (#10762)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-08-25 19:06:37 +00:00
committed by GitHub
parent 64f762d7b0
commit 133e973955
2 changed files with 15 additions and 15 deletions

View File

@@ -55,8 +55,8 @@
"coverage": "yarn test --coverage"
},
"resolutions": {
"@types/react-dom": "17.0.19",
"@types/react": "17.0.58"
"@types/react-dom": "17.0.20",
"@types/react": "17.0.65"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
@@ -168,9 +168,9 @@
"@types/pako": "^2.0.0",
"@types/prettier": "^2.7.0",
"@types/qrcode": "^1.3.5",
"@types/react": "17.0.58",
"@types/react": "17.0.65",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "17.0.19",
"@types/react-dom": "17.0.20",
"@types/react-transition-group": "^4.4.0",
"@types/sanitize-html": "2.9.0",
"@types/sdp-transform": "^2.4.6",