html-react-parser
Advanced tools
Comparing version 1.4.5 to 1.4.6
{ | ||
"name": "html-react-parser", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "HTML to React parser.", | ||
@@ -8,2 +8,6 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"module": "index.mjs", | ||
"exports": { | ||
"import": "./index.mjs", | ||
"require": "./index.js" | ||
}, | ||
"scripts": { | ||
@@ -47,18 +51,18 @@ "benchmark": "node benchmark", | ||
"devDependencies": { | ||
"@commitlint/cli": "16.0.1", | ||
"@commitlint/cli": "16.1.0", | ||
"@commitlint/config-conventional": "16.0.0", | ||
"@rollup/plugin-commonjs": "21.0.1", | ||
"@rollup/plugin-node-resolve": "13.1.2", | ||
"@rollup/plugin-node-resolve": "13.1.3", | ||
"@size-limit/preset-big-lib": "7.0.4", | ||
"@types/react": "17.0.38", | ||
"@typescript-eslint/parser": "5.9.0", | ||
"@typescript-eslint/parser": "5.10.1", | ||
"benchmark": "2.1.4", | ||
"dtslint": "4.2.1", | ||
"eslint": "8.6.0", | ||
"eslint": "8.7.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"husky": "7.0.4", | ||
"jest": "27.4.5", | ||
"lint-staged": "12.1.5", | ||
"jest": "27.4.7", | ||
"lint-staged": "12.3.2", | ||
"pinst": "2.1.6", | ||
"preact": "10.6.4", | ||
"preact": "10.6.5", | ||
"prettier": "2.5.1", | ||
@@ -68,6 +72,6 @@ "react": "17.0.2", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.62.0", | ||
"rollup": "2.66.1", | ||
"rollup-plugin-terser": "7.0.2", | ||
"size-limit": "7.0.4", | ||
"typescript": "4.5.4" | ||
"typescript": "4.5.5" | ||
}, | ||
@@ -74,0 +78,0 @@ "peerDependencies": { |
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
377022