html-react-parser 6.1.1 → 6.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-react-parser",
3
- "version": "6.1.1",
3
+ "version": "6.1.3",
4
4
  "description": "HTML to React parser.",
5
5
  "author": "Mark <mark@remarkablemark.org> (https://remarkabl.org)",
6
6
  "funding": [
@@ -35,6 +35,7 @@
35
35
  "lint:fix": "npm run lint -- --fix",
36
36
  "lint:package": "publint",
37
37
  "lint:tsc": "tsc --project tsconfig.test.json",
38
+ "lint:types": "npx @arethetypeswrong/cli --pack",
38
39
  "prepare": "husky",
39
40
  "prepublishOnly": "npm run build && npm run lint && npm run lint:tsc && npm run lint:package && npm run test:ci",
40
41
  "size-limit": "size-limit",
@@ -61,14 +62,14 @@
61
62
  ],
62
63
  "dependencies": {
63
64
  "domhandler": "6.0.1",
64
- "html-dom-parser": "7.1.0",
65
+ "html-dom-parser": "8.0.0",
65
66
  "react-property": "2.0.2",
66
- "style-to-js": "1.1.21"
67
+ "style-to-js": "2.0.0"
67
68
  },
68
69
  "devDependencies": {
69
- "@arethetypeswrong/cli": "0.18.2",
70
- "@commitlint/cli": "21.0.1",
71
- "@commitlint/config-conventional": "21.0.1",
70
+ "@arethetypeswrong/cli": "0.18.3",
71
+ "@commitlint/cli": "21.0.2",
72
+ "@commitlint/config-conventional": "21.0.2",
72
73
  "@eslint/eslintrc": "3.3.5",
73
74
  "@eslint/js": "10.0.1",
74
75
  "@rollup/plugin-commonjs": "29.0.2",
@@ -77,22 +78,22 @@
77
78
  "@rollup/plugin-typescript": "12.3.0",
78
79
  "@size-limit/preset-big-lib": "12.1.0",
79
80
  "@types/benchmark": "2.1.5",
80
- "@types/node": "25.8.0",
81
- "@types/react": "19.2.14",
81
+ "@types/node": "25.9.1",
82
+ "@types/react": "19.2.15",
82
83
  "@types/react-dom": "19.2.3",
83
- "@vitest/browser": "4.1.6",
84
- "@vitest/browser-playwright": "4.1.6",
85
- "@vitest/coverage-v8": "4.1.6",
84
+ "@vitest/browser": "4.1.7",
85
+ "@vitest/browser-playwright": "4.1.7",
86
+ "@vitest/coverage-v8": "4.1.7",
86
87
  "benchmark": "2.1.4",
87
- "eslint": "10.4.0",
88
- "eslint-plugin-prettier": "5.5.5",
88
+ "eslint": "10.4.1",
89
+ "eslint-plugin-prettier": "5.5.6",
89
90
  "eslint-plugin-simple-import-sort": "13.0.0",
90
91
  "eslint-plugin-tsdoc": "0.5.2",
91
92
  "globals": "17.6.0",
92
93
  "husky": "9.1.7",
93
- "lint-staged": "17.0.4",
94
+ "lint-staged": "17.0.7",
94
95
  "playwright": "1.60.0",
95
- "preact": "10.29.1",
96
+ "preact": "10.29.2",
96
97
  "publint": "0.3.21",
97
98
  "react": "19.2.6",
98
99
  "react-dom": "19.2.6",
@@ -100,8 +101,8 @@
100
101
  "size-limit": "12.1.0",
101
102
  "ts-node": "10.9.2",
102
103
  "typescript": "6.0.3",
103
- "typescript-eslint": "8.59.3",
104
- "vitest": "4.1.6"
104
+ "typescript-eslint": "8.60.0",
105
+ "vitest": "4.1.7"
105
106
  },
106
107
  "peerDependencies": {
107
108
  "@types/react": "0.14 || 15 || 16 || 17 || 18 || 19",