Skip to content

Commit 9510d0e

Browse files
committed
Fix: avoid buggy version of pdfjs-dist.
See mozilla/pdf.js#20127.
1 parent 21248c0 commit 9510d0e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

client/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"graphviz-webcomponent": "^2",
4949
"mermaid": "^11",
5050
"npm-check-updates": "^18",
51-
"pdfjs-dist": "^5",
51+
"pdfjs-dist": "=5.3.93",
5252
"tinymce": "^8",
5353
"toastify-js": "^1"
5454
},

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Changelog
2121

2222
* [Github master](https://github.com/bjones1/CodeChat_Editor):
2323
* No changes.
24-
*  v0.1.25, 2025-28-Jul:
24+
*  v0.1.25, 2025-29-Jul:
2525
* Show notifications in Client when errors occur.
2626
* For safety, close the Client if applying edits fails.
2727
* v0.1.24, 2025-Jul-25: 

0 commit comments

Comments
 (0)