mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
deps: bump fumadocs-typescript from 4.0.14 to 5.3.0 in /docs (#1684)
Bumps [fumadocs-typescript](https://github.com/fuma-nama/fumadocs) from 4.0.14 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fuma-nama/fumadocs/releases">fumadocs-typescript's releases</a>.</em></p> <blockquote> <h2>fumadocs-typescript@5.3.0</h2> <h3>Default to Base UI</h3> <p>Internal packages & templates now use Base UI rather than Radix UI.</p> <h2>fumadocs-typescript@5.2.7</h2> <h3>Migrate to <code>cnfast</code></h3> <p>Drop <code>tailwind-merge</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="9a269030df"><code>9a26903</code></a> Version Packages</li> <li><a href="3e33f4362f"><code>3e33f43</code></a> perf(satteri): reduce clones</li> <li><a href="3597c9d1e6"><code>3597c9d</code></a> perf(satteri): persist results</li> <li><a href="0f389cf3de"><code>0f389cf</code></a> feat(satteri): decouple imports/exports from <code>compile()</code></li> <li><a href="4611f97d49"><code>4611f97</code></a> feat(satteri): full rehype-toc functionality</li> <li><a href="d095300760"><code>d095300</code></a> fix(satteri): workaround common issues</li> <li><a href="0297e25477"><code>0297e25</code></a> configure pretrust</li> <li><a href="02c242b0da"><code>02c242b</code></a> chore(satteri): clean code</li> <li><a href="3d80b8b242"><code>3d80b8b</code></a> fix(mdx): ensure satteri integration is optional</li> <li><a href="0ec19af868"><code>0ec19af</code></a> feat(satteri): more tests & move remark-include</li> <li>Additional commits viewable in <a href="https://github.com/fuma-nama/fumadocs/compare/fumadocs-typescript@4.0.14...fumadocs-typescript@5.3.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
350daeba73
commit
e8b66a27e1
2 changed files with 44 additions and 16 deletions
58
docs/package-lock.json
generated
58
docs/package-lock.json
generated
|
|
@ -16,7 +16,7 @@
|
|||
"fumadocs-core": "16.11.1",
|
||||
"fumadocs-mdx": "15.1.0",
|
||||
"fumadocs-twoslash": "^3.3.0",
|
||||
"fumadocs-typescript": "^4.0.3",
|
||||
"fumadocs-typescript": "^5.3.0",
|
||||
"fumadocs-ui": "16.11.1",
|
||||
"headroom-ai": "file:../sdk/typescript",
|
||||
"lucide-react": "^1.7.0",
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"@ai-sdk/anthropic": "^3.0.64",
|
||||
"@ai-sdk/openai": "^3.0.48",
|
||||
"@ai-sdk/provider": "^1.0.0",
|
||||
"@anthropic-ai/sdk": "^0.104.1",
|
||||
"@anthropic-ai/sdk": "^0.110.0",
|
||||
"ai": "^6.0.0",
|
||||
"dotenv": "^17.3.1",
|
||||
"openai": "^4.80.0",
|
||||
|
|
@ -2683,7 +2683,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@ts-morph/common": {
|
||||
"version": "0.28.1",
|
||||
"version": "0.29.0",
|
||||
"resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.29.0.tgz",
|
||||
"integrity": "sha512-35oUmphHbJvQ/+UTwFNme/t2p3FoKiGJ5auTjjpNTop2dyREspirjMy82PLSC1pnDJ8ah1GU98hwpVt64YXQsg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"minimatch": "^10.0.1",
|
||||
|
|
@ -2944,6 +2946,8 @@
|
|||
},
|
||||
"node_modules/balanced-match": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
||||
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "18 || 20 || >=22"
|
||||
|
|
@ -2960,9 +2964,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/brace-expansion": {
|
||||
"version": "5.0.6",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
||||
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
||||
"version": "5.0.7",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
||||
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"balanced-match": "^4.0.2"
|
||||
|
|
@ -3078,6 +3082,8 @@
|
|||
},
|
||||
"node_modules/code-block-writer": {
|
||||
"version": "13.0.3",
|
||||
"resolved": "https://registry.npmjs.org/code-block-writer/-/code-block-writer-13.0.3.tgz",
|
||||
"integrity": "sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/collapse-white-space": {
|
||||
|
|
@ -3743,7 +3749,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/fumadocs-typescript": {
|
||||
"version": "4.0.14",
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/fumadocs-typescript/-/fumadocs-typescript-5.3.0.tgz",
|
||||
"integrity": "sha512-UwYug2z01/hsjgmyoPL/MCz66pyZarpxOV9hIgnyNIhopwwcReCykEnRjchY342gIhZqUjTlY/TCJRorkCHhBA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"estree-util-value-to-estree": "^3.5.0",
|
||||
|
|
@ -3751,17 +3759,31 @@
|
|||
"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",
|
||||
"unist-util-visit": "^5.0.0"
|
||||
"shiki": "^4.3.1",
|
||||
"ts-morph": "^28.0.0",
|
||||
"unified": "^11.0.5",
|
||||
"unist-util-visit": "^5.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/estree": "*",
|
||||
"@types/hast": "*",
|
||||
"@types/mdast": "*",
|
||||
"@types/react": "*",
|
||||
"fumadocs-core": "^15.7.0 || ^16.0.0",
|
||||
"fumadocs-ui": "^15.7.0 || ^16.0.0",
|
||||
"typescript": "*"
|
||||
"fumadocs-core": "^16.7.0",
|
||||
"fumadocs-ui": "^16.7.0",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@types/estree": {
|
||||
"optional": true
|
||||
},
|
||||
"@types/hast": {
|
||||
"optional": true
|
||||
},
|
||||
"@types/mdast": {
|
||||
"optional": true
|
||||
},
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
},
|
||||
|
|
@ -5364,6 +5386,8 @@
|
|||
},
|
||||
"node_modules/minimatch": {
|
||||
"version": "10.2.5",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
||||
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
||||
"license": "BlueOak-1.0.0",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^5.0.5"
|
||||
|
|
@ -5569,6 +5593,8 @@
|
|||
},
|
||||
"node_modules/path-browserify": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
|
||||
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/picocolors": {
|
||||
|
|
@ -6258,10 +6284,12 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/ts-morph": {
|
||||
"version": "27.0.2",
|
||||
"version": "28.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-28.0.0.tgz",
|
||||
"integrity": "sha512-Wp3tnZ2bzwxyTZMtgWVzXDfm7lB1Drz+y9DmmYH/L702PQhPyVrp3pkou3yIz4qjS14GY9kcpmLiOOMvl8oG1g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ts-morph/common": "~0.28.1",
|
||||
"@ts-morph/common": "~0.29.0",
|
||||
"code-block-writer": "^13.0.3"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"fumadocs-core": "16.11.1",
|
||||
"fumadocs-mdx": "15.1.0",
|
||||
"fumadocs-twoslash": "^3.3.0",
|
||||
"fumadocs-typescript": "^4.0.3",
|
||||
"fumadocs-typescript": "^5.3.0",
|
||||
"fumadocs-ui": "16.11.1",
|
||||
"headroom-ai": "file:../sdk/typescript",
|
||||
"lucide-react": "^1.7.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue