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
40 changes: 20 additions & 20 deletions agentapi-plusplus/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jszip": "^3.10.1",
"lucide-react": "^0.511.0",
"next": "15.5.15",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-dropzone": "^14.4.1",
"react-textarea-autosize": "^8.5.9",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0"
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@storybook/addon-themes": "^9.0.17",
"@storybook/nextjs": "^9.0.17",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"@eslint/eslintrc": "^3.3.5",
"@storybook/addon-themes": "^9.1.20",
"@storybook/nextjs": "^9.1.20",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^20.19.39",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "15.2.4",
"eslint-plugin-storybook": "^9.0.17",
"eslint-plugin-storybook": "^9.1.20",
"gh-pages": "^6.3.0",
"storybook": "^9.0.17",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.0",
"storybook": "^9.1.20",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale bun and npm lockfiles after pnpm update

Medium Severity

The package.json version specifiers were updated but the bun.lock and package-lock.json lockfiles still contain the old specifiers (e.g., react: "^19.0.0" instead of "^19.2.5"). The project's README documents bun install as the development workflow, so bun.lock drift means developers will either get stale dependency versions or trigger unexpected lockfile modifications on install. A frozen-lockfile CI step would fail outright.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 6b00f3b. Configure here.

"typescript": "^5.9.3"
},
"name": "chat",
Expand Down
Loading
Loading