html-react-parser
Advanced tools
Comparing version 1.4.11 to 1.4.12
{ | ||
"name": "html-react-parser", | ||
"version": "1.4.11", | ||
"version": "1.4.12", | ||
"description": "HTML to React parser.", | ||
@@ -9,4 +9,7 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"exports": { | ||
"import": "./index.mjs", | ||
"require": "./index.js" | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -53,7 +56,7 @@ "scripts": { | ||
"@commitlint/config-conventional": "16.2.1", | ||
"@rollup/plugin-commonjs": "21.0.3", | ||
"@rollup/plugin-node-resolve": "13.2.0", | ||
"@rollup/plugin-commonjs": "21.1.0", | ||
"@rollup/plugin-node-resolve": "13.2.1", | ||
"@size-limit/preset-big-lib": "7.0.8", | ||
"@types/react": "18.0.5", | ||
"@typescript-eslint/parser": "5.19.0", | ||
"@types/react": "18.0.6", | ||
"@typescript-eslint/parser": "5.20.0", | ||
"benchmark": "2.1.4", | ||
@@ -65,3 +68,3 @@ "dtslint": "4.2.1", | ||
"jest": "27.5.1", | ||
"lint-staged": "12.3.7", | ||
"lint-staged": "12.4.0", | ||
"pinst": "3.0.0", | ||
@@ -73,3 +76,3 @@ "preact": "10.7.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.70.1", | ||
"rollup": "2.70.2", | ||
"rollup-plugin-terser": "7.0.2", | ||
@@ -76,0 +79,0 @@ "size-limit": "7.0.8", |
380306