Skip to content

Commit 61d52db

Browse files
committed
chore: update subproject commit and dependencies
- Updated subproject commit for examples/hotcrm to 5c0913c5bc961210bb0b4bc08ff59492671342c6-dirty. - Modified package.json: - Changed script os:dev to use 'dev' instead of 'serve'. - Updated turbo from ^2.8.7 to ^2.8.8. - Updated typedoc from ^0.28.16 to ^0.28.17. - Updated react-resizable-panels dependency from ^4.6.2 to ^4.6.3 in packages/components/package.json. - Updated pnpm-lock.yaml to reflect changes in dependencies and versions.
1 parent 4da9083 commit 61d52db

5 files changed

Lines changed: 460 additions & 84 deletions

File tree

examples/hotcrm

Submodule hotcrm updated 341 files

objectstack.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { ConsolePlugin } from '@object-ui/console';
2525
import CrmConfig from './examples/crm/objectstack.config';
2626
import TodoConfig from './examples/todo/objectstack.config';
2727
import KitchenSinkConfig from './examples/kitchen-sink/objectstack.config';
28-
import { hotcrmObjects, hotcrmApps, mergeObjects } from './examples/hotcrm-bridge.js';
28+
// import { hotcrmObjects, hotcrmApps, mergeObjects } from './examples/hotcrm-bridge.js';
2929

3030
const crm = (CrmConfig as any).default || CrmConfig;
3131
const todo = (TodoConfig as any).default || TodoConfig;
@@ -52,12 +52,12 @@ const mergedApp = defineStack({
5252
...(kitchenSink.manifest?.data || []),
5353
],
5454
},
55-
objects: mergeObjects(baseObjects, hotcrmObjects),
55+
objects: baseObjects,
5656
apps: [
5757
...(crm.apps || []),
5858
...(todo.apps || []),
5959
...(kitchenSink.apps || []),
60-
...hotcrmApps,
60+
// ...hotcrmApps,
6161
],
6262
dashboards: [
6363
...(crm.dashboards || []),

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"docs"
1717
],
1818
"scripts": {
19-
"dev": "pnpm dev:msw",
19+
"dev": "pnpm dev:msw",
2020
"dev:msw": "pnpm --filter @object-ui/console dev",
2121
"start": "pnpm os:start",
22-
"os:dev": "tsx node_modules/@objectstack/cli/bin/objectstack.js serve --dev",
22+
"os:dev": "tsx node_modules/@objectstack/cli/bin/objectstack.js dev",
2323
"os:start": "tsx node_modules/@objectstack/cli/bin/objectstack.js serve",
2424
"build": "turbo run build --filter=!@object-ui/site",
2525
"build:all": "turbo run build",
@@ -112,8 +112,8 @@
112112
"tailwindcss": "^4.1.18",
113113
"tslib": "^2.8.1",
114114
"tsx": "^4.21.0",
115-
"turbo": "^2.8.7",
116-
"typedoc": "^0.28.16",
115+
"turbo": "^2.8.8",
116+
"typedoc": "^0.28.17",
117117
"typedoc-plugin-markdown": "^4.10.0",
118118
"typescript": "^5.9.3",
119119
"typescript-eslint": "^8.55.0",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"next-themes": "^0.4.6",
7676
"react-day-picker": "^9.13.2",
7777
"react-hook-form": "^7.71.1",
78-
"react-resizable-panels": "^4.6.2",
78+
"react-resizable-panels": "^4.6.3",
7979
"recharts": "2.15.4",
8080
"sonner": "^2.0.7",
8181
"tailwind-merge": "^3.4.0",

0 commit comments

Comments
 (0)