-
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-2537: upgrade pdf-dist in media viewer (#1140)
* #EXUI-2537: upgrade pdf-dist in media viewer * failing test * missing change * update version update for rc * missing changes * further package updates * bug while downloading file * @hmcts/media-viewer package update yarn * yarn audit updated * update @hmcts/media-viewer version number to 4.0.9 * yarn audit updated
- Loading branch information
1 parent
fcc6199
commit 7f7ffab
Showing
66 changed files
with
3,774 additions
and
1,311 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.8", | ||
"version": "4.0.9", | ||
"description": "Media Viewer", | ||
"keywords": [ | ||
"Angular", | ||
|
@@ -19,9 +19,9 @@ | |
"dependencies": { | ||
"@swimlane/ngx-datatable": "^20.0.0", | ||
"mutable-div": "^2.0.0", | ||
"pdfjs-dist": "4.3.136", | ||
"socket.io-client": "^3.1.1", | ||
"uuid": "^3.4.0" | ||
"pdfjs-dist": "^4.8.69", | ||
"socket.io-client": "^4.8.0", | ||
"uuid": "^11.0.3" | ||
}, | ||
"peerDependencies": { | ||
"@angular/animations": "^17.3.8", | ||
|
@@ -36,8 +36,8 @@ | |
"@ngrx/store-devtools": "^17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/uuid": "^3.4.4", | ||
"pdfjs-dist": "4.3.136" | ||
"@types/uuid": "^10.0.0", | ||
"pdfjs-dist": "^4.8.69" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
3 changes: 3 additions & 0 deletions
3
projects/media-viewer/src/assets/pdfjs/images/altText_add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
3 changes: 3 additions & 0 deletions
3
projects/media-viewer/src/assets/pdfjs/images/altText_disclaimer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
3 changes: 3 additions & 0 deletions
3
projects/media-viewer/src/assets/pdfjs/images/altText_done.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
30 changes: 30 additions & 0 deletions
30
projects/media-viewer/src/assets/pdfjs/images/altText_spinner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
3 changes: 3 additions & 0 deletions
3
projects/media-viewer/src/assets/pdfjs/images/altText_warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
22 changes: 11 additions & 11 deletions
22
projects/media-viewer/src/assets/pdfjs/images/annotation-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
32 changes: 16 additions & 16 deletions
32
projects/media-viewer/src/assets/pdfjs/images/annotation-comment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
52 changes: 26 additions & 26 deletions
52
projects/media-viewer/src/assets/pdfjs/images/annotation-help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
20 changes: 10 additions & 10 deletions
20
projects/media-viewer/src/assets/pdfjs/images/annotation-insert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Oops, something went wrong.