diff --git a/package-lock.json b/package-lock.json index acf27b9..a288941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,10 +8,10 @@ "name": "fancydocs", "version": "0.0.0", "dependencies": { - "fumadocs-core": "16.6.0", + "fumadocs-core": "16.6.2", "fumadocs-mdx": "14.2.7", - "fumadocs-typescript": "^5.1.2", - "fumadocs-ui": "16.6.0", + "fumadocs-typescript": "^5.1.3", + "fumadocs-ui": "16.6.2", "lucide-react": "^0.564.0", "next": "16.1.6", "react": "^19.2.4", @@ -5679,9 +5679,9 @@ } }, "node_modules/fumadocs-core": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-16.6.0.tgz", - "integrity": "sha512-K4rF4kXyWs4LCCWimFWj8uUiILKZq8q7RCVPBL7z844qsTfyJp184VPB/X2aW8NGaIHlidlhT57Lm71nofR1qg==", + "version": "16.6.2", + "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-16.6.2.tgz", + "integrity": "sha512-UnwrtodM4eUDcaSKpWI43thH/Uj78gJgMdFrfNPyHDQcIYvd4XXTRNjJfRRfdJmaqY1PW/NhjnVD4FqXS0rKKw==", "license": "MIT", "dependencies": { "@formatjs/intl-localematcher": "^0.8.1", @@ -5851,9 +5851,9 @@ } }, "node_modules/fumadocs-typescript": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/fumadocs-typescript/-/fumadocs-typescript-5.1.2.tgz", - "integrity": "sha512-I25stwqCHG1RyqpsAMZW4t43b0Tlmb/VHESSf+XgK7l5YiEhsqzbVYJqLa5B4c/t3Jri1/4nkFGcy0xH/jSHPg==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/fumadocs-typescript/-/fumadocs-typescript-5.1.3.tgz", + "integrity": "sha512-zhRSTzZYmZ9k4Hi8qYRD0yWWUnLaUr81tqAHwslXiqIw8Tb9IggWza7I2tlPc3QC+85v0F636Dc65EsbQWkxfA==", "license": "MIT", "dependencies": { "estree-util-value-to-estree": "^3.5.0", @@ -5861,7 +5861,6 @@ "hast-util-to-jsx-runtime": "^2.3.6", "remark": "^15.0.1", "remark-rehype": "^11.1.2", - "tinyglobby": "^0.2.15", "ts-morph": "^27.0.2", "unified": "^11.0.5", "unist-util-visit": "^5.1.0" @@ -5895,9 +5894,9 @@ } }, "node_modules/fumadocs-ui": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/fumadocs-ui/-/fumadocs-ui-16.6.0.tgz", - "integrity": "sha512-SZOvLzVLzCaD2hcJqwMZKH3EFTIVBK8GGln9XoL2oxyE9fjWlm2MQCOUfYRP8sN+g7hujhyYx62ZNZZaEjfkBw==", + "version": "16.6.2", + "resolved": "https://registry.npmjs.org/fumadocs-ui/-/fumadocs-ui-16.6.2.tgz", + "integrity": "sha512-VPOnFSxlMfqMi21YIuNWUgBmL3TaRgdr1QZJAMk9EFMz2OTkH1uWRwlDcFSxQTt9MQaJoFnuuCA2AuC8eBk08w==", "license": "MIT", "dependencies": { "@fumadocs/tailwind": "0.0.2", @@ -5913,7 +5912,7 @@ "@radix-ui/react-tabs": "^1.1.13", "class-variance-authority": "^0.7.1", "lucide-react": "^0.563.0", - "motion": "^12.33.0", + "motion": "^12.34.0", "next-themes": "^0.4.6", "react-medium-image-zoom": "^5.4.0", "react-remove-scroll": "^2.7.2", @@ -5924,7 +5923,7 @@ }, "peerDependencies": { "@types/react": "*", - "fumadocs-core": "16.6.0", + "fumadocs-core": "16.6.2", "next": "16.x.x", "react": "^19.2.0", "react-dom": "^19.2.0" diff --git a/package.json b/package.json index 719d02e..32b2f57 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ "lint": "eslint" }, "dependencies": { - "fumadocs-core": "16.6.0", + "fumadocs-core": "16.6.2", "fumadocs-mdx": "14.2.7", - "fumadocs-typescript": "^5.1.2", - "fumadocs-ui": "16.6.0", + "fumadocs-typescript": "^5.1.3", + "fumadocs-ui": "16.6.2", "lucide-react": "^0.564.0", "next": "16.1.6", "react": "^19.2.4",