Skip to content

Commit a0f63a2

Browse files
build: upgrade domhandler to 5.0.3 and html-dom-parser to 3.0.0
``` domhandler 4.3.1 → 5.0.3 html-dom-parser 2.0.0 → 3.0.0 ``` BREAKING CHANGE: bump domhandler from 4 to 5, html-dom-parser from 2 to 3
1 parent 693cc3a commit a0f63a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"dom"
4545
],
4646
"dependencies": {
47-
"domhandler": "4.3.1",
48-
"html-dom-parser": "2.0.0",
47+
"domhandler": "5.0.3",
48+
"html-dom-parser": "3.0.0",
4949
"react-property": "2.0.0",
5050
"style-to-js": "1.1.1"
5151
},

0 commit comments

Comments
 (0)