Skip to content

Commit

Permalink
update jspdf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Jul 11, 2024
1 parent a324694 commit 46efec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/plugins/Export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fix: PDF export with download:false now works correctly.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Chore: Update dependencies to latest versions.

## 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"CHANGELOG.md"
],
"dependencies": {
"jspdf": "^2.4.0"
"jspdf": "^2.5.1"
},
"peerDependencies": {
"@repositoryname/vuex-generators": "^1.1.2",
Expand Down

0 comments on commit 46efec5

Please sign in to comment.