Skip to content

Commit

Permalink
#EXUI-2537: upgrade pdf-dist in media viewer (#1140)
Browse files Browse the repository at this point in the history
* #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
MunishSharmaHMCTS authored Dec 11, 2024
1 parent fcc6199 commit 7f7ffab
Show file tree
Hide file tree
Showing 66 changed files with 3,774 additions and 1,311 deletions.
12 changes: 7 additions & 5 deletions package.json
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",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -83,15 +83,15 @@
"nodemon": "^3.1.0",
"nunjucks": "^3.2.4",
"otp": "^0.1.3",
"pdfjs-dist": "4.3.136",
"pdfjs-dist": "^4.8.69",
"require-directory": "2.1.1",
"rpx-xui-translation": "^1.0.4",
"rxjs": "^7.4.0",
"sass": "^1.64.1",
"scss-bundle": "~3.1.2",
"session-file-store": "^1.2.0",
"socket.io-client": "^3.1.1",
"uuid": "^3.4.0",
"socket.io-client": "^4.8.0",
"uuid": "^11.0.3",
"ws": "^7.5.10",
"xmlhttprequest-ssl": "^1.6.2",
"zone.js": "0.15.0"
Expand All @@ -113,7 +113,9 @@
"lodash": "^4.17.21",
"xml2j": "^0.5.0",
"axios": "^1.6.3",
"got": "^14.0.0"
"got": "^14.0.0",
"body-parser": "^1.20.3",
"cross-spawn": "^7.0.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.10",
Expand Down
12 changes: 6 additions & 6 deletions projects/media-viewer/package.json
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",
Expand All @@ -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",
Expand All @@ -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 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
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 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.
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 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.
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 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 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.
Loading

0 comments on commit 7f7ffab

Please sign in to comment.