html-react-parser
Advanced tools
Comparing version 5.1.4 to 5.1.5
{ | ||
"name": "html-react-parser", | ||
"version": "5.1.4", | ||
"version": "5.1.5", | ||
"description": "HTML to React parser.", | ||
@@ -27,5 +27,4 @@ "author": "Mark <mark@remarkablemark.org> (https://remarkablemark.org)", | ||
"lint:tsc": "tsc --noEmit", | ||
"_postinstall": "husky install", | ||
"postpublish": "pinst --enable", | ||
"prepublishOnly": "pinst --disable && npm run lint && npm run test:ci && npm run clean && npm run build", | ||
"prepare": "husky", | ||
"prepublishOnly": "npm run lint && npm run test:ci && npm run clean && npm run build", | ||
"size-limit": "size-limit", | ||
@@ -53,2 +52,3 @@ "test": "jest --testPathIgnorePatterns __tests__/integration", | ||
"dependencies": { | ||
"@types/react": "18.2.55", | ||
"domhandler": "5.0.3", | ||
@@ -60,4 +60,4 @@ "html-dom-parser": "5.0.8", | ||
"devDependencies": { | ||
"@commitlint/cli": "18.6.0", | ||
"@commitlint/config-conventional": "18.6.0", | ||
"@commitlint/cli": "18.6.1", | ||
"@commitlint/config-conventional": "18.6.1", | ||
"@rollup/plugin-commonjs": "25.0.7", | ||
@@ -70,3 +70,2 @@ "@rollup/plugin-node-resolve": "15.2.3", | ||
"@types/jest": "29.5.12", | ||
"@types/react": "18.2.55", | ||
"@types/react-dom": "18.2.19", | ||
@@ -78,3 +77,3 @@ "@typescript-eslint/eslint-plugin": "7.0.1", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"husky": "9.0.10", | ||
"husky": "9.0.11", | ||
"jest": "29.7.0", | ||
@@ -84,3 +83,2 @@ "jest-environment-jsdom": "29.7.0", | ||
"lint-staged": "15.2.2", | ||
"pinst": "3.0.0", | ||
"preact": "10.19.4", | ||
@@ -87,0 +85,0 @@ "react": "18.2.0", |
@@ -30,3 +30,3 @@ # html-react-parser | ||
[Replit](https://replit.com/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) | [CodeSandbox](https://codesandbox.io/s/940pov1l4w) | [TypeScript](https://codesandbox.io/s/html-react-parser-z0kp6) | [Vite](https://codesandbox.io/p/sandbox/html-react-parser-fg2jpw) | [Examples](https://github.com/remarkablemark/html-react-parser/tree/master/examples) | ||
[Replit](https://replit.com/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) | [CodeSandbox](https://codesandbox.io/s/940pov1l4w) | [TypeScript](https://stackblitz.com/edit/html-react-parser) | [Vite](https://codesandbox.io/p/sandbox/html-react-parser-fg2jpw) | [Examples](https://github.com/remarkablemark/html-react-parser/tree/master/examples) | ||
@@ -33,0 +33,0 @@ <details> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
464724
27
6
+ Added@types/react@18.2.55
+ Added@types/prop-types@15.7.13(transitive)
+ Added@types/react@18.2.55(transitive)
+ Added@types/scheduler@0.23.0(transitive)
+ Addedcsstype@3.1.3(transitive)