Skip to content

Commit

Permalink
Merge pull request #3841 from LibreSign/backport/3832/stable30
Browse files Browse the repository at this point in the history
[stable30] chore: bump dependencies
  • Loading branch information
vitormattos authored Oct 30, 2024
2 parents 0bbf103 + 36c21d7 commit 14fb716
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 31 deletions.
61 changes: 31 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@fontsource/dancing-script": "^5.1.0",
"@libresign/vue-pdf-editor": "^1.2.7",
"@libresign/vue-pdf-editor": "^1.3.7",
"@marionebl/option": "^1.0.8",
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.1",
Expand Down
1 change: 1 addition & 0 deletions src/Components/PdfEditor/PdfEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</template>

<script>
// eslint-disable-next-line import/default
import VuePdfEditor from '@libresign/vue-pdf-editor'
import Signature from './Signature.vue'
Expand Down
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ module.exports = merge(nextcloudWebpackConfig, {
resourceQuery: /raw/,
type: 'asset/source',
},
{
test: /pdf\.worker(\.min)?\.mjs$/,
type: 'asset/resource'
},
],
},
cache: true,
Expand Down

0 comments on commit 14fb716

Please sign in to comment.