Make shared-components vitest happier (#33863)

* Make shared-components vitest happier

Silence logs about legacy JSX transform

* Fix typedoc warning
This commit is contained in:
Michael Telatynski
2026-06-17 09:23:16 +00:00
committed by GitHub
parent ecbab6d137
commit 90f4ae0b7a
6 changed files with 16 additions and 1 deletions
+2
View File
@@ -109,6 +109,7 @@
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"@vector-im/compound-web": "catalog:",
"@vitejs/plugin-react": "catalog:",
"@vitest/browser-playwright": "catalog:",
"eslint": "8",
"eslint-config-google": "^0.14.0",
@@ -138,6 +139,7 @@
},
"peerDependencies": {
"@vector-im/compound-web": "^8.3.5 || ^9.0.0",
"react-dom": "catalog:",
"react": "catalog:"
}
}