mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
refactor(link-layer): migrate to EmbedPDF v2.6.2 annotation state for link rendering and improve link handling (#5760)
This commit is contained in:
+23
-23
@@ -7,29 +7,29 @@
|
||||
"dependencies": {
|
||||
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@embedpdf/core": "^2.6.0",
|
||||
"@embedpdf/engines": "^2.6.0",
|
||||
"@embedpdf/models": "^2.6.0",
|
||||
"@embedpdf/plugin-annotation": "^2.6.0",
|
||||
"@embedpdf/plugin-attachment": "^2.6.0",
|
||||
"@embedpdf/plugin-bookmark": "^2.6.0",
|
||||
"@embedpdf/plugin-export": "^2.6.0",
|
||||
"@embedpdf/plugin-history": "^2.6.0",
|
||||
"@embedpdf/plugin-document-manager": "^2.6.0",
|
||||
"@embedpdf/plugin-interaction-manager": "^2.6.0",
|
||||
"@embedpdf/plugin-pan": "^2.6.0",
|
||||
"@embedpdf/plugin-print": "^2.6.0",
|
||||
"@embedpdf/plugin-redaction": "^2.6.0",
|
||||
"@embedpdf/plugin-render": "^2.6.0",
|
||||
"@embedpdf/plugin-rotate": "^2.6.0",
|
||||
"@embedpdf/plugin-scroll": "^2.6.0",
|
||||
"@embedpdf/plugin-search": "^2.6.0",
|
||||
"@embedpdf/plugin-selection": "^2.6.0",
|
||||
"@embedpdf/plugin-spread": "^2.6.0",
|
||||
"@embedpdf/plugin-thumbnail": "^2.6.0",
|
||||
"@embedpdf/plugin-tiling": "^2.6.0",
|
||||
"@embedpdf/plugin-viewport": "^2.6.0",
|
||||
"@embedpdf/plugin-zoom": "^2.6.0",
|
||||
"@embedpdf/core": "^2.6.2",
|
||||
"@embedpdf/engines": "^2.6.2",
|
||||
"@embedpdf/models": "^2.6.2",
|
||||
"@embedpdf/plugin-annotation": "^2.6.2",
|
||||
"@embedpdf/plugin-attachment": "^2.6.2",
|
||||
"@embedpdf/plugin-bookmark": "^2.6.2",
|
||||
"@embedpdf/plugin-export": "^2.6.2",
|
||||
"@embedpdf/plugin-history": "^2.6.2",
|
||||
"@embedpdf/plugin-document-manager": "^2.6.2",
|
||||
"@embedpdf/plugin-interaction-manager": "^2.6.2",
|
||||
"@embedpdf/plugin-pan": "^2.6.2",
|
||||
"@embedpdf/plugin-print": "^2.6.2",
|
||||
"@embedpdf/plugin-redaction": "^2.6.2",
|
||||
"@embedpdf/plugin-render": "^2.6.2",
|
||||
"@embedpdf/plugin-rotate": "^2.6.2",
|
||||
"@embedpdf/plugin-scroll": "^2.6.2",
|
||||
"@embedpdf/plugin-search": "^2.6.2",
|
||||
"@embedpdf/plugin-selection": "^2.6.2",
|
||||
"@embedpdf/plugin-spread": "^2.6.2",
|
||||
"@embedpdf/plugin-thumbnail": "^2.6.2",
|
||||
"@embedpdf/plugin-tiling": "^2.6.2",
|
||||
"@embedpdf/plugin-viewport": "^2.6.2",
|
||||
"@embedpdf/plugin-zoom": "^2.6.2",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.1",
|
||||
"@iconify/react": "^6.0.2",
|
||||
|
||||
Reference in New Issue
Block a user