Fix types
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
5afae541c1
commit
e97e378805
1 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,7 @@
|
||||||
"@matrix-org/analytics-events": "^0.9.0",
|
"@matrix-org/analytics-events": "^0.9.0",
|
||||||
"@matrix-org/emojibase-bindings": "^1.1.2",
|
"@matrix-org/emojibase-bindings": "^1.1.2",
|
||||||
"@matrix-org/matrix-wysiwyg": "2.17.0",
|
"@matrix-org/matrix-wysiwyg": "2.17.0",
|
||||||
|
"@matrix-org/olm": "3.2.15",
|
||||||
"@matrix-org/react-sdk-module-api": "^2.2.1",
|
"@matrix-org/react-sdk-module-api": "^2.2.1",
|
||||||
"@matrix-org/spec": "^1.7.0",
|
"@matrix-org/spec": "^1.7.0",
|
||||||
"@sentry/browser": "^7.0.0",
|
"@sentry/browser": "^7.0.0",
|
||||||
|
@ -232,7 +233,6 @@
|
||||||
"typescript": "5.2.2"
|
"typescript": "5.2.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@matrix-org/olm": "3.2.15",
|
|
||||||
"postcss": "^8.4.19",
|
"postcss": "^8.4.19",
|
||||||
"webpack": "^4.0.0 || ^5.0.0"
|
"webpack": "^4.0.0 || ^5.0.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue