Skip to content

Commit 11b948e

Browse files
authored
Merge pull request #368 from objectstack-ai/copilot/fix-step-nine-error
2 parents b93aa98 + 7950108 commit 11b948e

File tree

4 files changed

+9
-150
lines changed

4 files changed

+9
-150
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:*",

packages/plugin-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-dom": "^18.0.0 || ^19.0.0"
3333
},
3434
"devDependencies": {
35-
"@object-ui/data-objectstack": "^0.3.1",
35+
"@object-ui/data-objectstack": "workspace:*",
3636
"@vitejs/plugin-react": "^5.1.3",
3737
"msw": "^2.12.7",
3838
"typescript": "^5.9.3",

packages/plugin-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-dom": "^18.0.0 || ^19.0.0"
3434
},
3535
"devDependencies": {
36-
"@object-ui/data-objectstack": "^0.3.1",
36+
"@object-ui/data-objectstack": "workspace:*",
3737
"@vitejs/plugin-react": "^5.1.3",
3838
"msw": "^2.12.7",
3939
"typescript": "^5.9.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)