react-barcode
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "react-barcode", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "React component to generate barcodes", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"react": "^16.0.0" | ||
"react": "^16.0.0 || ^17.0.0" | ||
}, | ||
@@ -44,5 +44,5 @@ "dependencies": { | ||
"eslint-plugin-react": "^3.5.1", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1" | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.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
9718