Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@elysiajs/server-timing": "^1.4.0",
"@modelcontextprotocol/sdk": "^1.26.0",
"@opentelemetry/resources": "^2.4.0",
"@opentelemetry/sdk-node": "0.215.0",
"@opentelemetry/sdk-node": "0.217.0",
"@opentelemetry/semantic-conventions": "^1.29.0",
"@orpc/openapi": "^1.14.0",
"@orpc/server": "^1.14.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@databuddy/ui": "workspace:*",
"@hello-pangea/dnd": "^18.0.1",
"@hookform/resolvers": "^5.2.2",
"@json-render/react": "0.18.0",
"@json-render/react": "0.19.0",
"@orpc/client": "^1.14.0",
"@orpc/tanstack-query": "^1.14.0",
"@radix-ui/react-avatar": "^1.1.11",
Expand Down Expand Up @@ -107,7 +107,7 @@
"zod": "catalog:"
},
"devDependencies": {
"@biomejs/biome": "2.4.13",
"@biomejs/biome": "2.4.15",
"@orpc/server": "^1.14.0",
"@tailwindcss/postcss": "^4.2.2",
"@tanstack/react-query-devtools": "^5.99.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"fast-glob": "^3.3.3",
"fumadocs-core": "15.5.0",
"fumadocs-docgen": "^2.1.0",
"fumadocs-mdx": "14.3.0",
"fumadocs-mdx": "14.3.2",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot May 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Bump fumadocs-core alongside fumadocs-mdx; 14.3.2 requires fumadocs-core ^16.7.0, but this package still pins 15.5.0.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/docs/package.json, line 60:

<comment>Bump fumadocs-core alongside fumadocs-mdx; 14.3.2 requires fumadocs-core ^16.7.0, but this package still pins 15.5.0.</comment>

<file context>
@@ -57,7 +57,7 @@
     "fumadocs-core": "15.5.0",
     "fumadocs-docgen": "^2.1.0",
-    "fumadocs-mdx": "14.3.0",
+    "fumadocs-mdx": "14.3.2",
     "fumadocs-ui": "15.5.0",
     "gray-matter": "^4.0.3",
</file context>
Fix with Cubic

"fumadocs-ui": "15.5.0",
"gray-matter": "^4.0.3",
"input-otp": "^1.4.2",
Expand Down Expand Up @@ -91,7 +91,7 @@
"zod": "catalog:"
},
"devDependencies": {
"@biomejs/biome": "2.4.13",
"@biomejs/biome": "2.4.15",
"@tailwindcss/postcss": "^4.2.2",
"@types/d3": "^7.4.3",
"@types/d3-geo": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-react-jsx": "^7.28.6",
"@biomejs/biome": "2.4.13",
"@biomejs/biome": "2.4.15",
"@changesets/cli": "^2.31.0",
"@evilmartians/lefthook": "^2.1.6",
"@types/bun": "1.3.14",
Expand Down
Loading