-
Notifications
You must be signed in to change notification settings - Fork 2
Upgrade @objectstack dependencies to 0.9.1 #370
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
2863ef9
3cfba0d
5b381b3
ddcd213
3bb2c36
4f7fd00
74c66cc
3e8b65f
f88605a
896720e
604145a
eb764d6
d774271
210b295
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 |
|---|---|---|
|
|
@@ -59,12 +59,12 @@ | |
| "devDependencies": { | ||
| "@changesets/cli": "^2.29.8", | ||
| "@eslint/js": "^9.39.1", | ||
| "@objectstack/cli": "^0.9.0", | ||
| "@objectstack/core": "^0.9.0", | ||
| "@objectstack/driver-memory": "^0.9.0", | ||
| "@objectstack/objectql": "^0.9.0", | ||
| "@objectstack/plugin-msw": "^0.9.0", | ||
| "@objectstack/runtime": "^0.9.0", | ||
| "@objectstack/cli": "^0.9.1", | ||
| "@objectstack/core": "^0.9.1", | ||
| "@objectstack/driver-memory": "^0.9.1", | ||
| "@objectstack/objectql": "^0.9.1", | ||
| "@objectstack/plugin-msw": "^0.9.1", | ||
| "@objectstack/runtime": "^0.9.1", | ||
|
Comment on lines
+62
to
+67
|
||
| "@storybook/addon-essentials": "^8.6.14", | ||
| "@storybook/addon-interactions": "^8.6.14", | ||
| "@storybook/addon-links": "^8.6.15", | ||
|
|
@@ -117,7 +117,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "@hono/node-server": "^1.19.9", | ||
| "@objectstack/plugin-hono-server": "^0.9.0", | ||
| "@objectstack/plugin-hono-server": "^0.9.1", | ||
| "coverage-v8": "0.0.1-security", | ||
| "hono": "^4.11.7", | ||
| "pino": "^8.21.0", | ||
|
|
||
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.
The upgrade to @objectstack 0.9.1 is incomplete. While the root package.json and several packages were updated, the following package.json files still reference version 0.9.0 and need to be updated:
This inconsistency could lead to version conflicts and unexpected behavior when running these applications or examples. All @objectstack dependencies across the entire monorepo should be upgraded to 0.9.1 to ensure consistency.