Skip to content

Commit

Permalink
fix search (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
HananINouman authored Aug 19, 2024
1 parent 2adfb39 commit 8b4c35c
Show file tree
Hide file tree
Showing 2 changed files with 617 additions and 997 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.2.0",
"@docusaurus/core": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"@svgr/webpack": "^8.1.0",
"clsx": "^2.1.1",
Expand All @@ -30,10 +30,13 @@
"url-loader": "^4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"typescript": "^5.5.4"
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
Loading

0 comments on commit 8b4c35c

Please sign in to comment.