docs: update dependencies (#6046)

This commit is contained in:
Shahed Nasser
2024-01-10 10:56:54 +02:00
committed by GitHub
parent bc58bc8f47
commit 0b0c25da11
18 changed files with 427 additions and 299 deletions
-1
View File
@@ -7,7 +7,6 @@ import {
NavbarProvider,
AnalyticsProvider,
ScrollControllerProvider,
AiAssistantProvider,
} from "docs-ui"
import SearchProvider from "./search"
import SidebarProvider from "./sidebar"
-2
View File
@@ -6,8 +6,6 @@ import {
SearchProvider as UiSearchProvider,
} from "docs-ui"
import { absoluteUrl } from "../lib/absolute-url"
import clsx from "clsx"
import { Sparkles } from "@medusajs/icons"
type SearchProviderProps = {
children: React.ReactNode