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