Skip to content

Commit 7950108

Browse files
Copilothotlong
andcommitted
Fix console app to use workspace version of layout package
Changed @object-ui/layout dependency from ^0.1.1 to workspace:* in the console app to ensure consistency with other workspace packages. Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 65b7ab4 commit 7950108

File tree

2 files changed

+3
-128
lines changed

2 files changed

+3
-128
lines changed

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@object-ui/example-kitchen-sink": "workspace:*",
3030
"@object-ui/example-todo": "workspace:*",
3131
"@object-ui/fields": "workspace:*",
32-
"@object-ui/layout": "^0.1.1",
32+
"@object-ui/layout": "workspace:*",
3333
"@object-ui/plugin-dashboard": "workspace:*",
3434
"@object-ui/plugin-form": "workspace:*",
3535
"@object-ui/plugin-grid": "workspace:*",

pnpm-lock.yaml

Lines changed: 2 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)