html-react-parser 4.2.8 → 4.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // TypeScript Version: 5.0
1
+ // TypeScript Version: 5.3
2
2
  /* eslint-disable no-undef, no-unused-vars */
3
3
 
4
4
  import {
@@ -1,4 +1,4 @@
1
- // TypeScript Version: 5.0
1
+ // TypeScript Version: 5.3
2
2
  /* eslint-disable no-unused-vars */
3
3
 
4
4
  export type Attributes = Record<string, string>;
@@ -1,4 +1,4 @@
1
- // TypeScript Version: 5.0
1
+ // TypeScript Version: 5.3
2
2
  /* eslint-disable no-undef, no-unused-vars */
3
3
 
4
4
  import { DOMNode, HTMLReactParserOptions } from '..';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-react-parser",
3
- "version": "4.2.8",
3
+ "version": "4.2.9",
4
4
  "description": "HTML to React parser.",
5
5
  "author": "Mark <mark@remarkablemark.org>",
6
6
  "main": "index.js",
@@ -51,21 +51,22 @@
51
51
  "dependencies": {
52
52
  "domhandler": "5.0.3",
53
53
  "html-dom-parser": "5.0.2",
54
- "react-property": "2.0.0",
54
+ "react-property": "2.0.2",
55
55
  "style-to-js": "1.1.8"
56
56
  },
57
57
  "devDependencies": {
58
- "@commitlint/cli": "17.8.0",
59
- "@commitlint/config-conventional": "17.8.0",
58
+ "@commitlint/cli": "18.0.0",
59
+ "@commitlint/config-conventional": "18.0.0",
60
60
  "@definitelytyped/dtslint": "0.0.182",
61
61
  "@rollup/plugin-commonjs": "25.0.7",
62
62
  "@rollup/plugin-node-resolve": "15.2.3",
63
63
  "@rollup/plugin-terser": "0.4.4",
64
64
  "@size-limit/preset-big-lib": "9.0.0",
65
- "@types/react": "18.2.30",
65
+ "@types/react": "18.2.31",
66
+ "@typescript-eslint/eslint-plugin": "6.8.0",
66
67
  "@typescript-eslint/parser": "6.8.0",
67
68
  "benchmark": "2.1.4",
68
- "eslint": "8.51.0",
69
+ "eslint": "8.52.0",
69
70
  "eslint-plugin-prettier": "5.0.1",
70
71
  "husky": "8.0.3",
71
72
  "jest": "29.7.0",