diff --git a/package-lock.json b/package-lock.json index bb2fb164..add764e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "echarts-for-react": "^3.0.5", "framer-motion": "^12.23.24", "fumadocs-core": "^16.4.1", - "fumadocs-mdx": "^14.2.3", + "fumadocs-mdx": "^15.0.0", "fumadocs-ui": "^16.4.1", "js-md5": "^0.8.3", "lucide-react": "^1.0.0", @@ -10332,9 +10332,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.2", + "resolved": "https://registry.npmjs.org/fumadocs-mdx/-/fumadocs-mdx-15.0.2.tgz", + "integrity": "sha512-lM8g8uoAY6MmBkBYNBnhU2phY8RrajttCbqi+tOXrBW620VT9Cd846uJvfQN6vcP5ieBvcsYv3BXIEZq+QCRGw==", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.1.1", @@ -10344,16 +10344,16 @@ "estree-util-value-to-estree": "^3.5.0", "js-yaml": "^4.1.1", "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", + "tinyexec": "^1.1.2", "tinyglobby": "^0.2.16", "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" + "vitefu": "^1.1.3", + "zod": "^4.4.3" }, "bin": { "fumadocs-mdx": "dist/bin.js" @@ -10362,11 +10362,11 @@ "@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" + "vite": "7.x.x || 8.x.x" }, "peerDependenciesMeta": { "@types/mdast": { @@ -13874,23 +13874,6 @@ } } }, - "node_modules/next-intl/node_modules/@swc/helpers": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.21.tgz", - "integrity": "sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==", - "extraneous": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.8.0" - } - }, - "node_modules/next-intl/node_modules/tslib": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "extraneous": true, - "license": "0BSD" - }, "node_modules/next-svg": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/next-svg/-/next-svg-1.0.7.tgz", @@ -17422,6 +17405,25 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/vitefu": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz", + "integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==", + "license": "MIT", + "workspaces": [ + "tests/deps/*", + "tests/projects/*", + "tests/projects/workspace/packages/*" + ], + "peerDependencies": { + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, "node_modules/vscode-jsonrpc": { "version": "8.2.0", "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", diff --git a/package.json b/package.json index f8983c86..fd1b80f8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "echarts-for-react": "^3.0.5", "framer-motion": "^12.23.24", "fumadocs-core": "^16.4.1", - "fumadocs-mdx": "^14.2.3", + "fumadocs-mdx": "^15.0.0", "fumadocs-ui": "^16.4.1", "js-md5": "^0.8.3", "lucide-react": "^1.0.0",