@mikecousins/react-pdf
Advanced tools
Comparing version 7.0.4 to 7.1.0
{ | ||
"name": "@mikecousins/react-pdf", | ||
"version": "7.0.4", | ||
"version": "7.1.0", | ||
"description": "Simple React component to wrap up PDF.js. The easiest way to render PDFs in your React app.", | ||
@@ -33,7 +33,2 @@ "author": "mikecousins", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint" | ||
} | ||
}, | ||
"prettier": { | ||
@@ -45,20 +40,15 @@ "printWidth": 80, | ||
}, | ||
"jest": { | ||
"setupFiles": [ | ||
"jest-canvas-mock" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "14.2.0", | ||
"@types/jest": "29.5.11", | ||
"@types/react": "18.2.48", | ||
"@types/react-dom": "18.2.18", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"@testing-library/react": "15.0.7", | ||
"@types/jest": "29.5.12", | ||
"@types/react": "18.3.3", | ||
"@types/react-dom": "18.3.0", | ||
"@vitejs/plugin-react": "4.3.0", | ||
"jest-canvas-mock": "2.5.2", | ||
"pdfjs-dist": "4.0.379", | ||
"tsup": "8.0.1", | ||
"typescript": "5.3.3" | ||
"pdfjs-dist": "4.3.136", | ||
"tsup": "8.0.2", | ||
"typescript": "5.4.5" | ||
}, | ||
"peerDependencies": { | ||
"pdfjs-dist": "4.0.379", | ||
"pdfjs-dist": "4.2.67", | ||
"react": "^18.2.0", | ||
@@ -65,0 +55,0 @@ "react-dom": "^18.2.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
570972