Skip to content

Commit 373dd05

Browse files
committed
Meta: Lock cheerio to 1.0.0-rc.12 to avoid docusaurus-search-local breaking
1 parent bb2c517 commit 373dd05

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package-lock.json

Lines changed: 1 addition & 0 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"@mdx-js/react": "^1.6.22",
2424
"docusaurus-preset-shiki-twoslash": "^1.1.41",
2525
"react": "^17.0.2",
26-
"react-dom": "^17.0.2"
26+
"react-dom": "^17.0.2",
27+
"cheerio": "1.0.0-rc.12"
2728
},
2829
"devDependencies": {
2930
"@docusaurus/module-type-aliases": "^2.4.1"

0 commit comments

Comments
 (0)