Skip to content

Commit

Permalink
Bump pdfjs-dist from 3.10.111 to 4.2.67 (#1717)
Browse files Browse the repository at this point in the history
* Bump pdfjs-dist from 3.10.111 to 4.2.67

Bumps [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) from 3.10.111 to 4.2.67.
- [Commits](https://github.com/mozilla/pdfjs-dist/commits)

---
updated-dependencies:
- dependency-name: pdfjs-dist
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix pdfjs top level await

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishan <[email protected]>
  • Loading branch information
dependabot[bot] and kfiven authored May 12, 2024
1 parent 8267990 commit 565a656
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 35 deletions.
277 changes: 263 additions & 14 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"linkifyjs": "4.0.2",
"matrix-js-sdk": "29.1.0",
"millify": "6.1.0",
"pdfjs-dist": "3.10.111",
"pdfjs-dist": "4.2.67",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"react": "18.2.0",
Expand Down Expand Up @@ -103,6 +103,7 @@
"sass": "1.56.2",
"typescript": "4.9.4",
"vite": "5.0.13",
"vite-plugin-static-copy": "0.13.0"
"vite-plugin-static-copy": "0.13.0",
"vite-plugin-top-level-await": "1.4.1"
}
}
Loading

0 comments on commit 565a656

Please sign in to comment.