Skip to content

Commit a6cb761

Browse files
deepracticexcclaude
authored andcommitted
fix(ci): update pnpm-lock.yaml and fix @ag-ui/core version range
The @ag-ui/core package latest version is 0.0.47, not 0.1.0. Updated peer dependency to >=0.0.1 and regenerated lockfile. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1b06936 commit a6cb761

2 files changed

Lines changed: 86 additions & 113 deletions

File tree

packages/adapter-agui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@uix/core": "workspace:*"
2929
},
3030
"peerDependencies": {
31-
"@ag-ui/core": ">=0.1.0",
31+
"@ag-ui/core": ">=0.0.1",
3232
"react": "^18.0.0 || ^19.0.0"
3333
},
3434
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)