html-react-parser
Advanced tools
Comparing version 3.0.13 to 3.0.14
@@ -1,2 +0,2 @@ | ||
// TypeScript Version: 4.7 | ||
// TypeScript Version: 5.0 | ||
/* eslint-disable no-undef, no-unused-vars */ | ||
@@ -9,5 +9,5 @@ | ||
ProcessingInstruction, | ||
Text, | ||
type DomHandlerOptions | ||
Text | ||
} from 'domhandler'; | ||
import type { DomHandlerOptions } from 'domhandler'; | ||
import htmlToDOM from 'html-dom-parser'; | ||
@@ -14,0 +14,0 @@ import { ParserOptions } from 'htmlparser2'; |
@@ -1,2 +0,3 @@ | ||
// TypeScript Version: 4.7 | ||
// TypeScript Version: 5.0 | ||
/* eslint-disable no-unused-vars */ | ||
@@ -3,0 +4,0 @@ export type Attributes = Record<string, string>; |
@@ -1,2 +0,3 @@ | ||
// TypeScript Version: 4.7 | ||
// TypeScript Version: 5.0 | ||
/* eslint-disable no-undef, no-unused-vars */ | ||
@@ -3,0 +4,0 @@ import { DOMNode, HTMLReactParserOptions } from '..'; |
{ | ||
"name": "html-react-parser", | ||
"version": "3.0.13", | ||
"version": "3.0.14", | ||
"description": "HTML to React parser.", | ||
@@ -54,3 +54,3 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.4.4", | ||
"@commitlint/cli": "17.5.0", | ||
"@commitlint/config-conventional": "17.4.4", | ||
@@ -72,6 +72,6 @@ "@rollup/plugin-commonjs": "24.0.1", | ||
"preact": "10.13.1", | ||
"prettier": "2.8.5", | ||
"prettier": "2.8.6", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"rimraf": "4.4.0", | ||
"rimraf": "4.4.1", | ||
"rollup": "2.79.1", | ||
@@ -78,0 +78,0 @@ "rollup-plugin-terser": "7.0.2", |
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
422302
3030