html-react-parser 5.2.9 → 5.2.11

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # html-react-parser
2
2
 
3
- [![NPM](https://nodei.co/npm/html-react-parser.png)](https://nodei.co/npm/html-react-parser/)
3
+ [![NPM](https://nodei.co/npm/html-react-parser.svg)](https://b.remarkabl.org/html-react-parser)
4
4
 
5
- [![NPM version](https://img.shields.io/npm/v/html-react-parser)](https://www.npmjs.com/package/html-react-parser)
5
+ [![NPM version](https://img.shields.io/npm/v/html-react-parser)](https://b.remarkabl.org/html-react-parser)
6
6
  [![NPM bundle size](https://img.shields.io/bundlephobia/minzip/html-react-parser)](https://bundlephobia.com/package/html-react-parser)
7
7
  [![build](https://github.com/remarkablemark/html-react-parser/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/html-react-parser/actions/workflows/build.yml)
8
8
  [![codecov](https://codecov.io/gh/remarkablemark/html-react-parser/branch/master/graph/badge.svg?token=wosFd1DBIR)](https://codecov.io/gh/remarkablemark/html-react-parser)
9
- [![NPM downloads](https://img.shields.io/npm/dm/html-react-parser)](https://www.npmjs.com/package/html-react-parser)
9
+ [![NPM downloads](https://img.shields.io/npm/dm/html-react-parser)](https://b.remarkabl.org/html-react-parser)
10
10
  [![Discord](https://img.shields.io/discord/422421589582282752?logo=discord&logoColor=white&color=%237289da&cacheSeconds=300)](https://b.remarkabl.org/discord)
11
11
 
12
12
  HTML to React parser that works on both the server (Node.js) and the client (browser):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-react-parser",
3
- "version": "5.2.9",
3
+ "version": "5.2.11",
4
4
  "description": "HTML to React parser.",
5
5
  "author": "Mark <mark@remarkablemark.org> (https://remarkablemark.org)",
6
6
  "main": "./lib/index.js",
@@ -50,28 +50,28 @@
50
50
  ],
51
51
  "dependencies": {
52
52
  "domhandler": "5.0.3",
53
- "html-dom-parser": "5.1.1",
53
+ "html-dom-parser": "5.1.2",
54
54
  "react-property": "2.0.2",
55
- "style-to-js": "1.1.19"
55
+ "style-to-js": "1.1.21"
56
56
  },
57
57
  "devDependencies": {
58
- "@commitlint/cli": "20.1.0",
59
- "@commitlint/config-conventional": "20.0.0",
58
+ "@commitlint/cli": "20.2.0",
59
+ "@commitlint/config-conventional": "20.2.0",
60
60
  "@eslint/compat": "2.0.0",
61
- "@eslint/eslintrc": "3.3.1",
62
- "@eslint/js": "9.39.1",
61
+ "@eslint/eslintrc": "3.3.3",
62
+ "@eslint/js": "9.39.2",
63
63
  "@rollup/plugin-commonjs": "29.0.0",
64
64
  "@rollup/plugin-node-resolve": "16.0.3",
65
65
  "@rollup/plugin-terser": "0.4.4",
66
66
  "@rollup/plugin-typescript": "12.1.4",
67
- "@size-limit/preset-big-lib": "11.2.0",
67
+ "@size-limit/preset-big-lib": "12.0.0",
68
68
  "@types/benchmark": "2.1.5",
69
69
  "@types/jest": "30.0.0",
70
- "@types/node": "24.10.1",
71
- "@types/react": "19.2.5",
70
+ "@types/node": "25.0.3",
71
+ "@types/react": "19.2.7",
72
72
  "@types/react-dom": "19.2.3",
73
73
  "benchmark": "2.1.4",
74
- "eslint": "9.39.1",
74
+ "eslint": "9.39.2",
75
75
  "eslint-plugin-prettier": "5.5.4",
76
76
  "eslint-plugin-simple-import-sort": "12.1.1",
77
77
  "globals": "16.5.0",
@@ -79,17 +79,17 @@
79
79
  "jest": "30.2.0",
80
80
  "jest-environment-jsdom": "30.2.0",
81
81
  "jest-watch-typeahead": "3.0.1",
82
- "lint-staged": "16.2.6",
83
- "preact": "10.27.2",
84
- "publint": "0.3.15",
85
- "react": "19.2.0",
86
- "react-dom": "19.2.0",
87
- "rollup": "4.53.2",
88
- "size-limit": "11.2.0",
89
- "ts-jest": "29.4.5",
82
+ "lint-staged": "16.2.7",
83
+ "preact": "10.28.0",
84
+ "publint": "0.3.16",
85
+ "react": "19.2.3",
86
+ "react-dom": "19.2.3",
87
+ "rollup": "4.53.5",
88
+ "size-limit": "12.0.0",
89
+ "ts-jest": "29.4.6",
90
90
  "ts-node": "10.9.2",
91
91
  "typescript": "5.9.3",
92
- "typescript-eslint": "8.46.4"
92
+ "typescript-eslint": "8.50.0"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "@types/react": "0.14 || 15 || 16 || 17 || 18 || 19",