html-to-react
Advanced tools
Comparing version 1.4.4 to 1.4.5
{ | ||
"name": "html-to-react", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "A lightweight library that converts raw HTML to a React DOM structure.", | ||
@@ -44,16 +44,16 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "^16.0" | ||
"react": "^16.0 || ^17.0" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.10.0", | ||
"mocha": "^8.1.3", | ||
"eslint": "^7.11.0", | ||
"mocha": "^8.2.0", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"nyc": "^15.1.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
}, | ||
"volta": { | ||
"node": "14.13.0" | ||
"node": "15.0.1" | ||
} | ||
} |
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
57369