-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #EXUI-2667: upgrade pdfdist * yarn audit update * update version to 4.0.10
- Loading branch information
1 parent
7f7ffab
commit 1bbdc91
Showing
5 changed files
with
225 additions
and
1,345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hmcts/media-viewer", | ||
"version": "4.0.9", | ||
"version": "4.0.10", | ||
"description": "Media Viewer", | ||
"keywords": [ | ||
"Angular", | ||
|
@@ -19,7 +19,7 @@ | |
"dependencies": { | ||
"@swimlane/ngx-datatable": "^20.0.0", | ||
"mutable-div": "^2.0.0", | ||
"pdfjs-dist": "^4.8.69", | ||
"pdfjs-dist": "^4.10.38", | ||
"socket.io-client": "^4.8.0", | ||
"uuid": "^11.0.3" | ||
}, | ||
|
@@ -37,7 +37,7 @@ | |
}, | ||
"devDependencies": { | ||
"@types/uuid": "^10.0.0", | ||
"pdfjs-dist": "^4.8.69" | ||
"pdfjs-dist": "^4.10.38" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.