Skip to content

Commit 674ec04

Browse files
authored
feat: move to using peer dependency (#31)
* feat: move to using peer dependency Moves to a peer dependency and switches the semver range to `7.x || 8.x`. * chore: bump parse5 in lock file
1 parent b3099f7 commit 674ec04

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

package-lock.json

Lines changed: 19 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typescript": "^5.2.2",
4040
"typescript-eslint": "^7.8.0"
4141
},
42-
"dependencies": {
43-
"parse5": "^7.3.0"
42+
"peerDependencies": {
43+
"parse5": "7.x || 8.x"
4444
}
4545
}

0 commit comments

Comments
 (0)