Skip to content
Merged
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
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"fumadocs-core": "16.6.5",
"fumadocs-mdx": "14.2.8",
"fumadocs-ui": "16.6.5",
"fumadocs-core": "16.6.8",
"fumadocs-mdx": "14.2.9",
"fumadocs-ui": "16.6.8",
"lucide-react": "^0.575.0",
"next": "16.1.6",
"react": "^19.2.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lucide-react": "^0.575.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-resizable-panels": "^4.6.5",
"react-resizable-panels": "^4.7.0",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"peerDependencies": {
"@objectstack/runtime": "workspace:^",
"hono": "^4.12.2"
"hono": "^4.12.3"
},
"devDependencies": {
"@objectstack/runtime": "workspace:*",
"hono": "^4.12.2",
"hono": "^4.12.3",
"typescript": "^5.0.0",
"vitest": "^4.0.18"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@objectstack/rest": "workspace:*",
"@objectstack/runtime": "workspace:^",
"@objectstack/spec": "workspace:*",
"@oclif/core": "^4.8.1",
"@oclif/core": "^4.8.2",
"bundle-require": "^5.1.0",
"chalk": "^5.3.0",
"tsx": "^4.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@objectstack/core": "workspace:*",
"@objectstack/spec": "workspace:*",
"better-auth": "^1.4.19"
"better-auth": "^1.5.0"
},
"devDependencies": {
"@objectstack/cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-hono-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@hono/node-server": "^1.2.0",
"@objectstack/core": "workspace:*",
"@objectstack/spec": "workspace:*",
"hono": "^4.12.2"
"hono": "^4.12.3"
},
"devDependencies": {
"@types/node": "^25.3.0",
Expand Down
1,047 changes: 900 additions & 147 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading