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 10, 2024
1 parent 4dfde6b commit 7ed38ed
Show file tree
Hide file tree
Showing 18 changed files with 300 additions and 322 deletions.
12 changes: 6 additions & 6 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.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@shikijs/rehype": "^1.24.1",
"@shikijs/rehype": "^1.24.2",
"@theguild/remark-mermaid": "^0.1.3",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"class-variance-authority": "^0.7.1",
Expand All @@ -31,7 +31,7 @@
"fumadocs-ui": "workspace:*",
"geist": "^1.3.1",
"hast-util-to-jsx-runtime": "^2.3.2",
"katex": "^0.16.14",
"katex": "^0.16.15",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"phenomenon": "^1.6.0",
Expand All @@ -45,9 +45,9 @@
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^1.24.1",
"shiki": "^1.24.2",
"tailwind-merge": "^2.5.5",
"zod": "^3.23.8"
"zod": "^3.24.0"
},
"devDependencies": {
"@fumadocs/cli": "workspace:*",
Expand All @@ -58,12 +58,12 @@
"@types/mdx": "^2.0.13",
"@types/node": "22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint-config-custom": "workspace:*",
"fast-glob": "^3.3.1",
"gray-matter": "^4.0.3",
"next-validate-link": "^1.4.0",
"next-validate-link": "^1.4.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/content-collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@content-collections/next": "^0.2.4",
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/next-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@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 @@ -18,14 +18,14 @@
"postcss": "^8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"shiki": "^1.24.1",
"shiki": "^1.24.2",
"tailwindcss": "^3.4.16",
"zod": "^3.23.8"
"zod": "^3.24.0"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/remote-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tsup": "8.3.5",
"turbo": "2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]",
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 @@ -42,7 +42,7 @@
"fumadocs-core": "workspace:*",
"tsconfig": "workspace:*",
"unified": "^11.0.5",
"zod": "^3.23.8"
"zod": "^3.24.0"
},
"peerDependencies": {
"@content-collections/core": "0.x.x",
Expand Down
6 changes: 3 additions & 3 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.1",
"@shikijs/rehype": "^1.24.2",
"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.1",
"shiki": "^1.24.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
Expand All @@ -105,7 +105,7 @@
"@types/negotiator": "^0.6.3",
"@types/node": "22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"algoliasearch": "4.24.0",
"eslint-config-custom": "workspace:*",
"mdast-util-mdx-jsx": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/mdx": "^2.0.13",
"@types/node": "22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"next": "15.0.4",
"postcss": "^8.4.49",
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 @@ -33,7 +33,7 @@
"npm-to-yarn": "^3.0.0",
"ts-morph": "^24.0.0",
"unist-util-visit": "^5.0.0",
"zod": "^3.23.8"
"zod": "^3.24.0"
},
"devDependencies": {
"@mdx-js/mdx": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"gray-matter": "^4.0.3",
"micromatch": "^4.0.8",
"ws": "^8.18.0",
"zod": "^3.23.8"
"zod": "^3.24.0"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"fast-glob": "^3.3.1",
"gray-matter": "^4.0.3",
"micromatch": "^4.0.8",
"zod": "^3.23.8"
"zod": "^3.24.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-hook-form": "^7.54.0",
"remark": "^15.0.1",
"remark-rehype": "^11.1.1",
"shiki": "^1.24.1"
"shiki": "^1.24.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
Expand Down
4 changes: 2 additions & 2 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.2",
"@shikijs/twoslash": "^1.24.1",
"@shikijs/twoslash": "^1.24.2",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
Expand All @@ -52,7 +52,7 @@
"fumadocs-ui": "workspace:*",
"postcss": "^8.4.49",
"postcss-lightningcss": "^1.0.1",
"shiki": "^1.24.1",
"shiki": "^1.24.2",
"tailwindcss": "^3.4.16",
"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,15 +41,15 @@
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"shiki": "^1.24.1",
"shiki": "^1.24.2",
"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-dom": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint-config-custom": "workspace:*",
"fumadocs-ui": "workspace:*",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@next/eslint-plugin-next": "^15.0.4",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint-config-custom": "workspace:*",
"next": "15.0.4",
Expand Down
Loading

0 comments on commit 7ed38ed

Please sign in to comment.