Skip to content

Commit

Permalink
fix: Save strikeout to PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
gpalsingh committed Nov 7, 2024
1 parent 69ecc04 commit 523b500
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/react-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commutatus/react-pdf",
"version": "8.0.63",
"version": "8.0.64",
"description": "Display PDFs in your React app as easily as if they were images.",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"license": "MIT",
"dependencies": {
"@commutatus/pdfjs-dist": "5.0.49",
"@commutatus/pdfjs-dist": "5.0.50",
"clsx": "^2.0.0",
"dequal": "^2.0.3",
"lodash.debounce": "^4.0.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@
"@babel/helper-validator-identifier" "^7.24.6"
to-fast-properties "^2.0.0"

"@commutatus/pdfjs-dist@5.0.49":
version "5.0.49"
resolved "https://registry.yarnpkg.com/@commutatus/pdfjs-dist/-/pdfjs-dist-5.0.49.tgz#309aafbeede4420381034ed6423c1e36010f35e6"
integrity sha512-Xnz/LeySofsTjxAgjMOSQaCYFYwmeKEGxhyBwdrwHNvHOgg+m72TswwUQ+8TsnnIxCD6EgRv73yU8zBaU2xluQ==
"@commutatus/pdfjs-dist@5.0.50":
version "5.0.50"
resolved "https://registry.yarnpkg.com/@commutatus/pdfjs-dist/-/pdfjs-dist-5.0.50.tgz#292a1faa47e2295fd0cd8c5d1d6ff648e8d1cd52"
integrity sha512-5+/tHY7kP3YGVCwRmlmmf89kH5fgVFQcINnn8IMOewO6ZZ63oIbSRARJsl6gtdl3iPZyEIBRiE5C0yy6vqNPoQ==
optionalDependencies:
canvas "^2.11.2"
path2d-polyfill "^2.0.1"
Expand Down

0 comments on commit 523b500

Please sign in to comment.