Skip to content

Commit

Permalink
Chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Dec 21, 2024
1 parent 3550efc commit 0bfc387
Show file tree
Hide file tree
Showing 19 changed files with 754 additions and 898 deletions.
20 changes: 10 additions & 10 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@shikijs/rehype": "^1.24.2",
"@shikijs/rehype": "^1.24.3",
"@theguild/remark-mermaid": "^0.2.0",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"class-variance-authority": "^0.7.1",
Expand All @@ -31,10 +31,10 @@
"fumadocs-ui": "workspace:*",
"geist": "^1.3.1",
"hast-util-to-jsx-runtime": "^2.3.2",
"katex": "^0.16.17",
"lucide-react": "^0.468.0",
"next": "15.1.1",
"oxc-transform": "^0.42.0",
"katex": "^0.16.18",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"oxc-transform": "^0.43.0",
"phenomenon": "^1.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand All @@ -46,19 +46,19 @@
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^1.24.2",
"shiki": "^1.24.3",
"tailwind-merge": "^2.5.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@fumadocs/cli": "workspace:*",
"@next/bundle-analyzer": "15.1.1",
"@next/env": "15.1.1",
"@next/eslint-plugin-next": "15.1.1",
"@next/bundle-analyzer": "15.1.2",
"@next/env": "15.1.2",
"@next/eslint-plugin-next": "15.1.2",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint-config-custom": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions examples/content-collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"@fumadocs/content-collections": "workspace:*",
"fumadocs-core": "workspace:*",
"fumadocs-ui": "workspace:*",
"next": "^15.1.1",
"next": "^15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@content-collections/core": "^0.7.3",
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"fumadocs-core": "workspace:*",
"fumadocs-mdx": "workspace:*",
"fumadocs-ui": "workspace:*",
"next": "15.1.1",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/next-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"fumadocs-core": "workspace:*",
"fumadocs-mdx": "workspace:*",
"fumadocs-ui": "workspace:*",
"next": "15.1.1",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"algoliasearch": "4.24.0",
"typescript": "^5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"fumadocs-mdx": "workspace:*",
"fumadocs-openapi": "workspace:*",
"fumadocs-ui": "workspace:*",
"next": "15.1.1",
"next": "15.1.2",
"postcss": "^8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"shiki": "^1.24.2",
"shiki": "^1.24.3",
"tailwindcss": "^3.4.17",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/remote-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@fumadocs/mdx-remote": "workspace:*",
"fumadocs-core": "workspace:*",
"fumadocs-ui": "workspace:*",
"next": "15.1.1",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"types:check": "tsc --noEmit"
},
"dependencies": {
"@clack/prompts": "^0.8.2",
"@clack/prompts": "^0.9.0",
"commander": "^12.1.0",
"execa": "^9.5.2",
"package-manager-detector": "^0.2.7",
"package-manager-detector": "^0.2.8",
"picocolors": "^1.1.1",
"ts-morph": "^24.0.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"eslint-config-custom": "workspace:*",
"fast-glob": "^3.3.1",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/content-collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"types:check": "tsc --noEmit"
},
"devDependencies": {
"@content-collections/core": "^0.7.3",
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@types/node": "22.10.2",
"eslint-config-custom": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.9",
"@orama/orama": "^2.1.1",
"@shikijs/rehype": "^1.24.2",
"@shikijs/rehype": "^1.24.3",
"github-slugger": "^2.0.0",
"hast-util-to-estree": "^3.1.0",
"hast-util-to-jsx-runtime": "^2.3.2",
Expand All @@ -92,7 +92,7 @@
"remark": "^15.0.0",
"remark-gfm": "^4.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^1.24.2",
"shiki": "^1.24.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
Expand All @@ -104,13 +104,13 @@
"@types/mdast": "^4.0.3",
"@types/negotiator": "^0.6.3",
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"algoliasearch": "4.24.0",
"eslint-config-custom": "workspace:*",
"mdast-util-mdx-jsx": "^3.1.3",
"mdast-util-mdxjs-esm": "^2.0.1",
"next": "^15.1.1",
"next": "^15.1.2",
"remark-mdx": "^3.1.0",
"remark-rehype": "^11.1.1",
"shiki-transformers": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-app-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"description": "Used to track dependency versions in create-fumadocs-app",
"license": "MIT",
"dependencies": {
"@content-collections/core": "^0.7.3",
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"next": "15.1.1",
"next": "15.1.2",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"types:check": "tsc --noEmit"
},
"dependencies": {
"@clack/prompts": "^0.8.2",
"@clack/prompts": "^0.9.0",
"cross-spawn": "^7.0.6",
"picocolors": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/doc-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"fumadocs-typescript": "workspace:^",
"hast-util-to-estree": "^3.1.0",
"npm-to-yarn": "^3.0.0",
"oxc-transform": "^0.42.0",
"oxc-transform": "^0.43.0",
"unist-util-visit": "^5.0.0",
"zod": "^3.24.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mdx-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
"bufferutil": "^4.0.8",
"chokidar": "^4.0.2",
"chokidar": "^4.0.3",
"fast-glob": "^3.3.1",
"gray-matter": "^4.0.3",
"micromatch": "^4.0.8",
Expand All @@ -73,11 +73,11 @@
"@types/mdx": "^2.0.13",
"@types/micromatch": "^4.0.9",
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/ws": "^8.5.13",
"eslint-config-custom": "workspace:*",
"fumadocs-core": "workspace:*",
"next": "15.1.1",
"next": "15.1.2",
"tsconfig": "workspace:*",
"unified": "^11.0.5",
"vfile": "^6.0.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
},
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
"chokidar": "^4.0.2",
"chokidar": "^4.0.3",
"cross-spawn": "^7.0.6",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"estree-util-value-to-estree": "^3.2.1",
"fast-glob": "^3.3.1",
"gray-matter": "^4.0.3",
Expand All @@ -58,11 +58,11 @@
"@types/mdast": "^4.0.3",
"@types/mdx": "^2.0.13",
"@types/micromatch": "^4.0.9",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"eslint-config-custom": "workspace:*",
"fumadocs-core": "workspace:*",
"mdast-util-mdx-jsx": "^3.1.3",
"next": "^15.1.1",
"next": "^15.1.2",
"tsconfig": "workspace:*",
"unified": "^11.0.5",
"vfile": "^6.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
"hast-util-to-jsx-runtime": "^2.3.2",
"js-yaml": "^4.1.0",
"openapi-sampler": "^1.6.1",
"react-hook-form": "^7.54.1",
"react-hook-form": "^7.54.2",
"remark": "^15.0.1",
"remark-rehype": "^11.1.1",
"shiki": "^1.24.2"
"shiki": "^1.24.3"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "22.10.2",
"@types/openapi-sampler": "^1.0.3",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"bunchee": "^6.0.3",
"eslint-config-custom": "workspace:*",
"lucide-react": "^0.468.0",
"next": "15.1.1",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"openapi-types": "^12.1.3",
"tsconfig": "workspace:*"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@radix-ui/react-popover": "^1.1.4",
"@shikijs/twoslash": "^1.24.2",
"@shikijs/twoslash": "^1.24.3",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
Expand All @@ -47,12 +47,12 @@
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.3",
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"eslint-config-custom": "workspace:*",
"fumadocs-ui": "workspace:*",
"postcss": "^8.4.49",
"postcss-lightningcss": "^1.0.1",
"shiki": "^1.24.2",
"shiki": "^1.24.3",
"tailwindcss": "^3.4.17",
"tsconfig": "workspace:*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"shiki": "^1.24.2",
"shiki": "^1.24.3",
"ts-morph": "^24.0.0"
},
"devDependencies": {
"@types/estree": "^1.0.6",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.3",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint-config-custom": "workspace:*",
"fumadocs-ui": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,21 @@
"class-variance-authority": "^0.7.1",
"fumadocs-core": "workspace:*",
"lodash.merge": "^4.6.2",
"lucide-react": "^0.468.0",
"lucide-react": "^0.469.0",
"next-themes": "^0.4.4",
"postcss-selector-parser": "^7.0.0",
"react-medium-image-zoom": "^5.2.12",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@fumadocs/cli": "workspace:*",
"@next/eslint-plugin-next": "^15.1.1",
"@next/eslint-plugin-next": "^15.1.2",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint-config-custom": "workspace:*",
"next": "15.1.1",
"next": "15.1.2",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.17",
Expand Down
Loading

0 comments on commit 0bfc387

Please sign in to comment.