Skip to content

fix: sync docs/package-lock.json with package.json dependencies#127

Merged
catlog22 merged 2 commits intomainfrom
copilot/fix-deployment-issues
Mar 3, 2026
Merged

fix: sync docs/package-lock.json with package.json dependencies#127
catlog22 merged 2 commits intomainfrom
copilot/fix-deployment-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 3, 2026

npm ci in the docs deployment workflow was failing because docs/package.json had new dependencies (react, react-dom, class-variance-authority, clsx, tailwind-merge) that were never reflected in docs/package-lock.json.

Changes

  • Regenerated docs/package-lock.json via npm install to include the 5 missing packages and their transitive dependencies

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: catlog22 <28037070+catlog22@users.noreply.github.com>
Copilot AI changed the title [WIP] Analyze and resolve deployment failures for documentation site fix: sync docs/package-lock.json with package.json dependencies Mar 3, 2026
@catlog22 catlog22 marked this pull request as ready for review March 3, 2026 02:43
@catlog22 catlog22 merged commit 747b509 into main Mar 3, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants