diff --git a/apps/website/package.json b/apps/website/package.json index 6551f7e..b96e216 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -21,7 +21,7 @@ "@types/mdx": "^2.0.13", "clsx": "^2.1.1", "fumadocs-core": "^16.8.0", - "fumadocs-mdx": "^14.3.1", + "fumadocs-mdx": "^15.0.12", "fumadocs-typescript": "^5.2.6", "fumadocs-ui": "^16.8.0", "lucide-react": "^1.8.0", diff --git a/package-lock.json b/package-lock.json index fed0256..e581c70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/mdx": "^2.0.13", "clsx": "^2.1.1", "fumadocs-core": "^16.8.0", - "fumadocs-mdx": "^14.3.1", + "fumadocs-mdx": "^15.0.12", "fumadocs-typescript": "^5.2.6", "fumadocs-ui": "^16.8.0", "lucide-react": "^1.8.0", @@ -6929,9 +6929,9 @@ } }, "node_modules/fumadocs-mdx": { - "version": "14.3.2", - "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-14.3.2.tgz", - "integrity": "sha512-73SoZkbUuqnD91G/0zBcaQdM1TMnYw5JJzKgkGvQTiZbtLQFuWTt8/uRqnzFMuNIUu/WY9Lo9d1iZ8G+jOVieA==", + "version": "15.0.12", + "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-15.0.12.tgz", + "integrity": "sha512-R4WenrNQxSKi+QU46Q1cscVWi+S90dj3As4jdN+vgChO2o0TVOj+FFIe3onWM7mglhPj53NxZp/upP+t/ryekQ==", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.1.1", @@ -6939,31 +6939,31 @@ "chokidar": "^5.0.0", "esbuild": "^0.28.0", "estree-util-value-to-estree": "^3.5.0", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "mdast-util-mdx": "^3.0.0", - "mdast-util-to-markdown": "^2.1.2", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "tinyexec": "^1.1.1", - "tinyglobby": "^0.2.16", + "tinyexec": "^1.2.4", + "tinyglobby": "^0.2.17", "unified": "^11.0.5", "unist-util-remove-position": "^5.0.0", "unist-util-visit": "^5.1.0", "vfile": "^6.0.3", - "zod": "^4.3.6" + "zod": "^4.4.3" }, "bin": { - "fumadocs-mdx": "dist/bin.js" + "fumadocs-mdx": "bin.js" }, "peerDependencies": { "@types/mdast": "*", "@types/mdx": "*", "@types/react": "*", - "fumadocs-core": "^15.0.0 || ^16.0.0", + "fumadocs-core": "^16.7.0", "mdast-util-directive": "*", "next": "^15.3.0 || ^16.0.0", "react": "^19.2.0", - "vite": "6.x.x || 7.x.x || 8.x.x" + "rolldown": "*", + "vite": "7.x.x || 8.x.x" }, "peerDependenciesMeta": { "@types/mdast": { @@ -6984,6 +6984,9 @@ "react": { "optional": true }, + "rolldown": { + "optional": true + }, "vite": { "optional": true }