html-react-parser
Advanced tools
Comparing version 1.4.9 to 1.4.10
@@ -1,2 +0,2 @@ | ||
// TypeScript Version: 4.1 | ||
// TypeScript Version: 4.7 | ||
@@ -3,0 +3,0 @@ import { ParserOptions } from 'htmlparser2'; |
@@ -1,2 +0,2 @@ | ||
// TypeScript Version: 4.1 | ||
// TypeScript Version: 4.7 | ||
@@ -3,0 +3,0 @@ export type Attributes = Record<string, string>; |
@@ -1,2 +0,2 @@ | ||
// TypeScript Version: 4.1 | ||
// TypeScript Version: 4.7 | ||
@@ -3,0 +3,0 @@ import { DOMNode, HTMLReactParserOptions } from '..'; |
{ | ||
"name": "html-react-parser", | ||
"version": "1.4.9", | ||
"version": "1.4.10", | ||
"description": "HTML to React parser.", | ||
@@ -52,10 +52,10 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"@commitlint/config-conventional": "16.2.1", | ||
"@rollup/plugin-commonjs": "21.0.2", | ||
"@rollup/plugin-commonjs": "21.0.3", | ||
"@rollup/plugin-node-resolve": "13.1.3", | ||
"@size-limit/preset-big-lib": "7.0.8", | ||
"@types/react": "17.0.41", | ||
"@typescript-eslint/parser": "5.15.0", | ||
"@types/react": "17.0.43", | ||
"@typescript-eslint/parser": "5.17.0", | ||
"benchmark": "2.1.4", | ||
"dtslint": "4.2.1", | ||
"eslint": "8.11.0", | ||
"eslint": "8.12.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
@@ -66,6 +66,6 @@ "husky": "7.0.4", | ||
"pinst": "3.0.0", | ||
"preact": "10.6.6", | ||
"prettier": "2.6.0", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"preact": "10.7.0", | ||
"prettier": "2.6.1", | ||
"react": "18.0.0", | ||
"react-dom": "18.0.0", | ||
"rimraf": "3.0.2", | ||
@@ -75,6 +75,6 @@ "rollup": "2.70.1", | ||
"size-limit": "7.0.8", | ||
"typescript": "4.6.2" | ||
"typescript": "4.6.3" | ||
}, | ||
"peerDependencies": { | ||
"react": "0.14 || 15 || 16 || 17" | ||
"react": "0.14 || 15 || 16 || 17 || 18" | ||
}, | ||
@@ -81,0 +81,0 @@ "files": [ |
380246