diff --git a/package-lock.json b/package-lock.json index 7928181..0c6f089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "@types/mdx": "^2.0.13", - "fumadocs-core": "^15.6.9", + "fumadocs-core": "^15.6.12", "fumadocs-mdx": "^11.7.4", "fumadocs-ui": "^15.6.9", "lucide-react": "^0.525.0", @@ -4998,9 +4998,9 @@ } }, "node_modules/fumadocs-core": { - "version": "15.6.9", - "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-15.6.9.tgz", - "integrity": "sha512-GVrJ2C2fch3KfNz3utqvF2CeZ7Uc947lfo7Deq1mKhWlH+HY3RSUM9MMecRl+uTzu9TNWPCUwj9q0XSUBh5VbQ==", + "version": "15.6.12", + "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-15.6.12.tgz", + "integrity": "sha512-QlnDcBNk+CbnX8jxa9EdWMWy6CJPNxAyLGhA2Zk+ia35kQEbATI9xaTp2oDObuqb2qH7VRD0Ild/e56dSlcxTQ==", "license": "MIT", "dependencies": { "@formatjs/intl-localematcher": "^0.6.1", @@ -5155,6 +5155,67 @@ } } }, + "node_modules/fumadocs-ui/node_modules/fumadocs-core": { + "version": "15.6.9", + "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-15.6.9.tgz", + "integrity": "sha512-GVrJ2C2fch3KfNz3utqvF2CeZ7Uc947lfo7Deq1mKhWlH+HY3RSUM9MMecRl+uTzu9TNWPCUwj9q0XSUBh5VbQ==", + "license": "MIT", + "dependencies": { + "@formatjs/intl-localematcher": "^0.6.1", + "@orama/orama": "^3.1.11", + "@shikijs/rehype": "^3.9.2", + "@shikijs/transformers": "^3.9.2", + "github-slugger": "^2.0.0", + "hast-util-to-estree": "^3.1.3", + "hast-util-to-jsx-runtime": "^2.3.6", + "image-size": "^2.0.2", + "negotiator": "^1.0.0", + "npm-to-yarn": "^3.0.1", + "react-remove-scroll": "^2.7.1", + "remark": "^15.0.0", + "remark-gfm": "^4.0.1", + "remark-rehype": "^11.1.2", + "scroll-into-view-if-needed": "^3.1.0", + "shiki": "^3.9.2", + "unist-util-visit": "^5.0.0" + }, + "peerDependencies": { + "@mixedbread/sdk": "^0.19.0", + "@oramacloud/client": "1.x.x || 2.x.x", + "@types/react": "*", + "algoliasearch": "5.x.x", + "next": "14.x.x || 15.x.x", + "react": "18.x.x || 19.x.x", + "react-dom": "18.x.x || 19.x.x", + "react-router": "7.x.x" + }, + "peerDependenciesMeta": { + "@mixedbread/sdk": { + "optional": true + }, + "@oramacloud/client": { + "optional": true + }, + "@types/react": { + "optional": true + }, + "algoliasearch": { + "optional": true + }, + "next": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + }, + "react-router": { + "optional": true + } + } + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", diff --git a/package.json b/package.json index 6c137b0..d4aa3c8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@types/mdx": "^2.0.13", - "fumadocs-core": "^15.6.9", + "fumadocs-core": "^15.6.12", "fumadocs-mdx": "^11.7.4", "fumadocs-ui": "^15.6.9", "lucide-react": "^0.525.0",