Skip to content

Commit

Permalink
Merge branch 'main' into refactor/remove-unused-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin authored Jul 23, 2024
2 parents bee19e4 + 21c3741 commit f72483f
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 f72483f

Please sign in to comment.