Skip to content

Commit 65b7ab4

Browse files
Copilothotlong
andcommitted
Fix CI test failure by using workspace dependencies
Changed @object-ui/data-objectstack dependency from ^0.3.1 to workspace:* in plugin-form and plugin-grid packages to avoid pulling in the published version which has a broken ES module export. Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 5e46f8f commit 65b7ab4

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

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: 4 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)