Skip to content

Commit

Permalink
Updating packages and releasing v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecousins committed Jan 17, 2020
1 parent d2aff53 commit 6dd8d42
Show file tree
Hide file tree
Showing 2 changed files with 1,073 additions and 821 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@mikecousins/react-pdf",
"version": "5.4.0",
"version": "5.5.0",
"description": "Simple React component to wrap up PDF.js. The easiest way to render PDFs in your React app.",
"author": "mikecousins",
"license": "MIT",
Expand Down Expand Up @@ -40,17 +40,17 @@
},
"devDependencies": {
"@testing-library/react": "9.4.0",
"@types/jest": "24.0.25",
"@types/jest": "24.9.0",
"@types/pdfjs-dist": "2.1.3",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"husky": "4.0.0",
"husky": "4.0.10",
"jest-canvas-mock": "^2.2.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"tsdx": "0.12.1",
"tsdx": "0.12.3",
"tslib": "1.10.0",
"typescript": "3.7.4"
"typescript": "3.7.5"
},
"dependencies": {
"pdfjs-dist": "2.2.228"
Expand Down

0 comments on commit 6dd8d42

Please sign in to comment.