mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-04 05:37:22 +00:00
Resolve version clash in matrix-widget-api dependency (#2988)
* Downgrade widget api version to v1.11.0 to not include STATE_UPDATE api version * Downgrade to v1.10.0 for js-sdk compatibility * Add "matrix-widget-api" to resolutions block * bump matrix-widget-api to v1.11.0 for theme change compatibility
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
"lodash-es": "^4.17.21",
|
||||
"loglevel": "^1.9.1",
|
||||
"matrix-js-sdk": "^36.1.0",
|
||||
"matrix-widget-api": "^1.10.0",
|
||||
"matrix-widget-api": "1.11.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"observable-hooks": "^4.2.3",
|
||||
"pako": "^2.0.4",
|
||||
@@ -118,5 +118,8 @@
|
||||
"vite-plugin-svgr": "^4.0.0",
|
||||
"vitest": "^3.0.0",
|
||||
"vitest-axe": "^1.0.0-pre.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"matrix-widget-api": "1.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user