diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2022-06-15 07:01:01 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-06-15 07:01:01 +0000 |
| commit | ad8f5f3b12e4f12bd77f6e2b0f0c3e36c47c5694 (patch) | |
| tree | c5d23651d95b9575a98f4a4455dfb7b5abf074cc /package.json | |
| parent | e8cbbfa43b3403327319b43482019629a0732497 (diff) | |
Use `jspdf` instead of `jspdf-yworks`, fixes #1166.
Closes #1166
Merge request studip/studip!695
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5f218a5..75fa592 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "jquery-ui-touch-punch": "0.2.3", "jquery.qrcode": "^1.0.3", "jquery.scrollto": "2.1.2", - "jspdf-yworks": "^2.1.1", + "jspdf": "^2.5.1", "jszip": "^3.6.0", "less": "^3.12.2", "less-loader": "7.1.0", |
