Merge branch 'main' of github.com:/element-hq/element-web-modules into t3chguy/docker-bake

This commit is contained in:
Michael Telatynski
2025-02-18 09:59:53 +00:00
+2 -2
View File
@@ -20,7 +20,7 @@
"scripts": {
"prepare": "vite build && api-extractor run",
"lint:ts": "tsc --noEmit",
"test": "vitest"
"test": "vitest --coverage"
},
"devDependencies": {
"@matrix-org/react-sdk-module-api": "^2.5.0",
@@ -34,7 +34,7 @@
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.4",
"vitest": "^3.0.5",
"vitest-sonar-reporter": "^2.0.0"
},
"peerDependencies": {