Make matrix-widget-api a devDependency

as it's only for the type
This commit is contained in:
David Baker 2026-03-09 15:48:14 +00:00
parent bf69ddf2b4
commit a96327b691

View File

@ -39,6 +39,7 @@
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^4.0.0",
"matrix-web-i18n": "^3.3.0",
"matrix-widget-api": "^1.17.0",
"rollup-plugin-external-globals": "^0.13.0",
"semver": "^7.6.3",
"typescript": "^5.7.3",
@ -62,7 +63,5 @@
"optional": true
}
},
"dependencies": {
"matrix-widget-api": "^1.17.0"
}
"dependencies": {}
}