@react-pdf-viewer/full-screen
Advanced tools
Comparing version 2.3.2 to 2.4.0
{ | ||
"name": "@react-pdf-viewer/full-screen", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"description": "A React component to view a PDF document", | ||
@@ -36,3 +36,3 @@ "license": "https://react-pdf-viewer.dev/license", | ||
"dependencies": { | ||
"@react-pdf-viewer/core": "2.3.2" | ||
"@react-pdf-viewer/core": "2.4.0" | ||
}, | ||
@@ -50,5 +50,5 @@ "peerDependencies": { | ||
"js": "cp src/index.d.ts lib && cp dist/index.js lib && rollup -c ../../rollup.config.js", | ||
"css": "rm lib/styles/index.less && postcss lib/styles/index.css > lib/styles/index.min.css" | ||
"css": "lessc src/styles/index.less lib/styles/index.temp.css && postcss lib/styles/index.temp.css > lib/styles/index.css && rm -rf lib/styles/index.temp.css" | ||
}, | ||
"gitHead": "6c911fcc09cbd5cff03c3c9ebb3c3a7736e40fae" | ||
"gitHead": "09ee35ddfbac935d8e6b266f2c1cd1421171db93" | ||
} |
Sorry, the diff of this file is not supported yet
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
17745
7
267
+ Added@react-pdf-viewer/core@2.4.0(transitive)
- Removed@react-pdf-viewer/core@2.3.2(transitive)
Updated@react-pdf-viewer/core@2.4.0