Skip to content

Commit e534f05

Browse files
committed
USe parse5 as a dev dependency
1 parent dab81a0 commit e534f05

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"tslib": "^2.8.1",
8282
"typedoc": "^0.26.5",
8383
"typescript": "^5.5.4",
84-
"typescript-eslint": "^8.0.0"
84+
"typescript-eslint": "^8.0.0",
85+
"parse5": "7.2.1"
8586
},
8687
"dependencies": {
8788
"hoist-non-react-statics": "^3.3.2",
@@ -91,8 +92,5 @@
9192
"peerDependencies": {
9293
"react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0",
9394
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0"
94-
},
95-
"resolutions": {
96-
"parse5": "7.2.1"
9795
}
9896
}

0 commit comments

Comments
 (0)