Skip to content

Commit

Permalink
docs: fix search (#563)
Browse files Browse the repository at this point in the history
* Revert "deps: update docusaurus monorepo to v3.4.0 (#527)"
  • Loading branch information
thomasten authored and katexochen committed Jun 13, 2024
1 parent afd3839 commit 16e82d4
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 209 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "1.1.0",
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-google-gtag": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/theme-mermaid": "3.4.0",
"@docusaurus/core": "3.3.2",
"@docusaurus/plugin-google-gtag": "3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@docusaurus/theme-mermaid": "3.3.2",
"@mdx-js/react": "3.0.1",
"asciinema-player": "3.7.1",
"clsx": "2.1.1",
Expand All @@ -27,11 +27,11 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.4.0"
"@docusaurus/module-type-aliases": "3.3.2"
},
"overrides": {
"@cmfcmf/docusaurus-search-local": {
"@docusaurus/core": "3.4.0"
"@docusaurus/core": "3.3.2"
}
},
"browserslist": {
Expand Down
Loading

0 comments on commit 16e82d4

Please sign in to comment.