Add happy-dom dependency

This commit is contained in:
Manuel
2023-03-22 21:40:38 +01:00
parent 0d6346c73a
commit 577e467048
2 changed files with 54 additions and 289 deletions

View File

@@ -11,7 +11,7 @@
"dev": "next dev",
"build": "vitest run && next build",
"analyze": "vitest run && ANALYZE=true next build",
"turbo" : "turbo run build",
"turbo": "turbo run build",
"start": "next start",
"typecheck": "tsc --noEmit",
"export": "vitest run && next build && next export",
@@ -94,7 +94,7 @@
"eslint-plugin-testing-library": "^5.5.1",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vitest": "^0.0.54",
"jsdom": "^21.1.1",
"happy-dom": "^8.9.0",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"turbo": "^1.8.3",