Skip to content
Open
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 packages/cloudflare-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@design-studio/widgets": "workspace:*",
"@modelcontextprotocol/sdk": "^1.26.0",
"agents": "^0.3.10",
"agents": "^0.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.

P1 Badge Update lockfile for bumped agents dependency

Bumping agents to ^0.4.0 in packages/cloudflare-template/package.json without updating pnpm-lock.yaml leaves the lockfile still pinned to 0.3.10 (see pnpm-lock.yaml importer entry at lines 213-215 and package entries around lines 3894/10778). Our CI runs pnpm install --frozen-lockfile --prod=false in .github/workflows/ci.yml (e.g., line 66 and repeated in other jobs), so this commit can fail installs until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"zod": "^3.25.76"
},
"devDependencies": {
Expand Down
Loading