html-react-parser 5.0.5 → 5.0.6
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -613,7 +613,7 @@ npx size-limit
|
|
|
613
613
|
|
|
614
614
|
This project exists thanks to all the people who contribute. [[Contribute](https://github.com/remarkablemark/html-react-parser/blob/master/.github/CONTRIBUTING.md)].
|
|
615
615
|
|
|
616
|
-
[](https://github.com/remarkablemark/html-react-parser/graphs/contributors)
|
|
617
617
|
|
|
618
618
|
### Financial Contributors
|
|
619
619
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-react-parser",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"description": "HTML to React parser.",
|
|
5
5
|
"author": "Mark <mark@remarkablemark.org>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"domhandler": "5.0.3",
|
|
56
56
|
"html-dom-parser": "5.0.4",
|
|
57
57
|
"react-property": "2.0.2",
|
|
58
|
-
"style-to-js": "1.1.
|
|
58
|
+
"style-to-js": "1.1.9"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@commitlint/cli": "18.2.0",
|