Skip to content

Commit

Permalink
update deps and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Aug 16, 2022
1 parent 1439c4e commit a459f88
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 64 deletions.
183 changes: 122 additions & 61 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-text-reader",
"version": "3.0.1",
"version": "3.0.2",
"description": "Dead simple pdf text reader",
"keywords": [
"pdf",
Expand Down Expand Up @@ -32,10 +32,10 @@
"test:full": "npm test && npm run spellcheck && virmator format check && virmator code-in-markdown --check README.md"
},
"dependencies": {
"pdfjs-dist": "2.13.216"
"pdfjs-dist": "2.15.349"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/node": "18.7.5",
"virmator": "2.0.5"
}
}

0 comments on commit a459f88

Please sign in to comment.