Skip to content
Merged
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 kits/agentic/deep-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"input-otp": "1.4.1",
"lamatic": "^0.3.2",
"lucide-react": "^0.454.0",
"next": "15.2.4",
"next": "15.2.8",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-day-picker": "9.8.0",
Expand Down
4 changes: 2 additions & 2 deletions kits/agentic/generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"input-otp": "1.4.1",
"lamatic": "latest",
"lucide-react": "^0.454.0",
"next": "16.0.0",
"next": "16.0.10",
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

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

kits/agentic/generation/package.json bumps next to 16.0.10, but the existing kits/agentic/generation/package-lock.json still pins next to 16.0.0. This can lead to inconsistent installs depending on which lockfile/package manager is used. Update the package-lock to match the new dependency version, or remove/stop tracking it if this kit is intended to be installed with pnpm instead of npm.

Suggested change
"next": "16.0.10",
"next": "16.0.0",

Copilot uses AI. Check for mistakes.
"next-themes": "^0.4.6",
"react": "19.2.0",
"react-day-picker": "9.8.0",
Expand All @@ -77,4 +77,4 @@
"tw-animate-css": "1.3.3",
"typescript": "^5"
}
}
}
3,910 changes: 3,909 additions & 1 deletion kits/agentic/generation/pnpm-lock.yaml

Large diffs are not rendered by default.

88 changes: 40 additions & 48 deletions kits/agentic/system-design-analyzer/package-lock.json

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

2 changes: 1 addition & 1 deletion kits/agentic/system-design-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clsx": "^2.1.1",
"lamatic": "^0.3.2",
"lucide-react": "^0.408.0",
"next": "15.1.0",
"next": "15.1.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.2",
Comment on lines +19 to 22
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

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

PR description states it upgrades both React and Next.js to patched versions, but this kit still pins react/react-dom to 18.3.1 (unchanged) while only next was bumped. Please confirm whether the advisory requires React/ReactDOM upgrades here as well, and if so, bump them (and the lockfile) to patched versions to match the PR’s stated remediation.

Copilot uses AI. Check for mistakes.
Expand Down
4 changes: 2 additions & 2 deletions kits/automation/hiring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"input-otp": "1.4.1",
"lamatic": "latest",
"lucide-react": "^0.454.0",
"next": "15.2.4",
"next": "15.2.8",
"next-themes": "^0.4.6",
"react": "^19",
"react-day-picker": "9.8.0",
Expand All @@ -78,4 +78,4 @@
"tw-animate-css": "1.3.3",
"typescript": "^5"
}
}
}
4 changes: 2 additions & 2 deletions kits/embed/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"input-otp": "latest",
"lamatic": "latest",
"lucide-react": "^0.454.0",
"next": "14.2.16",
"next": "14.2.35",
"next-themes": "latest",
"react": "^18",
"react-day-picker": "latest",
Expand All @@ -78,4 +78,4 @@
"tw-animate-css": "1.3.3",
"typescript": "^5"
}
}
}
4 changes: 2 additions & 2 deletions kits/embed/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"input-otp": "latest",
"lamatic": "latest",
"lucide-react": "^0.454.0",
"next": "14.2.16",
"next": "14.2.35",
"next-themes": "latest",
"react": "^18",
"react-day-picker": "latest",
Expand All @@ -78,4 +78,4 @@
"tw-animate-css": "1.3.3",
"typescript": "^5"
}
}
}
4 changes: 2 additions & 2 deletions kits/embed/sheets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"input-otp": "1.4.1",
"lamatic": "latest",
"lucide-react": "^0.454.0",
"next": "15.2.4",
"next": "15.2.8",
"next-themes": "^0.4.6",
"react": "^19",
"react-day-picker": "9.8.0",
Expand All @@ -80,4 +80,4 @@
"tw-animate-css": "1.3.3",
"typescript": "^5"
}
}
}
2 changes: 1 addition & 1 deletion package-lock.json

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

Loading