1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Bump frontend dependencies

Also swap Jest with Vitest, so that we can drop the Babel config.
This commit is contained in:
Quentin Gliech
2023-03-14 11:20:52 +01:00
parent 83cb9158a0
commit 960f1b8cec
9 changed files with 2033 additions and 5264 deletions

View File

@@ -13,7 +13,3 @@
// limitations under the License.
/// <reference types="vite/client" />
declare module "babel-plugin-relay/macro" {
export { graphql as default } from "react-relay";
}