mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
chore: upgrade @libresign/vue-pdf-editor to v1.5.0
Update to latest version which includes: - initialScale prop for setting initial zoom level - @scale-changed event for zoom updates - @pdf-editor:ready event for initialization Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
179ba611a6
commit
c3d2c8a59b
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -10,7 +10,7 @@
|
|||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@fontsource/dancing-script": "^5.2.8",
|
||||
"@libresign/vue-pdf-editor": "^1.4.8",
|
||||
"@libresign/vue-pdf-editor": "^1.5.0",
|
||||
"@marionebl/option": "^1.0.8",
|
||||
"@mdi/js": "^7.4.47",
|
||||
"@mdi/svg": "^7.4.47",
|
||||
|
|
@ -2794,9 +2794,9 @@
|
|||
"peer": true
|
||||
},
|
||||
"node_modules/@libresign/vue-pdf-editor": {
|
||||
"version": "1.4.8",
|
||||
"resolved": "https://registry.npmjs.org/@libresign/vue-pdf-editor/-/vue-pdf-editor-1.4.8.tgz",
|
||||
"integrity": "sha512-EU95u+MG97bjhAWDBUGqGRfjkK9lDmqvHTWUCbB6AmwU1bTEr5z385kZbpOBY+ES9e0XwN3kNt9JRAD3xLE+KA==",
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@libresign/vue-pdf-editor/-/vue-pdf-editor-1.5.0.tgz",
|
||||
"integrity": "sha512-O14H/+w2bROiAyVq5R9r5X9doWemCkhkxNFZNhxRZeAObqDIrTe5bmRPWKaKwesjSjIj6mv39SvXO4Vgk+Xg7w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cantoo/pdf-lib": "^2.2.3",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fontsource/dancing-script": "^5.2.8",
|
||||
"@libresign/vue-pdf-editor": "^1.4.8",
|
||||
"@libresign/vue-pdf-editor": "^1.5.0",
|
||||
"@marionebl/option": "^1.0.8",
|
||||
"@mdi/js": "^7.4.47",
|
||||
"@mdi/svg": "^7.4.47",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue