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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@ai-sdk/mcp": "1.0.52",
"@ai-sdk/openai": "~3.0.74",
"@ai-sdk/react": "~3.0.210",
"@assistant-ui/react": "^0.14.23",
"@assistant-ui/react": "^0.15.8",

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 Regenerate the root Bun lockfile

In CI and container builds, this dependency bump leaves bun.lock out of sync: the lockfile still records @assistant-ui/react at ^0.14.23/0.14.23, @aws-sdk/lib-storage at 3.1096.0, and next at 16.2.12, while .github/workflows/ci.yml:36-37 and Dockerfile:15-21 both install with bun install --frozen-lockfile. With these package.json changes alone, the frozen install cannot use the committed lockfile for the new versions and fails during dependency installation, so CI/builds are blocked until the root bun.lock is updated in the same commit.

Useful? React with 👍 / 👎.

"@assistant-ui/react-ai-sdk": "^1.3.37",
"@assistant-ui/react-markdown": "^0.14.4",
"@aws-sdk/client-bedrock-agent-runtime": "^3.982.0",
Expand All @@ -125,7 +125,7 @@
"@aws-sdk/client-ssm": "^3.982.0",
"@aws-sdk/credential-providers": "^3.982.0",
"@aws-sdk/lib-dynamodb": "~3.1095.0",
"@aws-sdk/lib-storage": "3.1096.0",
"@aws-sdk/lib-storage": "3.1105.0",
"@aws-sdk/s3-request-presigner": "^3.982.0",
"@aws-sdk/util-dynamodb": "^3.982.0",
"@codemirror/commands": "^6.10.4",
Expand Down Expand Up @@ -214,7 +214,7 @@
"mdast-util-to-string": "^4.0.0",
"mermaid": "^11.12.1",
"nanoid": "^5.1.6",
"next": "16.2.12",
"next": "16.3.0",
"next-auth": "^5.0.0-beta.30",
"oidc-provider": "^9.6.0",
"openai": "^6.17.0",
Expand Down
Loading