-
Notifications
You must be signed in to change notification settings - Fork 1
Update @objectstack packages to 3.0.1 #262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,8 +20,8 @@ | |
| "@objectstack/client": "3.0.0", | ||
| "@objectstack/driver-memory": "^3.0.0", | ||
| "@objectstack/objectql": "^3.0.0", | ||
| "@objectstack/runtime": "^3.0.0", | ||
| "@objectstack/spec": "3.0.0" | ||
| "@objectstack/runtime": "^3.0.1", | ||
| "@objectstack/spec": "3.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@objectstack/cli": "^3.0.0", | ||
|
Comment on lines
20
to
27
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
examples/crm still pins @objectstack/cli to ^3.0.0 while the PR goal is to upgrade the ObjectStack SDK to 3.0.1. This keeps pnpm-lock resolving @objectstack/cli@3.0.0 and introduces a peer mismatch with @objectstack/core@3.0.1 (cli@3.0.0 expects core@3.0.0). Bump the example’s @objectstack/cli to ^3.0.1 and regenerate the lockfile so all @objectstack/* packages align on 3.0.1.