Skip to content

Commit

Permalink
updated html-to-image and jsPDF
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jul 5, 2023
1 parent b751ed9 commit 170766c
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 25 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: capture
Title: Capture Screenshot in Web Page
Version: 0.1.3
Version: 0.1.4
Authors@R:
c(person(given = "Victor",
family = "Perrier",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# capture 0.1.4

* Updated html-to-image to 1.11.11.
* Updated jspdf to 2.5.1.


# capture 0.1.3

* Updated html-to-image to 1.10.8.
Expand Down
2 changes: 1 addition & 1 deletion inst/packer/capture-image.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/packer/capture-image.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/packer/capture-lookbook.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/packer/capture-lookbook.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
/** @license
*
* jsPDF - PDF Document creation from JavaScript
* Version 2.5.0 Built on 2021-12-21T09:44:51.866Z
* Version 2.5.1 Built on 2022-01-28T15:37:57.791Z
* CommitID 00000000
*
* Copyright (c) 2010-2021 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
Expand Down
2 changes: 1 addition & 1 deletion inst/packer/capture-lookbook.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/packer/capture-pdf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/packer/capture-pdf.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
/** @license
*
* jsPDF - PDF Document creation from JavaScript
* Version 2.5.0 Built on 2021-12-21T09:44:51.866Z
* Version 2.5.1 Built on 2022-01-28T15:37:57.791Z
* CommitID 00000000
*
* Copyright (c) 2010-2021 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
Expand Down
2 changes: 1 addition & 1 deletion inst/packer/capture-pdf.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"homepage": "https://github.com/dreamRs/capture#readme",
"devDependencies": {
"file-saver": "^2.0.5",
"html-to-image": "^1.10.8",
"jspdf": "^2.5.0",
"html-to-image": "^1.11.11",
"jspdf": "^2.5.1",
"notiflix": "^3.2.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
Expand Down

0 comments on commit 170766c

Please sign in to comment.