Skip to content

Commit

Permalink
chore: add jsdom to peerDependencies and mark it as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Jan 31, 2024
1 parent 57bed7a commit 8450225
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/html-to-slate-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
},
"peerDependencies": {
"slate": "^0.66.1",
"slate-hyperscript": "^0.67.0"
"slate-hyperscript": "^0.67.0",
"jsdom": "^24.0.0"
},
"peerDependenciesMeta": {
"jsdom": {
"optional": true
}
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
Expand Down

0 comments on commit 8450225

Please sign in to comment.