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 packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@object-ui/types": "workspace:*",
"@objectstack/spec": "^0.3.3",
"@objectstack/spec": "^0.4.1",
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The PR title/description indicate all @objectstack/* dependencies should be bumped to 0.4.1, but only @objectstack/spec in @object-ui/core and @objectstack/client in @object-ui/data-objectstack have been updated so far; packages/types/package.json and packages/react/package.json still depend on @objectstack/spec@^0.3.3. To keep the workspace consistent with the stated goal, either bump those remaining @objectstack/spec dependencies to ^0.4.1 and refresh the lockfile, or narrow the PR scope/description to just the packages you intend to update.

Copilot uses AI. Check for mistakes.
"lodash": "^4.17.23",
"zod": "^4.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/data-objectstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@object-ui/types": "workspace:*",
"@object-ui/core": "workspace:*",
"@objectstack/client": "^0.3.3"
"@objectstack/client": "^0.4.1"
},
"devDependencies": {
"tsup": "^8.0.1",
Expand Down
69 changes: 18 additions & 51 deletions pnpm-lock.yaml

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