mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-17 16:47:05 +00:00
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:
parent
e7bd464ff0
commit
e2a0402eef
2 changed files with 4 additions and 0 deletions
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue