mirror of https://github.com/vector-im/riot-web
Fix react types
parent
3c2614e62c
commit
53bbe891eb
|
@ -68,7 +68,7 @@
|
|||
},
|
||||
"resolutions": {
|
||||
"@types/react-dom": "17.0.25",
|
||||
"@types/react": "17.0.80",
|
||||
"@types/react": "17.0.82",
|
||||
"@vector-im/compound-design-tokens": "1.8.0",
|
||||
"@vector-im/compound-web": "5.5.0",
|
||||
"@floating-ui/react": "0.26.11",
|
||||
|
@ -132,7 +132,7 @@
|
|||
"@types/node-fetch": "^2.6.4",
|
||||
"@types/pako": "^2.0.3",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
"@types/react": "17.0.80",
|
||||
"@types/react": "17.0.82",
|
||||
"@types/react-beautiful-dnd": "^13.1.7",
|
||||
"@types/react-dom": "17.0.25",
|
||||
"@types/react-transition-group": "^4.4.9",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -3214,10 +3214,10 @@
|
|||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@17.0.80", "@types/react@^17":
|
||||
version "17.0.80"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.80.tgz#a5dfc351d6a41257eb592d73d3a85d3b7dbcbb41"
|
||||
integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
|
||||
"@types/react@*", "@types/react@17.0.82", "@types/react@^17":
|
||||
version "17.0.82"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.82.tgz#eb84c38ee1023cd61be1b909fde083ac83fc163f"
|
||||
integrity sha512-wTW8Lu/PARGPFE8tOZqCvprOKg5sen/2uS03yKn2xbCDFP9oLncm7vMDQ2+dEQXHVIXrOpW6u72xUXEXO0ypSw==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
"@types/scheduler" "^0.16"
|
||||
|
@ -8240,9 +8240,9 @@ matrix-mock-request@^2.5.0:
|
|||
resolved "https://codeload.github.com/element-hq/matrix-react-sdk/tar.gz/78059e1ca656c7cc5b247287477e1165c4b38d00"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.5"
|
||||
"@matrix-org/analytics-events" "^0.25.0"
|
||||
"@matrix-org/analytics-events" "^0.24.0"
|
||||
"@matrix-org/emojibase-bindings" "^1.1.2"
|
||||
"@matrix-org/matrix-wysiwyg" "2.37.9"
|
||||
"@matrix-org/matrix-wysiwyg" "2.37.8"
|
||||
"@matrix-org/react-sdk-module-api" "^2.4.0"
|
||||
"@matrix-org/spec" "^1.7.0"
|
||||
"@sentry/browser" "^8.0.0"
|
||||
|
@ -8283,15 +8283,15 @@ matrix-mock-request@^2.5.0:
|
|||
matrix-encrypt-attachment "^1.0.3"
|
||||
matrix-events-sdk "0.0.1"
|
||||
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
|
||||
matrix-widget-api "^1.9.0"
|
||||
matrix-widget-api "^1.8.2"
|
||||
memoize-one "^6.0.0"
|
||||
minimist "^1.2.5"
|
||||
oidc-client-ts "^3.0.1"
|
||||
opus-recorder "^8.0.3"
|
||||
pako "^2.0.3"
|
||||
png-chunks-extract "^1.0.0"
|
||||
posthog-js "1.157.2"
|
||||
qrcode "1.5.4"
|
||||
posthog-js "1.149.1"
|
||||
qrcode "1.5.3"
|
||||
re-resizable "^6.9.0"
|
||||
react "17.0.2"
|
||||
react-beautiful-dnd "^13.1.0"
|
||||
|
|
Loading…
Reference in New Issue