Skip to content

Commit

Permalink
Merge pull request #26 from commutatus/PRO-6230
Browse files Browse the repository at this point in the history
feat: Updated pdf.js version
  • Loading branch information
barath46 authored Sep 17, 2024
2 parents 0c7ef3d + 2cc1418 commit 295ae90
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.53",
"version": "8.0.54",
"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.40",
"@commutatus/pdfjs-dist": "5.0.41",
"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.40":
version "5.0.40"
resolved "https://registry.yarnpkg.com/@commutatus/pdfjs-dist/-/pdfjs-dist-5.0.40.tgz#0dc64cc2d4bce22afe14bb77130c29894d4119fd"
integrity sha512-aSh2a3SSyTSM04sHsihOnfz+NiJmqH1ejUV4FDaB1vlHEW7az/qEuoQJhMACm+LNvb5NABGK1Dd8vHweN3NHDw==
"@commutatus/pdfjs-dist@5.0.41":
version "5.0.41"
resolved "https://registry.yarnpkg.com/@commutatus/pdfjs-dist/-/pdfjs-dist-5.0.41.tgz#eba16ec7558aec86e0444594f5cd6a3b645a91d2"
integrity sha512-Ua9PqF4XKyUTa5/86FvkidUnTeahepaUzkJJpzjxZpCP0tzWuGLLUQubp6zyowfoUVdGA0alGkw3X/QhtijKxA==
optionalDependencies:
canvas "^2.11.2"
path2d-polyfill "^2.0.1"
Expand Down

0 comments on commit 295ae90

Please sign in to comment.