Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/account/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,7 +17,7 @@
"preview": "vite preview"
},
"dependencies": {
"@object-ui/i18n": "^4.0.11",
"@object-ui/i18n": "^4.0.12",
"@objectstack/client": "workspace:*",
"@objectstack/client-react": "workspace:*",
"@objectstack/spec": "workspace:*",
Expand All@@ -35,7 +35,7 @@
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-router": "^1.170.3",
"@tanstack/react-router": "^1.170.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/cloud/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@
"clean": "rm -rf dist node_modules"
},
"dependencies": {
"@hono/node-server": "^2.0.2",
"@hono/node-server": "^2.0.3",
"@libsql/client": "^0.17.3",
"@objectstack/account": "workspace:*",
"@objectstack/cli": "workspace:*",
Expand All@@ -47,7 +47,7 @@
"@objectstack/spec": "workspace:*",
"@objectstack/studio": "workspace:*",
"hono": "^4.12.19",
"pg": "^8.20.0"
"pg": "^8.21.0"
},
"devDependencies": {
"@cloudflare/containers": "^0.3.4",
Expand All@@ -56,7 +56,7 @@
"esbuild": "^0.28.0",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"tsx": "^4.22.0",
"tsx": "^4.22.2",
"typescript": "^6.0.3",
"wrangler": "^4.92.0"
}
Expand Down
54 changes: 27 additions & 27 deletions apps/console/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,33 +15,33 @@
"preview": "vite preview"
},
"dependencies": {
"@object-ui/app-shell": "^4.0.11",
"@object-ui/auth": "^4.0.11",
"@object-ui/collaboration": "^4.0.11",
"@object-ui/components": "^4.0.11",
"@object-ui/core": "^4.0.11",
"@object-ui/data-objectstack": "^4.0.11",
"@object-ui/fields": "^4.0.11",
"@object-ui/i18n": "^4.0.11",
"@object-ui/layout": "^4.0.11",
"@object-ui/mobile": "^4.0.11",
"@object-ui/permissions": "^4.0.11",
"@object-ui/plugin-calendar": "^4.0.11",
"@object-ui/plugin-charts": "^4.0.11",
"@object-ui/plugin-chatbot": "^4.0.11",
"@object-ui/plugin-dashboard": "^4.0.11",
"@object-ui/plugin-detail": "^4.0.11",
"@object-ui/plugin-form": "^4.0.11",
"@object-ui/plugin-gantt": "^4.0.11",
"@object-ui/plugin-grid": "^4.0.11",
"@object-ui/plugin-kanban": "^4.0.11",
"@object-ui/plugin-list": "^4.0.11",
"@object-ui/plugin-map": "^4.0.11",
"@object-ui/plugin-report": "^4.0.11",
"@object-ui/plugin-timeline": "^4.0.11",
"@object-ui/plugin-view": "^4.0.11",
"@object-ui/react": "^4.0.11",
"@object-ui/types": "^4.0.11",
"@object-ui/app-shell": "^4.0.12",
"@object-ui/auth": "^4.0.12",
"@object-ui/collaboration": "^4.0.12",
"@object-ui/components": "^4.0.12",
"@object-ui/core": "^4.0.12",
"@object-ui/data-objectstack": "^4.0.12",
"@object-ui/fields": "^4.0.12",
"@object-ui/i18n": "^4.0.12",
"@object-ui/layout": "^4.0.12",
"@object-ui/mobile": "^4.0.12",
"@object-ui/permissions": "^4.0.12",
"@object-ui/plugin-calendar": "^4.0.12",
"@object-ui/plugin-charts": "^4.0.12",
"@object-ui/plugin-chatbot": "^4.0.12",
"@object-ui/plugin-dashboard": "^4.0.12",
"@object-ui/plugin-detail": "^4.0.12",
"@object-ui/plugin-form": "^4.0.12",
"@object-ui/plugin-gantt": "^4.0.12",
"@object-ui/plugin-grid": "^4.0.12",
"@object-ui/plugin-kanban": "^4.0.12",
"@object-ui/plugin-list": "^4.0.12",
"@object-ui/plugin-map": "^4.0.12",
"@object-ui/plugin-report": "^4.0.12",
"@object-ui/plugin-timeline": "^4.0.12",
"@object-ui/plugin-view": "^4.0.12",
"@object-ui/react": "^4.0.12",
"@object-ui/types": "^4.0.12",
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
"react": "^19.2.6",
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,11 +13,11 @@
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"fumadocs-core": "16.8.7",
"fumadocs-core": "16.8.11",
"fumadocs-mdx": "14.3.2",
"fumadocs-ui": "16.8.7",
"fumadocs-ui": "16.8.11",
"lucide-react": "^1.16.0",
"next": "16.2.4",
"next": "16.2.6",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "^3.6.0"
Expand Down
4 changes: 2 additions & 2 deletions apps/objectos/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@
},
"dependencies": {
"@example/app-todo": "workspace:*",
"@hono/node-server": "^2.0.2",
"@hono/node-server": "^2.0.3",
"@libsql/client": "^0.17.3",
"@objectstack/account": "workspace:*",
"@objectstack/cli": "workspace:*",
Expand DownExpand Up@@ -59,7 +59,7 @@
"esbuild": "^0.28.0",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"tsx": "^4.22.0",
"tsx": "^4.22.2",
"typescript": "^6.0.3",
"wrangler": "^4.92.0"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/studio/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,7 +27,7 @@
"@ai-sdk/google": "^3.0.75",
"@ai-sdk/openai": "^3.0.64",
"@ai-sdk/react": "^3.0.186",
"@hono/node-server": "^2.0.2",
"@hono/node-server": "^2.0.3",
"@objectstack/client": "workspace:*",
"@objectstack/client-react": "workspace:*",
"@objectstack/driver-memory": "workspace:*",
Expand DownExpand Up@@ -62,7 +62,7 @@
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-router": "^1.170.3",
"@tanstack/react-router": "^1.170.4",
"ai": "^6.0.184",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-crm/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@
"@objectstack/service-analytics": "workspace:*",
"@objectstack/service-automation": "workspace:*",
"@objectstack/spec": "workspace:*",
"pg": "^8.20.0"
"pg": "^8.21.0"
},
"devDependencies": {
"@objectstack/cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -38,7 +38,7 @@
"@changesets/cli": "^2.31.0",
"@types/node": "^25.8.0",
"tsup": "^8.5.1",
"tsx": "^4.22.0",
"tsx": "^4.22.2",
"turbo": "^2.9.14",
"typescript": "^6.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -71,7 +71,7 @@
"chalk": "^5.6.2",
"dotenv-flow": "^4.1.0",
"esbuild": "^0.28.0",
"tsx": "^4.22.0",
"tsx": "^4.22.2",
"yaml": "^2.9.0",
"zod": "^4.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@
"@objectstack/spec": "workspace:*"
},
"devDependencies": {
"@hono/node-server": "^2.0.2",
"@hono/node-server": "^2.0.3",
"@objectstack/driver-memory": "workspace:*",
"@objectstack/hono": "workspace:*",
"@objectstack/objectql": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-hono-server/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@
"test": "vitest run"
},
"dependencies": {
"@hono/node-server": "^2.0.2",
"@hono/node-server": "^2.0.3",
"@objectstack/core": "workspace:*",
"@objectstack/spec": "workspace:*",
"hono": "^4.12.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-cloud/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@
"zod": "^4.4.3"
},
"optionalDependencies": {
"pg": "^8.20.0"
"pg": "^8.21.0"
},
"devDependencies": {
"@types/node": "^22.19.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/spec/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -120,7 +120,7 @@
"@types/node": "^25.8.0",
"@vitest/coverage-v8": "^4.1.6",
"ai": "^6.0.184",
"tsx": "^4.22.0",
"tsx": "^4.22.2",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
Expand Down
Loading