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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"fumadocs-ui": "16.0.9",
"lucide-react": "^0.548.0",
"mermaid": "^11.12.1",
"next": "16.1.5",
"next": "16.1.7",
"next-themes": "^0.4.6",
Comment on lines 20 to 22
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

The docs deploy workflow installs dependencies with bun install --frozen-lockfile (see .github/workflows/deploy-static-pages.yml), and docs/bun.lockb is present in the repo. This PR updates package.json and pnpm-lock.yaml but not bun.lockb, which can cause CI installs to fail (frozen lockfile) or to keep resolving the old next version if Bun is using bun.lockb. Please update docs/bun.lockb to match this bump, or switch the workflow/package manager to consistently use pnpm-lock.yaml and remove/ignore bun.lockb.

Copilot uses AI. Check for mistakes.
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand Down
145 changes: 73 additions & 72 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading