add resolutions entry for matrix-widget-api to package.json (#31851)

Otherwise we will have two versions of the `matrix-widget-api` (1.16.0
and 1.16.1) which end up breaking downstream builds.
This commit is contained in:
Timo
2026-01-22 14:52:45 +00:00
committed by GitHub
parent 35fca4d339
commit 0f6afca8e3
2 changed files with 6 additions and 21 deletions
+2 -1
View File
@@ -77,7 +77,8 @@
"caniuse-lite": "1.0.30001764",
"testcontainers": "^11.0.0",
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0",
"wrap-ansi": "npm:wrap-ansi@^7.0.0"
"wrap-ansi": "npm:wrap-ansi@^7.0.0",
"matrix-widget-api": "^1.16.1"
},
"dependencies": {
"@babel/runtime": "^7.12.5",