Skip to content

Commit

Permalink
feat: add support for unified@11
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Oct 31, 2023
1 parent 2b0375b commit 92fae7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@
"@types/unist": "*",
"hastscript": "^7.2.0",
"prismjs": "^1.24.1",
"rehype-parse": "^7 || ^ 8",
"unist-util-is": "^4 || ^5",
"unist-util-select": "^4.0.2",
"unist-util-visit": "^4.1.1"
"rehype-parse": "^7 || ^ 8 || ^9",
"unist-util-is": "^4 || ^5 || ^6",
"unist-util-select": "^4.0.2 || ^5",
"unist-util-visit": "^4.1.1 || ^5"
},
"peerDependencies": {
"unified": "^10"
"unified": "^10 || ^11"
}
}

0 comments on commit 92fae7c

Please sign in to comment.