fix(deps): pin dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-26 13:33:39 +00:00 committed by Tilman Vatteroth
parent 3a565d83c1
commit 20cfba3da0
3 changed files with 14 additions and 14 deletions

View file

@ -66,9 +66,9 @@
"typescript": "5.2.2"
},
"dependencies": {
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"htmlparser2": "^9.0.0"
"domelementtype": "2.3.0",
"domhandler": "5.0.3",
"htmlparser2": "9.0.0"
},
"peerDependencies": {
"react": ">=16.0"