Skip to content

Commit

Permalink
fix: Save text note
Browse files Browse the repository at this point in the history
  • Loading branch information
gpalsingh committed Nov 28, 2024
1 parent 1766a65 commit 10e3adc
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.70",
"version": "8.0.71",
"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.54",
"@commutatus/pdfjs-dist": "5.0.55",
"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.54":
version "5.0.54"
resolved "https://registry.yarnpkg.com/@commutatus/pdfjs-dist/-/pdfjs-dist-5.0.54.tgz#2a27bcfb10440246fa1abcc149da1c2d0bdf8555"
integrity sha512-AssOzX7/FrAFLx549Pi9UFoKW1/QjA8mHB9usvBHGkFX2pxDvJwbUc6bB03lYj02a1q7PfdgPOqYnq3fuzbAHA==
"@commutatus/pdfjs-dist@5.0.55":
version "5.0.55"
resolved "https://registry.yarnpkg.com/@commutatus/pdfjs-dist/-/pdfjs-dist-5.0.55.tgz#c83cda0ff498c491688f3101da46ee11c9356c1e"
integrity sha512-RV4QvKnjN7USNU1yUKNBFBh+dbAQMFU9TOH6vJc65lYdBuGZQIYupw2mUEnLEc+r81v02yqNH669xaKPZfTcUg==
optionalDependencies:
canvas "^2.11.2"
path2d-polyfill "^2.0.1"
Expand Down

0 comments on commit 10e3adc

Please sign in to comment.