mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-23 18:04:45 +00:00
[ACS-9782] Viewer doesn't work when running with ADF linked (#4631)
This commit is contained in:
parent
34e5bf9d07
commit
44a3a7f33c
10
package-lock.json
generated
10
package-lock.json
generated
@ -39,7 +39,7 @@
|
|||||||
"mermaid": "^11.5.0",
|
"mermaid": "^11.5.0",
|
||||||
"minimatch-browser": "^1.0.0",
|
"minimatch-browser": "^1.0.0",
|
||||||
"ngx-markdown": "18.1.0",
|
"ngx-markdown": "18.1.0",
|
||||||
"pdfjs-dist": "^5.1.91",
|
"pdfjs-dist": "5.1.91",
|
||||||
"prismjs": "^1.30.0",
|
"prismjs": "^1.30.0",
|
||||||
"rxjs": "7.8.2",
|
"rxjs": "7.8.2",
|
||||||
"tslib": "2.8.1",
|
"tslib": "2.8.1",
|
||||||
@ -24659,12 +24659,12 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/pdfjs-dist": {
|
"node_modules/pdfjs-dist": {
|
||||||
"version": "5.3.31",
|
"version": "5.1.91",
|
||||||
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-5.3.31.tgz",
|
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-5.1.91.tgz",
|
||||||
"integrity": "sha512-EhPdIjNX0fcdwYQO+e3BAAJPXt+XI29TZWC7COhIXs/K0JHcUt1Gdz1ITpebTwVMFiLsukdUZ3u0oTO7jij+VA==",
|
"integrity": "sha512-qSIADdagooJB4wWCBnrBJjRvASevmxL0BwafvOuKJG5uTQdYoFBrhrRYnucKNiSc9qS6JIk0hC5y1yktFljXkA==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.16.0 || >=22.3.0"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@napi-rs/canvas": "^0.1.67"
|
"@napi-rs/canvas": "^0.1.67"
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
"mermaid": "^11.5.0",
|
"mermaid": "^11.5.0",
|
||||||
"minimatch-browser": "^1.0.0",
|
"minimatch-browser": "^1.0.0",
|
||||||
"ngx-markdown": "18.1.0",
|
"ngx-markdown": "18.1.0",
|
||||||
"pdfjs-dist": "^5.1.91",
|
"pdfjs-dist": "5.1.91",
|
||||||
"prismjs": "^1.30.0",
|
"prismjs": "^1.30.0",
|
||||||
"rxjs": "7.8.2",
|
"rxjs": "7.8.2",
|
||||||
"tslib": "2.8.1",
|
"tslib": "2.8.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user