chore: update all npm dependencies (#4486)

Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com>
This commit is contained in:
Piyush Gupta
2024-12-18 15:32:43 +05:30
committed by GitHub
parent 8936ce928f
commit 36bf445370
33 changed files with 5133 additions and 5934 deletions
+5 -2
View File
@@ -110,7 +110,7 @@ export const Search = () => {
</kbd>
)}
</button>
{isOpen &&
{isOpen ? (
createPortal(
<DocSearchModal
{...docSearchConfig}
@@ -124,7 +124,10 @@ export const Search = () => {
}}
/>,
document.body
)}
)
) : (
<></>
)}
</>
);
};
+17 -17
View File
@@ -12,39 +12,39 @@
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "1.17.4",
"@algolia/autocomplete-core": "1.17.8",
"@calcom/embed-react": "1.5.1",
"@docsearch/css": "3",
"@docsearch/react": "3.6.2",
"@docsearch/react": "3.8.0",
"@formbricks/lib": "workspace:*",
"@formbricks/types": "workspace:*",
"@headlessui/react": "2.1.9",
"@headlessui/react": "2.2.0",
"@headlessui/tailwindcss": "0.2.1",
"@mapbox/rehype-prism": "0.9.0",
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.1.0",
"@paralleldrive/cuid2": "2.2.2",
"@sindresorhus/slugify": "2.2.1",
"@tailwindcss/typography": "0.5.15",
"acorn": "8.12.1",
"acorn": "8.14.0",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"fast-glob": "3.3.2",
"flexsearch": "0.7.43",
"framer-motion": "11.11.4",
"framer-motion": "11.15.0",
"lottie-web": "5.12.2",
"lucide": "0.451.0",
"lucide-react": "0.452.0",
"lucide": "0.468.0",
"lucide-react": "0.468.0",
"mdast-util-to-string": "4.0.0",
"mdx-annotations": "0.1.4",
"next": "15.1.0",
"next-plausible": "3.12.2",
"next-plausible": "3.12.4",
"next-seo": "6.6.0",
"next-sitemap": "4.2.3",
"next-themes": "0.3.0",
"next-themes": "0.4.4",
"node-fetch": "3.3.2",
"prism-react-renderer": "2.4.0",
"prism-react-renderer": "2.4.1",
"prismjs": "1.29.0",
"react": "19.0.0",
"react-dom": "19.0.0",
@@ -54,20 +54,20 @@
"redoc": "2.2.0",
"remark": "15.0.1",
"remark-gfm": "4.0.0",
"remark-mdx": "3.0.1",
"remark-mdx": "3.1.0",
"schema-dts": "1.1.2",
"sharp": "0.33.5",
"shiki": "1.22.0",
"shiki": "1.24.2",
"simple-functional-loader": "1.2.1",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.16",
"unist-util-filter": "5.0.1",
"unist-util-visit": "5.0.0",
"zustand": "4.5.5"
"zustand": "5.0.2"
},
"devDependencies": {
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"@types/dompurify": "3.0.5",
"@types/dompurify": "3.2.0",
"@types/react-highlight-words": "0.20.0"
}
}