fix(test): add jszip as direct devDependency

export.ts uses await import('jszip'). Previously jszip was a
transitive of html-to-docx and not directly resolvable from src/.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
SamTV12345 2026-05-25 15:06:02 +02:00
parent e7bd464ff0
commit e2a0402eef
2 changed files with 4 additions and 0 deletions

3
pnpm-lock.yaml generated
View file

@ -461,6 +461,9 @@ importers:
etherpad-cli-client:
specifier: ^4.0.3
version: 4.0.3
jszip:
specifier: ^3.10.1
version: 3.10.1
nodeify:
specifier: ^1.0.1
version: 1.0.1

View file

@ -168,6 +168,7 @@
"eslint": "^10.4.0",
"eslint-config-etherpad": "^4.0.5",
"etherpad-cli-client": "^4.0.3",
"jszip": "^3.10.1",
"nodeify": "^1.0.1",
"openapi-schema-validation": "^0.4.2",
"set-cookie-parser": "^3.1.0",